Joram ${version}

org.objectweb.joram.mom.dest
Interface TopicImplMBean

All Superinterfaces:
DestinationImplMBean
All Known Implementing Classes:
TopicImpl

public interface TopicImplMBean
extends DestinationImplMBean


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

Method Detail

getSubscriberIds

public 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.

Joram ${version}

Copyright © 2005 Scalagent - All rights reserved