IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.sib.admin
Interface SIBReceivedMessage

All Superinterfaces:
SIBRemoteMessage

public interface SIBReceivedMessage
extends SIBRemoteMessage

This class specifies the properties of a remote message request received from a remote message point.


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

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.

IBM WebSphere Application ServerTM
Release 8