com.ibm.websphere.sib.admin

Interface SIBReceivedMessage

All Superinterfaces:
SIBRemoteMessage

  1. public interface SIBReceivedMessage
  2. extends SIBRemoteMessage
This class specifies the properties of a remote message request received from a remote message point.

Method Summary

Modifier and Type Method and Description
  1. long
getPreviousSequenceId()
Get the sequence ID of the message previous to this one.
  1. long
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

  1. long getSequenceId()
Get the sequence ID of this message.
Returns:
long Message sequence number.

getPreviousSequenceId

  1. long getPreviousSequenceId()
Get the sequence ID of the message previous to this one.
Returns:
long The previous message sequence number.