com.ibm.websphere.sib.admin
Interface SIBReceivedMessage
All Superinterfaces:
- public interface SIBReceivedMessage
- extends SIBRemoteMessage
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPreviousSequenceId()
Get the sequence ID of the message previous to this one.
|
|
getSequenceId()
Get the sequence ID of this message.
|
Methods inherited from interface com.ibm.websphere.sib.admin.SIBRemoteMessage |
---|
getEndTick, getId, getName, getRemoteEngineUuid, getStartTick, getState, getTransactionId, getType |
Method Detail
getSequenceId
- long getSequenceId()
Get the sequence ID of this message.
Returns:
long Message sequence number.
getPreviousSequenceId
- long getPreviousSequenceId()
Get the sequence ID of the message previous to this one.
Returns:
long The previous message sequence number.