IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.websvcs.rm
Interface SequenceData

All Known Subinterfaces:
InboundSequenceData, OutboundSequenceData

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

UNKNOWN

static final java.lang.String UNKNOWN
String constant for use if SequenceData information is UNKNOWN

See Also:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values
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()

IBM WebSphere Application ServerTM
Release 8