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.
Method Summary |
long |
getRetransmissionCount()
Return the number of times the message has been retransmitted to the destination URI. |
SENDABLE
static final MessageData.MessageState SENDABLE
NON_COMMITTED
static final MessageData.MessageState NON_COMMITTED
AWAITING_SEQUENCE_INITIALIZATION
static final MessageData.MessageState AWAITING_SEQUENCE_INITIALIZATION
getRetransmissionCount
long getRetransmissionCount()
- Return the number of times the message has been retransmitted to the destination URI.