IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.admin
Interface SIBSubscription


public interface SIBSubscription

This class specifies the properties of an active PubSub Subscription.


Method Summary
 long getDepth()
          The number of messages queued on the subscription.
 java.lang.String getId()
          Get the unique system id.
 java.lang.String getName()
          Get the internal display name.
 java.lang.String getSelector()
          Get the message selector used by this subscription.
 java.lang.String getSubscriberId()
          Get the client ID of the subscriber.
 java.lang.String[] getTopics()
          Get the array of topic subscribed by this subscription.
 

Method Detail

getDepth

long getDepth()
The number of messages queued on the subscription.

Returns:
long Number of messages queued.

getId

java.lang.String getId()
Get the unique system id.

Returns:
String Unique system id.

getName

java.lang.String getName()
Get the internal display name.

Returns:
String Internal display name.

getSelector

java.lang.String getSelector()
Get the message selector used by this subscription.

Returns:
String The selector string.

getSubscriberId

java.lang.String getSubscriberId()
Get the client ID of the subscriber.

Returns:
String The subscriber client ID.

getTopics

java.lang.String[] getTopics()
Get the array of topic subscribed by this subscription.

Returns:
String[] The array of subscription topics.

IBM WebSphere Application ServerTM
Release 7