com.ibm.websphere.sib.admin

Interface SIBSubscription


  1. public interface SIBSubscription
This class specifies the properties of an active PubSub Subscription.

Method Summary

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

Method Detail

getDepth

  1. long getDepth()
The number of messages queued on the subscription.
Returns:
long Number of messages queued.

getId

  1. java.lang.String getId()
Get the unique system id.
Returns:
String Unique system id.

getName

  1. java.lang.String getName()
Get the internal display name.
Returns:
String Internal display name.

getSelector

  1. java.lang.String getSelector()
Get the message selector used by this subscription.
Returns:
String The selector string.

getSubscriberId

  1. java.lang.String getSubscriberId( )
Get the client ID of the subscriber.
Returns:
String The subscriber client ID.

getTopics

  1. java.lang.String[] getTopics()
Get the array of topic subscribed by this subscription.
Returns:
String[] The array of subscription topics.