|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InboundSequenceData
Data Access Object used by the mbeans to present inbound WS-ReliableMessaging sequence state information to the user.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.ibm.websphere.websvcs.rm.SequenceData |
---|
SequenceData.SequenceState |
Field Summary | |
---|---|
static SequenceData.SequenceState |
AWAITING_MSG
State to indicate that the sequence has a gap. |
static SequenceData.SequenceState |
CLOSED
State to indicate that the sequence has been closed. |
static SequenceData.SequenceState |
CONNECTED
State to indicate that the sequence has been established |
static SequenceData.SequenceState |
FAILED_MISSING_MSGS
State to indicate that the sequence terminated with a gap. |
Fields inherited from interface com.ibm.websphere.websvcs.rm.SequenceData |
---|
MANAGED_NON_PERSISTENT_RELIABILITY, MANAGED_PERSISTENT_RELIABILITY, UNKNOWN, UNMANAGED_RELIABILITY |
Method Summary | |
---|---|
long |
getHighestInMsgNumber()
Return the highest WS-ReliableMessaging sequence message number received so far on this sequence. |
long |
getInboundDepth()
Returns the current number of inbound messages on this WS-ReliableMessaging sequence awaiting dispatch to the owning application |
long |
getLastActivatedTime()
Return a long value for the time that the WS-ReliableMessaging sequence state was last updated. |
boolean |
isInOrder()
Return true it the inbound messages will be dispatched to the application in the order they were sent based on the WS-ReliableMessaging Sequence number. |
Methods inherited from interface com.ibm.websphere.websvcs.rm.SequenceData |
---|
getAcksToAddress, getApplicationName, getInfo_completedMessages, getInfo_workKey, getReplyToAddress, getSequenceID, getSequenceState, getTargetAddress, getWsa_namespace, getWsrm_namespace, getWsrm_spec_version |
Field Detail |
---|
static final SequenceData.SequenceState CONNECTED
static final SequenceData.SequenceState AWAITING_MSG
static final SequenceData.SequenceState CLOSED
static final SequenceData.SequenceState FAILED_MISSING_MSGS
Method Detail |
---|
long getInboundDepth()
long getHighestInMsgNumber()
long getLastActivatedTime()
boolean isInOrder()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |