|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterDestinationMBean | |
---|---|
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 ClusterDestinationMBean in org.objectweb.joram.mom.dest |
---|
Subinterfaces of ClusterDestinationMBean in org.objectweb.joram.mom.dest | |
---|---|
interface |
AcquisitionTopicMBean
JMX interface for the monitoring topic. |
interface |
AdminTopicMBean
|
interface |
ClusterQueueMBean
|
interface |
TopicMBean
|
Classes in org.objectweb.joram.mom.dest that implement ClusterDestinationMBean | |
---|---|
class |
AcquisitionTopic
The AcquisitionTopic class implements the MOM acquisition topic
behavior, basically acquiring messages periodically or on client request,
using an AcquisitionModule . |
class |
AdminTopic
The AdminTopic class implements the administration topic
behavior, basically processing administration requests. |
class |
ClusterQueue
The ClusterQueue class implements the cluster queue behavior. |
class |
DistributionTopic
The DistributionQueue class implements the MOM distribution topic
behavior, delivering messages via the DistributionModule . |
class |
Topic
The Topic class implements the MOM topic behavior,
basically distributing the received messages to subscribers. |
Uses of ClusterDestinationMBean in org.objectweb.joram.mom.dest.jmsbridge |
---|
Classes in org.objectweb.joram.mom.dest.jmsbridge that implement ClusterDestinationMBean | |
---|---|
class |
JMSBridgeTopic
The BridgeTopic 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |