|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The State model specifies the attributes that a compliant JES managed object must implement. A managed object (MBean) which implements the State model could generate events when the operational status changes of state.
Field Summary | |
static int |
FAILED
Indicates that the managed object has unexpectedly stopped. |
static int |
RUNNING
Indicates that the managed object is operational and ready to handle requests. |
static int |
STARTING
Indicates that the managed object has been requested to start, and is in the process of starting. |
static int |
STOPPED
Indicates that the monitoring object has stopped and can be restarted. |
static int |
STOPPING
Indicates that the managed object has entered a quiet state resulting from an administrative stop request. |
Method Summary | |
long |
getStartTime()
Returns the time the managed object was started. |
Methods inherited from interface com.sun.mfwk.cib.states.CIBState |
getLastChange, getState, toStateString |
Methods inherited from interface com.sun.mfwk.cib.providers.CIBProvider |
destroy, init |
Field Detail |
public static final int STARTING
public static final int RUNNING
public static final int STOPPING
public static final int STOPPED
public static final int FAILED
Method Detail |
public long getStartTime() throws CIBIOException, CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |