IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.websvcs.rm
Interface InboundMessageData

All Superinterfaces:
MessageData

public interface InboundMessageData
extends MessageData

Data Access Object that captures the state of a message stored on a WS-ReliableMessaging inbound sequence.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.websvcs.rm.MessageData
MessageData.MessageState
 
Field Summary
static MessageData.MessageState AWAITING_DISPATCH_TO_APPLICATION
          State to indicate that a gap in the sequence means that this message cannot currently be delivered.
 
Method Summary
 long getRedeliveryCount()
          Returns the number of times the message has been dispatched to the application.
 
Methods inherited from interface com.ibm.websphere.websvcs.rm.MessageData
getFromAddress, getInfo_internalSeqID, getInfo_msgID, getInfo_relatesTo, getInfo_soap, getReplyToAddress, getSequenceID, getSequenceMessageNumber, getState, getToAddress
 

Field Detail

AWAITING_DISPATCH_TO_APPLICATION

static final MessageData.MessageState AWAITING_DISPATCH_TO_APPLICATION
State to indicate that a gap in the sequence means that this message cannot currently be delivered.

Method Detail

getRedeliveryCount

long getRedeliveryCount()
Returns the number of times the message has been dispatched to the application.


IBM WebSphere Application ServerTM
Release 8