Joram 5.0.7

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
AdminDestinationItf The AdminDestinationItf interface defines the method needed by the administration topic for creating and initializing a destination agent.
AdminTopicImplMBean  
DestinationImplMBean  
QueueImplMBean  
TopicImplMBean  
 

Class Summary
AdminTopic An AdminTopic agent is a MOM administration service, which behaviour is provided by an AdminTopicImpl instance.
AdminTopicImpl The AdminTopicImpl class implements the admin topic behaviour, basically processing administration requests.
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 behaviour, basically storing messages and delivering them upon clients requests or delivering to an other cluster queue.
DeadMQueue A DeadMQueue agent is an agent hosting a MOM dead message queue, and which behaviour is provided by a DeadMQueueImpl instance.
DeadMQueueImpl The DeadMQueueImpl class implements the MOM dead message queue behaviour, basically storing dead messages and delivering them upon clients requests.
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 behaviour of MOM destinations.
LoadingFactor  
LoadingFactor.ConsumerStatus  
LoadingFactor.ProducerStatus  
LoadingFactor.Status  
Queue A Queue agent is an agent hosting a MOM queue, and which behaviour 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 behaviour 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.


Joram 5.0.7

Copyright © 2005 Scalagent - All rights reserved