IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.websvcs.rm
Interface OutboundMessageData

All Superinterfaces:
MessageData

public interface OutboundMessageData
extends MessageData

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


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ibm.websphere.websvcs.rm.MessageData
MessageData.MessageState
 
Field Summary
static MessageData.MessageState AWAITING_SEQUENCE_INITIALIZATION
           
static MessageData.MessageState NON_COMMITTED
           
static MessageData.MessageState SENDABLE
           
 
Method Summary
 long getRetransmissionCount()
          Return the number of times the message has been retransmitted to the destination URI.
 
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

SENDABLE

static final MessageData.MessageState SENDABLE

NON_COMMITTED

static final MessageData.MessageState NON_COMMITTED

AWAITING_SEQUENCE_INITIALIZATION

static final MessageData.MessageState AWAITING_SEQUENCE_INITIALIZATION
Method Detail

getRetransmissionCount

long getRetransmissionCount()
Return the number of times the message has been retransmitted to the destination URI.


IBM WebSphere Application ServerTM
Release 7