| 
 | |||||||||||
| 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 | FAILEDIndicates that the managed object has unexpectedly stopped. | 
| static int | RUNNINGIndicates that the managed object is operational and ready to handle requests. | 
| static int | STARTINGIndicates that the managed object has been requested to start, and is in the process of starting. | 
| static int | STOPPEDIndicates that the monitoring object has stopped and can be restarted. | 
| static int | STOPPINGIndicates 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 | ||||||||||