Class OLAConnectionHandle

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

public class OLAConnectionHandle extends Object implements Serializable
Object representing a OLA connector.
See Also:
  • Constructor Details

    • OLAConnectionHandle

      public OLAConnectionHandle(String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid)
      Constructor
  • Method Details

    • get_ahdleye

      public 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 String get_stateString()
      Returns the string corresponding to the state of the connection handle.
    • is_valid

      public boolean is_valid()
    • equals

      public boolean equals(Object thatObject)
      Overrides:
      equals in class Object