|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceData
The class contains the information regarding a WS-ReliableMessaging Sequence
Nested Class Summary | |
---|---|
static class |
SequenceData.SequenceState
Class used to contain information about a SequenceState |
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
Field Detail |
---|
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
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |