com.ibm.websphere.ola

Class OLAConnectionHandle

  • java.lang.Object
    • com.ibm.websphere.ola.OLAConnectionHandle
  • All Implemented Interfaces:
    java.io.Serializable


    public class OLAConnectionHandle
    extends java.lang.Object
    implements java.io.Serializable
    Object representing a OLA connector.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      OLAConnectionHandle(java.lang.String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid)
      Constructor
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object thatObject) 
      long get_address() 
      java.lang.String get_ahdleye() 
      long get_lscb() 
      long get_state()
      Gets the state of the connection handle
      java.lang.String get_stateString()
      Returns the string corresponding to the state of the connection handle.
      boolean is_ahdlflg_active() 
      boolean is_valid() 
      • Methods inherited from class java.lang.Object

        getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OLAConnectionHandle

        public OLAConnectionHandle(java.lang.String eyeCatcher,
                           boolean active,
                           long address,
                           int lscbAddress,
                           long state,
                           boolean valid)
        Constructor
    • Method Detail

      • get_ahdleye

        public java.lang.String get_ahdleye()
        Returns:
        the _ahdleye
      • is_ahdlflg_active

        public boolean is_ahdlflg_active()
        Returns:
        the _ahdlflg_active
      • get_address

        public long get_address()
        Returns:
        the _address
      • get_lscb

        public long get_lscb()
        Returns:
        the _lscb
      • get_state

        public long get_state()
        Gets the state of the connection handle
      • get_stateString

        public java.lang.String get_stateString()
        Returns the string corresponding to the state of the connection handle.
      • is_valid

        public boolean is_valid()
      • equals

        public boolean equals(java.lang.Object thatObject)
        Overrides:
        equals in class java.lang.Object