public static interface Monitoring.ClientStatus
Monitoring.FIELD_CLIENT_STATUS| Modifier and Type | Field and Description |
|---|---|
static long |
DESTROYED
The client has been destroyed.
|
static long |
EXCEPTION
The client has indicated an exception.
|
static long |
NEEDS_RESTART
The client needs to be restarted.
|
static long |
OFF_LINE
The client is offline.
|
static long |
OUT_OF_SYNC
The client is out of sync.
|
static long |
RUNNING
The client is running.
|
static long |
TIMED_OUT
The client has timed out.
|
static final long RUNNING
static final long NEEDS_RESTART
static final long TIMED_OUT
static final long EXCEPTION
static final long OUT_OF_SYNC
static final long OFF_LINE
static final long DESTROYED