Uses of Interface
org.objectweb.joram.mom.dest.TopicImplMBean

Packages that use TopicImplMBean
org.objectweb.joram.mom.dest The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM. 
org.objectweb.joram.mom.dest.jmsbridge The org.objectweb.joram.mom.dest.jmsbridge package provides utility classes used by the MOM destinations and proxies. 
 

Uses of TopicImplMBean in org.objectweb.joram.mom.dest
 

Subinterfaces of TopicImplMBean in org.objectweb.joram.mom.dest
 interface AcquisitionTopicImplMBean
          JMX interface for the monitoring topic.
 interface AdminTopicImplMBean
           
 

Classes in org.objectweb.joram.mom.dest that implement TopicImplMBean
 class AcquisitionTopicImpl
          The AcquisitionTopicImpl class implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
 class AdminTopicImpl
          The AdminTopicImpl class implements the administration topic behavior, basically processing administration requests.
 class DistributionTopicImpl
          The DistributionQueueImpl class implements the MOM distribution topic behavior, delivering messages via the DistributionModule.
 class TopicImpl
          The TopicImpl class implements the MOM topic behaviour, basically distributing the received messages to subscribers.
 

Uses of TopicImplMBean in org.objectweb.joram.mom.dest.jmsbridge
 

Classes in org.objectweb.joram.mom.dest.jmsbridge that implement TopicImplMBean
 class JMSBridgeTopicImpl
          The BridgeTopicImpl class implements a specific topic which forwards the messages it receives to a foreign JMS destination, and gets the messages it is requested to deliver from the same foreign destination.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.