Public Member Functions | |
int | value () |
String | toString () |
Static Public Member Functions | |
ServiceState | from_int (int value) |
Static Public Attributes | |
final int | _NOT_EXISTING = 0 |
final ServiceState | NOT_EXISTING = new ServiceState(_NOT_EXISTING) |
final int | _DEFUNCT = 1 |
final ServiceState | DEFUNCT = new ServiceState(_DEFUNCT) |
final int | _DEGRADED = 2 |
final ServiceState | DEGRADED = new ServiceState(_DEGRADED) |
final int | _RUNNING = 3 |
final ServiceState | RUNNING = new ServiceState(_RUNNING) |
Protected Member Functions | |
ServiceState (int i) | |
Package Functions | |
java.lang.Object | readResolve () throws java.io.ObjectStreamException |
Private Attributes | |
int | value = -1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|