|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SleeState | |
|---|---|
| javax.slee.management | |
| Uses of SleeState in javax.slee.management |
|---|
| Fields in javax.slee.management declared as SleeState | |
|---|---|
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
The STARTING state is a transitional state between STOPPED
and RUNNING. |
static SleeState |
SleeState.STOPPED
The STOPPED state is the initial state for the SLEE on startup. |
static SleeState |
SleeState.STOPPING
The STOPPING state is a transitional state between STARTING
or RUNNING and STOPPED. |
| Methods in javax.slee.management that return SleeState | |
|---|---|
static SleeState |
SleeState.fromInt(int state)
Get a SleeState object from an integer value. |
static SleeState |
SleeState.fromString(java.lang.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. |
| Constructors in javax.slee.management with parameters of type SleeState | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||