|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Status interface represents an 'enum' like list of possible states for an Handle. For both send and receive operations, the same possible status transitions.
Initially all Handles are in STATUS_TRANSIENT. From this initial status, Handles may become either successfully completed STATUS_SUCCESS, or fail STATUS_FAILURE or become cancelled STATUS_CANCELLED.
Field Summary | |
static int |
STATUS_CANCELLED
Cancellation of a send or receive operation. |
static int |
STATUS_FAILURE
Failure of a send or receive operation. |
static int |
STATUS_SUCCESS
Successful completion for either send or receive operation. |
static int |
STATUS_TRANSIENT
Indeterminate state of a send or receive operation, neither successfull completed, failed or cancellation. |
Field Detail |
public static final int STATUS_SUCCESS
public static final int STATUS_FAILURE
public static final int STATUS_CANCELLED
public static final int STATUS_TRANSIENT
|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |