| 
 | |||||||||||
| 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 Java ES managed object must implement. A managed object (MBean) which implements the State model could generate events when the availability status changes.
| Field Summary | |
| static int | CONGESTEDIndicates that the managed object is experiencing degraded operating conditions due to an overload. | 
| static int | DEGRADEDIndicates that the managed object is experiencing degraded operating conditions due to a high rate of errors. | 
| static int | NORMALIndicates that the managed object is in RUNNING state and perform normally. | 
| Method Summary | |
|  long | getDegradedTime()Returns the time the managed object has entered a degraded operational status state (i.e. | 
| 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 NORMAL
public static final int DEGRADED
public static final int CONGESTED
| Method Detail | 
public long getDegradedTime()
                     throws CIBIOException,
                            CIBAttributeNotFoundException
CIBIOException
CIBAttributeNotFoundException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||