com.ibm.websphere.websvcs.rm

Interface OutboundSequenceData

  • All Superinterfaces:
    SequenceData


    public interface OutboundSequenceData
    extends SequenceData
    Data Access Object used by the mbeans to represent outbound WS-ReliableMessaging sequence state information to the user.
    • Field Detail

      • ESTABLISHING

        static final SequenceData.SequenceState ESTABLISHING
        State to indicate that the sequence is awaiting a CreateSequenceResponse SOAP message from the RM Destination.
      • REP_UNAVAILABLE

        static final SequenceData.SequenceState REP_UNAVAILABLE
        State to indicate that the sequence has been established but the RM destination has stopped acknowledging messages.
      • CLOSING

        static final SequenceData.SequenceState CLOSING
        State to indicate the sequence is closing and will accept no new messages.
      • CLOSED

        static final SequenceData.SequenceState CLOSED
        State to indicate the sequence has been closed and will accept no new messages.
      • TERMINATING

        static final SequenceData.SequenceState TERMINATING
        State to indicate that the sequence is terminating and will accept no new messages
      • FAILED

        static final SequenceData.SequenceState FAILED
        State to indicate that the sequence has terminated with unacknowledged messages outstanding.
    • Method Detail

      • getOutboundDepth

        long getOutboundDepth()
        Returns the current number of outbound messages on this sequence awaiting transmission to the target endpoint.
      • getHighestOutMsgNumber

        long getHighestOutMsgNumber()
        Returns the highest sequence MessageNumber allocated so far ont his WS-ReliableMessaging sequence.
      • getInfo_internalSeqID

        java.lang.String getInfo_internalSeqID()
IBM WebSphere Application ServerTM
Release 8.5