com.ibm.websphere.sib.admin
Interface SIBSubscription
- public interface SIBSubscription
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getDepth()
The number of messages queued on the subscription.
|
|
getId()
Get the unique system id.
|
|
getName()
Get the internal display name.
|
|
getSelector()
Get the message selector used by this subscription.
|
|
getSubscriberId()
Get the client ID of the subscriber.
|
|
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.