public static interface ExecutableComponent.Signals
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIVE
The signal to check for whether an executable component is still alive.
|
static int |
CLOSE
The component should be closed normally (value is 7 << 0).
|
static int |
FAIL
The component should be failed/aborted (value is 7 << 10).
|
static int |
KILL
The component has received a kill request (value is 7 << 11).
|
static int |
NO_ALIVE
The signal to indicate that an executable component is no longer alive.
|
static int |
NO_SIGNAL
There has not been a signal yet (value is
Integer.MIN_VALUE). |
static int |
RESET
The component should be reset (value is 7 << 2).
|
static int |
SUSPEND
The component should be suspended (value is 7 << 1).
|
static final int FAIL
static final int KILL
static final int RESET
static final int SUSPEND
static final int CLOSE
static final int NO_SIGNAL
Integer.MIN_VALUE).static final int ALIVE
static final int NO_ALIVE
ALIVE signal.