Package com.ibm.websphere.ola
Class OLAConnectionHandle
java.lang.Object
com.ibm.websphere.ola.OLAConnectionHandle
- All Implemented Interfaces:
Serializable
Object representing a OLA connector.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOLAConnectionHandle(String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid) Constructor -
Method Summary
-
Constructor Details
-
OLAConnectionHandle
public OLAConnectionHandle(String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid) Constructor
-
-
Method Details
-
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
Returns the string corresponding to the state of the connection handle. -
is_valid
public boolean is_valid() -
equals
-