Package 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 Description OLAConnectionHandle(java.lang.String eyeCatcher, boolean active, long address, int lscbAddress, long state, boolean valid)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 handlejava.lang.String
get_stateString()
Returns the string corresponding to the state of the connection handle.boolean
is_ahdlflg_active()
boolean
is_valid()
-
-
-
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 classjava.lang.Object
-
-