Uses of Interface
org.objectweb.joram.mom.dest.ClusterDestinationMBean
-
Packages that use ClusterDestinationMBean 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. -
-
Uses of ClusterDestinationMBean in org.objectweb.joram.mom.dest
Subinterfaces of ClusterDestinationMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionTopicMBeanJMX interface for the monitoring topic.interfaceAdminTopicMBeaninterfaceClusterQueueMBeaninterfaceDistributionTopicMBeaninterfaceTopicMBeanClasses in org.objectweb.joram.mom.dest that implement ClusterDestinationMBean 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.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.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.
-