org.objectweb.joram.mom.dest
Interface TopicImplMBean

All Superinterfaces:
DestinationImplMBean
All Known Subinterfaces:
AcquisitionTopicImplMBean, AdminTopicImplMBean
All Known Implementing Classes:
AcquisitionTopicImpl, AdminTopicImpl, DistributionTopicImpl, JMSBridgeTopicImpl, TopicImpl

public interface TopicImplMBean
extends DestinationImplMBean


Method Summary
 int getNumberOfSubscribers()
          Returns the number of subscribers.
 java.lang.String[] getSubscriberIds()
          Returns the list of unique identifiers of all subscribers.
 
Methods inherited from interface org.objectweb.joram.mom.dest.DestinationImplMBean
delete, getCreationDate, getCreationTimeInMillis, getDestinationId, getDMQId, getName, getNbMsgsDeliverSinceCreation, getNbMsgsReceiveSinceCreation, getNbMsgsSentToDMQSinceCreation, getPeriod, getRight, getRights, isFreeReading, isFreeWriting, setFreeReading, setFreeWriting, setPeriod, toString
 

Method Detail

getNumberOfSubscribers

int getNumberOfSubscribers()
Returns the number of subscribers. Each user appears once even if there is multiples subscriptions, the different subscriptions can be enumerate through the proxy MBean.

Returns:
the number of subscribers.

getSubscriberIds

java.lang.String[] getSubscriberIds()
Returns the list of unique identifiers of all subscribers. Each user appears once even if there is multiples subscriptions, the different subscriptions can be enumerate through the proxy MBean.

Returns:
the list of unique identifiers of all subscribers.


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.