|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.wsrm.sequence.OneWaySequence.MessageState
Enumeration representing the state of a single message in a sequence.
OneWaySequence.getMessageState(long)
Field Summary | |
static int |
_DELIVERED
Ordinal value of DELIVERED . |
static int |
_NOT_DELIVERED
Ordinal value of NOT_DELIVERED . |
static int |
_NOT_PRESENT
Ordinal value of NOT_PRESENT . |
static OneWaySequence.MessageState |
DELIVERED
For output sequences: the message has been already sent and acknowledged. |
static OneWaySequence.MessageState |
NOT_DELIVERED
For output sequences: the message has been already sent but not acknowledged yet. |
static OneWaySequence.MessageState |
NOT_PRESENT
For output sequences: the message has not been sent yet. |
Constructor Summary | |
protected |
OneWaySequence.MessageState(int value)
|
Method Summary | |
static OneWaySequence.MessageState |
fromValue(int value)
Returns state corresponding to given ordinal value. |
int |
getValue()
Returns ordinal value of this state. |
java.lang.String |
toString()
Returns string representation of the state. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int _NOT_PRESENT
NOT_PRESENT
.
public static final int _NOT_DELIVERED
NOT_DELIVERED
.
public static final int _DELIVERED
DELIVERED
.
public static final OneWaySequence.MessageState NOT_PRESENT
OneWaySequence.getMessageState(long)
public static final OneWaySequence.MessageState NOT_DELIVERED
OneWaySequence.getMessageState(long)
public static final OneWaySequence.MessageState DELIVERED
OneWaySequence.getMessageState(long)
Constructor Detail |
protected OneWaySequence.MessageState(int value)
Method Detail |
public int getValue()
public static OneWaySequence.MessageState fromValue(int value)
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |