public interface SequenceData
Modifier and Type | Interface and Description |
---|---|
static class |
SequenceData.SequenceState
Class used to contain information about a SequenceState
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MANAGED_NON_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed non-persistent
|
static java.lang.String |
MANAGED_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed persistent
|
static java.lang.String |
UNKNOWN
String constant for use if SequenceData information is UNKNOWN
|
static java.lang.String |
UNMANAGED_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as unmanaged non-persistent
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcksToAddress()
Returns the String URI that WS-ReliableMessaging sequence acknowledgement messages should be sent to.
|
java.lang.String |
getApplicationName()
Returns the String of the application owning the WS-ReliableMessaging Sequence.
|
java.util.List |
getInfo_completedMessages()
Returns a List of Strings containing the ranges of completed messages for this sequence.
|
java.lang.String |
getInfo_workKey() |
java.lang.String |
getReplyToAddress()
Returns the String URI that the WS-ReliableMessaging CreateSequenceResponse SOAP message should be/was
sent to.
|
java.lang.String |
getSequenceID()
Returns the identifier for this WS-ReliableMessaging sequence.
|
SequenceData.SequenceState |
getSequenceState()
Returns the current state of this WS-ReliableMessaging sequence
|
java.lang.String |
getTargetAddress()
Returns the String URI for the target destination.
|
java.lang.String |
getWsa_namespace()
Returns the WS-Addressing namespace being used by this WS-ReliableMessaging sequence.
|
java.lang.String |
getWsrm_namespace()
Returns the WS-ReliableMessaging namespace being used by this sequence.
|
java.lang.String |
getWsrm_spec_version()
Returns the WS-ReiableMessaging specification being used by this sequence
|
static final java.lang.String UNKNOWN
static final java.lang.String MANAGED_PERSISTENT_RELIABILITY
static final java.lang.String MANAGED_NON_PERSISTENT_RELIABILITY
static final java.lang.String UNMANAGED_RELIABILITY
java.lang.String getSequenceID()
java.lang.String getApplicationName()
java.lang.String getWsa_namespace()
java.lang.String getWsrm_namespace()
java.lang.String getWsrm_spec_version()
SequenceData.SequenceState getSequenceState()
java.lang.String getAcksToAddress()
java.lang.String getTargetAddress()
java.lang.String getReplyToAddress()
java.util.List getInfo_completedMessages()
java.lang.String getInfo_workKey()