All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.beans.HOD.event.OIAEvent
java.lang.Object
|
+----java.util.EventObject
|
+----com.ibm.eNetwork.beans.HOD.event.HODEvent
|
+----com.ibm.eNetwork.beans.HOD.event.OIAEvent
- public class OIAEvent
- extends HODEvent
The operator information area (OIA) event. Fired to OIAListeners when the
OIA state of a Terminal or Session changes. The OIAEvent contains the
current state, a changed state mask, and associated data.
- See Also:
- OIAListener,
Session,
Terminal,
ECLOIA,
ECLOIANotify
-
OIAEvent(Object, int, int, String)
- Constructs a new OIA event with the specified source, current state
flags, changed state flags, and any associated data.
-
getChangedMask()
- Returns the changed OIA state mask.
-
getData()
- Returns the data (if any) associated with the OIA state
change.
-
getNewState()
- Returns the new OIA state flags.
OIAEvent
public OIAEvent(Object source,
int newState,
int changedMask,
String data)
- Constructs a new OIA event with the specified source, current state
flags, changed state flags, and any associated data.
- Parameters:
- source - The source of the event.
- newState - The current OIA state.
- changedMask - The set of bit flags indicating which bits in the
current state have changed.
- data - Data associated with current OIA state.
getNewState
public int getNewState()
- Returns the new OIA state flags.
- See Also:
- ECLOIA.GetStatusFlags()
getChangedMask
public int getChangedMask()
- Returns the changed OIA state mask.
- See Also:
- ECLOIA.GetStatusFlags()
getData
public String getData()
- Returns the data (if any) associated with the OIA state
change. For example, when the STATE_COMM_CHECK bit is on,
the return value will be the comm check number, like "655".
All Packages Class Hierarchy This Package Previous Next Index