Uses of Interface
org.objectweb.joram.mom.dest.DestinationMBean
-
Packages that use DestinationMBean Package Description com.scalagent.joram.mom.dest.ftp com.scalagent.joram.mom.dest.scheduler 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 DestinationMBean in com.scalagent.joram.mom.dest.ftp
Classes in com.scalagent.joram.mom.dest.ftp that implement DestinationMBean Modifier and Type Class Description classFtpQueueTheFtpQueueclass implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests. -
Uses of DestinationMBean in com.scalagent.joram.mom.dest.scheduler
Classes in com.scalagent.joram.mom.dest.scheduler that implement DestinationMBean Modifier and Type Class Description classSchedulerQueueThis class overrides the default Queue behavior in order to allow timed deliveries. -
Uses of DestinationMBean in org.objectweb.joram.mom.dest
Subinterfaces of DestinationMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionQueueMBeanJMX interface for the monitoring queue.interfaceAcquisitionTopicMBeanJMX interface for the monitoring topic.interfaceAdminTopicMBeaninterfaceClusterQueueMBeaninterfaceDistributionQueueMBeaninterfaceDistributionTopicMBeaninterfaceQueueMBeaninterfaceTopicMBeanClasses in org.objectweb.joram.mom.dest that implement DestinationMBean Modifier and Type Class Description classAcquisitionQueueTheAcquisitionQueueclass implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using anAcquisitionModule.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.classAliasInQueueTheAliasInQueueclass forwards messages to a destination in an other Joram server using the destination ID.classAliasQueueTheAliasQueueclass forwards messages to a destination in an other Joram server using the destination ID.classClusterQueueTheClusterQueueclass implements the cluster queue behavior.classDestinationTheDestinationclass implements the common behavior of MOM destinations.classDistributionQueueTheDistributionQueueclass implements the MOM distribution queue behavior, delivering messages via theDistributionModule.classDistributionTopicTheDistributionQueueclass implements the MOM distribution topic behavior, delivering messages via theDistributionModule.classElasticTopicClass describing a node of a scalable topic tree.classQueueTheQueueclass implements the MOM queue behavior, basically storing messages and delivering them upon clients requests.classTopicTheTopicclass implements the MOM topic behavior, basically distributing the received messages to subscribers.
-