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.
 

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.
BridgeQueue A BridgeQueue agent is an agent hosting a bridge queue, and which behaviour is provided by a BridgeQueueImpl instance.
BridgeQueueImpl The BridgeQueueImpl class implements a specific queue 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.
BridgeTopic A BridgeTopic agent is an agent hosting a bridge topic, and which behaviour is provided by a BridgeTopicImpl instance.
BridgeTopicImpl 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.
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.
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 ? 2004 Scalagent - All rights reserved