Package 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.

See:
          Description

Interface Summary
AcquisitionDaemon AcquisitionDaemon interface is made to work with an acquisition queue or topic via an AcquisitionModule.
AcquisitionHandler AcquisitionHandler interface is made to work with an acquisition queue or topic via an AcquisitionModule.
AcquisitionMBean JMX interface for the acquisition monitoring.
AcquisitionQueueImplMBean JMX interface for the monitoring queue.
AcquisitionTopicImplMBean JMX interface for the monitoring topic.
AdminDestinationItf The AdminDestinationItf interface defines the method needed by the administration topic to create and initialize a destination agent.
AdminTopicImplMBean  
DestinationImplMBean  
DistributionHandler DistributionHandler interface is made to work with a distribution queue or topic via a DistributionModule.
QueueImplMBean  
ReliableTransmitter The ReliableTransmitter is used by an AcquisitionHandler or an AcquisitionDaemon to transmit acquired messages to the MOM.
TopicImplMBean  
 

Class Summary
AcquisitionModule The AcquisitionModule interfaces between the acquisition destinations and the specified AcquisitionHandler.
AcquisitionNot  
AcquisitionQueue An AcquisitionQueue agent is an agent hosting an AcquisitionQueueImpl.
AcquisitionQueueImpl The AcquisitionQueueImpl class implements the MOM acquisition queue behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
AcquisitionTopic An AcquisitionTopic agent is an agent hosting an AcquisitionTopicImpl.
AcquisitionTopicImpl The AcquisitionTopicImpl class implements the MOM acquisition topic behavior, basically acquiring messages periodically or on client request, using an AcquisitionModule.
AdminTopic An AdminTopic agent is a MOM administration service, which Behavior is provided by an AdminTopicImpl instance.
AdminTopicImpl The AdminTopicImpl class implements the administration topic behavior, basically processing administration requests.
AdminTopicImpl.DestinationDesc  
ClusterAck A ClusterAck instance is a notification sent by a topic requested to join a cluster.
ClusterNot A ClusterNot instance is a notification sent by a topic to another topic for notifying it of a topic joining the cluster they are part of.
ClusterQueue A ClusterQueue agent is an agent hosting a MOM queue, and which behaviour is provided by a ClusterQueueImpl instance.
ClusterQueueImpl The ClusterQueueImpl class implements the MOM queue behavior, basically storing messages and delivering them upon clients requests or delivering to an other cluster queue.
ClusterTest A ClusterTest instance is a notification sent by a topic to another topic for checking if it might be part of a cluster.
DeadMQueue Deprecated. Since Joram 5.2 every Queue can be a DeadMQueue
Destination A Destination agent is an agent hosting a MOM destination, for example a Queue or a Topic.
DestinationImpl The DestinationImpl class implements the common behavior of MOM destinations.
DistributionModule  
DistributionQueue An DistributionQueue agent is an agent hosting a DistributionQueueImpl.
DistributionQueueImpl The DistributionQueueImpl class implements the MOM distribution queue behavior, delivering messages via the DistributionModule.
DistributionTopic An DistributionTopic agent is an agent hosting a DistributionTopicImpl.
DistributionTopicImpl The DistributionQueueImpl class implements the MOM distribution topic behavior, delivering messages via the DistributionModule.
LoadingFactor  
LoadingFactor.ConsumerStatus  
LoadingFactor.ProducerStatus  
LoadingFactor.Status  
MonitoringAcquisition  
MonitoringElement A MonitoringElement describes an element to monitor.
MonitoringHelper  
Queue A Queue agent is an agent hosting a MOM queue, and which behavior is provided by a QueueImpl instance.
QueueImpl The QueueImpl class implements the MOM queue behaviour, basically storing messages and delivering them upon clients requests.
Topic A Topic agent is an agent hosting a MOM topic, and which behavior is provided by a TopicImpl instance.
TopicForwardNot A TopicForwardNot is a notification sent by a topic to another topic part of the same cluster, or to its hierarchical father, and holding a forwarded ClientMessages notification.
TopicImpl The TopicImpl class implements the MOM topic behaviour, basically distributing the received messages to subscribers.
 

Package org.objectweb.joram.mom.dest Description

The org.objectweb.joram.mom.dest package holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.



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