org.objectweb.joram.mom.dest
Interface TopicMBean

All Superinterfaces:
AgentMBean, ClusterDestinationMBean, DestinationMBean
All Known Subinterfaces:
AcquisitionTopicMBean, AdminTopicMBean
All Known Implementing Classes:
AcquisitionTopic, AdminTopic, DistributionTopic, JMSBridgeTopic, Topic

public interface TopicMBean
extends DestinationMBean, ClusterDestinationMBean


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.DestinationMBean
delete, getCreationDate, getCreationTimeInMillis, getDestinationId, getDMQId, getName, getNbMsgsDeliverSinceCreation, getNbMsgsReceiveSinceCreation, getNbMsgsSentToDMQSinceCreation, getPeriod, getRight, getRights, isFreeReading, isFreeWriting, setFreeReading, setFreeWriting, setPeriod, toString
 
Methods inherited from interface fr.dyade.aaa.agent.AgentMBean
getAgentId, getCommitTime, getReactNb, getReactTime, isFixed
 
Methods inherited from interface org.objectweb.joram.mom.dest.ClusterDestinationMBean
getClusterElements
 

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 © 2011 ScalAgent D.T.. All Rights Reserved.