com.ibm.websphere.websvcs.rm
Interface SequenceData
All known subinterfaces:
- public interface SequenceData
Nested Class Summary
Modifier and Type | Interface and Description |
---|---|
|
SequenceData.SequenceState
Class used to contain information about a SequenceState
|
Field Summary
Modifier and Type | Field and Description |
---|---|
|
MANAGED_NON_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed non-persistent
|
|
MANAGED_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed persistent
|
|
UNKNOWN
String constant for use if SequenceData information is UNKNOWN
|
|
UNMANAGED_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as unmanaged non-persistent
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAcksToAddress()
Returns the String URI that WS-ReliableMessaging sequence acknowledgement messages should be sent to.
|
|
getApplicationName()
Returns the String of the application owning the WS-ReliableMessaging Sequence.
|
|
getInfo_completedMessages()
Returns a List of Strings containing the ranges of completed messages for this sequence.
|
|
getInfo_workKey()
|
|
getReplyToAddress()
Returns the String URI that the WS-ReliableMessaging CreateSequenceResponse SOAP message should be/was
sent to.
|
|
getSequenceID()
Returns the identifier for this WS-ReliableMessaging sequence.
|
getSequenceState()
Returns the current state of this WS-ReliableMessaging sequence
|
|
|
getTargetAddress()
Returns the String URI for the target destination.
|
|
getWsa_namespace()
Returns the WS-Addressing namespace being used by this WS-ReliableMessaging sequence.
|
|
getWsrm_namespace()
Returns the WS-ReliableMessaging namespace being used by this sequence.
|
|
getWsrm_spec_version()
Returns the WS-ReiableMessaging specification being used by this sequence
|
Field Detail
UNKNOWN
- static final java.lang.String UNKNOWN
String constant for use if SequenceData information is UNKNOWN
See Also:
MANAGED_PERSISTENT_RELIABILITY
- static final java.lang.String MANAGED_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed persistent
See Also:
MANAGED_NON_PERSISTENT_RELIABILITY
- static final java.lang.String MANAGED_NON_PERSISTENT_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as managed non-persistent
See Also:
UNMANAGED_RELIABILITY
- static final java.lang.String UNMANAGED_RELIABILITY
String constant for use when describing the ReliableMessaging Quality of Service as unmanaged non-persistent
See Also:
Method Detail
getSequenceID
- java.lang.String getSequenceID( )
Returns the identifier for this WS-ReliableMessaging sequence.
getApplicationName
- java.lang.String getApplicationName( )
Returns the String of the application owning the WS-ReliableMessaging Sequence.
getWsa_namespace
- java.lang.String getWsa_namespace( )
Returns the WS-Addressing namespace being used by this WS-ReliableMessaging sequence.
getWsrm_namespace
- java.lang.String getWsrm_namespace( )
Returns the WS-ReliableMessaging namespace being used by this sequence.
getWsrm_spec_version
- java.lang.String getWsrm_spec_version( )
Returns the WS-ReiableMessaging specification being used by this sequence
getSequenceState
- SequenceData.SequenceState getSequenceState( )
Returns the current state of this WS-ReliableMessaging sequence
getAcksToAddress
- java.lang.String getAcksToAddress( )
Returns the String URI that WS-ReliableMessaging sequence acknowledgement messages should be sent to.
getTargetAddress
- java.lang.String getTargetAddress( )
Returns the String URI for the target destination.
getReplyToAddress
- java.lang.String getReplyToAddress( )
Returns the String URI that the WS-ReliableMessaging CreateSequenceResponse SOAP message should be/was
sent to.
getInfo_completedMessages
- java.util.List getInfo_completedMessages( )
Returns a List of Strings containing the ranges of completed messages for this sequence.
For example [1,4][6,10] where 5 would be a missing message
Returns:
getInfo_workKey
- java.lang.String getInfo_workKey( )