Package org.exolab.jms.messagemgr

Interface Summary
Condition General purpose condition.
ConsumerEndpoint ConsumerEndpoint represents the server-side view of of the MessageConsumer and QueueBrowser interfaces
ConsumerEndpointListener A listener for ConsumerEndpoint events.
ConsumerManager ConsumerManager is responsible for creating and managing the lifecycle of consumers.
DestinationCache A DestinationCache is used to cache messages for a particular destination.
DestinationEventListener A DestinatonEventListener will be notified of events generated by the DestinationManager.
DestinationManager DestinationManager is responsible for creating and managing the lifecycle of DestinationCache objects.
MessageCache MessageCache is responsible for managing a collection of messages.
MessageHandle A message handle is used to indirectly reference a message.
MessageManager Enter description here.
MessageManagerEventListener A MessageManagerEventListener responds to events generated by the MessageMgr.
MessageRef A MessageRef is used to indirectly reference a message by MessageHandle instances.
QueueListener QueueListeners are attached to QeueuDestinationCaches and are informed when new messages arrive.
 

Class Summary
AbstractConsumerEndpoint Abstract implementation of the ConsumerEndpoint interface.
AbstractDestinationCache Abstract implementation of the DestinationCache interface.
AbstractMessageHandle Abstract implementation of the MessageHandle interface.
ConsumerManagerImpl The consumer manager is responsible for creating and managing the lifecycle of consumers.
DestinationBinder Binds persistent destinations in JNDI.
DestinationCacheFactory Factory for DestinationCache instances.
DestinationConfigurator Pre-configures DestinationManager with destinations and and ConsumerManager with subscribers from an Configuration.
DestinationManagerImpl The destination manager is responsible for creating and managing the lifecycle of DestinationCache objects.
DurableConsumerEndpoint A ConsumerEndpoint for durable topic consumers.
Flag Implementation of the Condition interface that behaves as a synchronized, mutable boolean.
MessageHandleComparator MessageHandleComparator is used to order messages on priority, acceptance time and sequence number.
MessageMgr This is the active message handling component within the JMS server.
PersistentMessageHandle A persistent message handle extends MessageHandle and references a persistent message.
QueueBrowserEndpoint A QueueBrowserEndpoint is a QueueListener to a QueueDestinationCache.
QueueConsumerEndpoint A ConsumerEndpoint for queues.
QueueDestinationCache A DestinationCache for queues.
ResourceManager The resource manager provides XA support for the JMS Server.
TimedCondition A timed Condition.
TopicConsumerEndpoint A ConsumerEndpoint for transient topic consumers.
 

Exception Summary
ResourceManagerException This exception is raised by the ResourceManager on any general error.
 



Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.