com.ibm.websphere.websvcs.rm

Interface SequenceData

All known subinterfaces:
InboundSequenceData, OutboundSequenceData

  1. public interface SequenceData
The class contains the information regarding a WS-ReliableMessaging Sequence

Nested Class Summary

Modifier and Type Interface and Description
  1. static class
SequenceData.SequenceState
Class used to contain information about a SequenceState

Field Summary

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

Field Detail

UNKNOWN

  1. static final java.lang.String UNKNOWN
String constant for use if SequenceData information is UNKNOWN
See Also:

MANAGED_PERSISTENT_RELIABILITY

  1. 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

  1. 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

  1. 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

  1. java.lang.String getSequenceID( )
Returns the identifier for this WS-ReliableMessaging sequence.

getApplicationName

  1. java.lang.String getApplicationName( )
Returns the String of the application owning the WS-ReliableMessaging Sequence.

getWsa_namespace

  1. java.lang.String getWsa_namespace( )
Returns the WS-Addressing namespace being used by this WS-ReliableMessaging sequence.

getWsrm_namespace

  1. java.lang.String getWsrm_namespace( )
Returns the WS-ReliableMessaging namespace being used by this sequence.

getWsrm_spec_version

  1. java.lang.String getWsrm_spec_version( )
Returns the WS-ReiableMessaging specification being used by this sequence

getSequenceState

  1. SequenceData.SequenceState getSequenceState( )
Returns the current state of this WS-ReliableMessaging sequence

getAcksToAddress

  1. java.lang.String getAcksToAddress( )
Returns the String URI that WS-ReliableMessaging sequence acknowledgement messages should be sent to.

getTargetAddress

  1. java.lang.String getTargetAddress( )
Returns the String URI for the target destination.

getReplyToAddress

  1. java.lang.String getReplyToAddress( )
Returns the String URI that the WS-ReliableMessaging CreateSequenceResponse SOAP message should be/was sent to.

getInfo_completedMessages

  1. 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

  1. java.lang.String getInfo_workKey( )