Uses of Interface
org.objectweb.joram.mom.dest.TopicMBean
-
Packages that use TopicMBean Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.ow2.joram.shell.mom.commands -
-
Uses of TopicMBean in org.objectweb.joram.mom.dest
Subinterfaces of TopicMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionTopicMBeanJMX interface for the monitoring topic.interfaceAdminTopicMBeaninterfaceDistributionTopicMBeanClasses in org.objectweb.joram.mom.dest that implement TopicMBean Modifier and Type Class Description classAcquisitionTopicTheAcquisitionTopicclass implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.classAdminTopicTheAdminTopicclass implements the administration topic behavior, basically processing administration requests.classDistributionTopicTheDistributionQueueclass implements the MOM distribution topic behavior, delivering messages via theDistributionModule.classElasticTopicClass describing a node of a scalable topic tree.classTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers. -
Uses of TopicMBean in org.ow2.joram.shell.mom.commands
Methods in org.ow2.joram.shell.mom.commands that return TopicMBean Modifier and Type Method Description private TopicMBeanMOMCommandsImpl. findTopic(String name)
-