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