Package | Description |
---|---|
javax.slee.management |
This package defines the SLEE external management interfaces.
|
Modifier and Type | Field and Description |
---|---|
static SleeState |
SleeState.RUNNING
In the RUNNING state the SLEE and resource adaptors are generating events
and the SLEE's event routing subsystem is actively creating SBBs and delivering
events to them.
|
static SleeState |
SleeState.STARTING
|
static SleeState |
SleeState.STOPPED
The STOPPED state is the initial state for the SLEE on startup.
|
static SleeState |
SleeState.STOPPING
|
Modifier and Type | Method and Description |
---|---|
static SleeState |
SleeState.fromInt(int state)
Get a
SleeState object from an integer value. |
static SleeState |
SleeState.fromString(String state)
Get a
SleeState object from a string value. |
SleeState |
SleeStateChangeNotification.getNewState()
Get the new operational state of the SLEE.
|
SleeState |
SleeStateChangeNotification.getOldState()
Get the state the SLEE was in before the change to the new state.
|
SleeState |
SleeManagementMBean.getState()
Get the current operational state of the SLEE.
|
Constructor and Description |
---|
SleeStateChangeNotification(SleeManagementMBean sleeManagementMBean,
SleeState newState,
SleeState oldState,
long sequenceNumber)
Create a
SleeStateChangeNotification to notify listeners of a
change in the operational state of the SLEE. |