Uses of Interface
org.objectweb.joram.mom.dest.AcquisitionMBean
-
Packages that use AcquisitionMBean 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 AcquisitionMBean in org.objectweb.joram.mom.dest
Subinterfaces of AcquisitionMBean in org.objectweb.joram.mom.dest Modifier and Type Interface Description interfaceAcquisitionQueueMBeanJMX interface for the monitoring queue.interfaceAcquisitionTopicMBeanJMX interface for the monitoring topic.Classes in org.objectweb.joram.mom.dest that implement AcquisitionMBean 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.
-