Sonic Management API

com.sonicsw.mq.common.runtime
Interface IReliableSequenceData


public interface IReliableSequenceData

This interface aggregates and summarizes information on reliable sequences maintained by a broker

The broker exposes an operation "getRemoteSubscriptionSummary" through its JMX interface. This operation returns an array list of IRemoteSubscriptionSummary elements.

See Also:
IBrokerProxy.getReliableReceiveSequences(), IBrokerProxy.getReliableSendSequences()

Method Summary
 java.lang.String getIdentifier()
          Gets the sequence identifier
 long getOutstandingMessageCount()
          Gets the number of messages outstanding (pending acknowledgement if outbound, pending delivery if inbound)
 

Method Detail

getIdentifier

java.lang.String getIdentifier()
Gets the sequence identifier

Returns:
sequence identifier

getOutstandingMessageCount

long getOutstandingMessageCount()
Gets the number of messages outstanding (pending acknowledgement if outbound, pending delivery if inbound)

Returns:
message count
See Also:
#hasRemoteSubscription()

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.