Package org.objectweb.joram.mom.dest
Interface TopicMBean
-
- All Superinterfaces:
AgentMBean,ClusterDestinationMBean,DestinationMBean
- All Known Subinterfaces:
AcquisitionTopicMBean,AdminTopicMBean,DistributionTopicMBean
- All Known Implementing Classes:
AcquisitionTopic,AdminTopic,DistributionTopic,ElasticTopic,Topic
public interface TopicMBean extends DestinationMBean, ClusterDestinationMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNumberOfSubscribers()Returns the number of subscribers.String[]getSubscriberIds()Returns the list of unique identifiers of all subscribers.-
Methods inherited from interface fr.dyade.aaa.agent.AgentMBean
getAgentId, getCommitTime, getReactNb, getReactTime, isAgentProfiling, isFixed, resetCommitTime, resetReactTime, resetTimer, setAgentProfiling
-
Methods inherited from interface org.objectweb.joram.mom.dest.ClusterDestinationMBean
getClusterElements
-
Methods inherited from interface org.objectweb.joram.mom.dest.DestinationMBean
delete, getCreationDate, getCreationTimeInMillis, getDestinationId, getDMQId, getName, getNbMsgsDeliverSinceCreation, getNbMsgsReceiveSinceCreation, getNbMsgsSentToDMQSinceCreation, getPeriod, getRight, getRights, getType, 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
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.
-
-