Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.service.impl

The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager

See:
          Description

Class Summary
AbstractTransaction Keeps track of all the actions the need to be done when a transaction does a commit or rollback.
AutoCommitTransaction Keeps track of all the actions the need to be done when a transaction does a commit or rollback.
DefaultQueueList Linked list class to provide uniformly named methods to get,remove and insert an element at the beginning and end of the list.
DefaultQueueListEntry Linked list entry class
DefaultQueueListTest  
DispatcherImpl A dispatcher of messages to some JMS connection.
DispatchWorker A Dispatcher that polls for updates for active Message Consumers
DurableQueueMessageContainer A default implementation of a Durable Queue based org.activemq.service.MessageContainer which acts as an adapter between the org.activemq.service.MessageContainerManager requirements and those of the persistent org.activemq.store.MessageStore implementations.
DurableQueueMessageContainerManager A default Broker used for Queue messages
DurableTopicMessageContainer A default implementation of a Durable Topic based org.activemq.service.MessageContainer which acts as an adapter between the org.activemq.service.MessageContainerManager requirements and those of the persistent org.activemq.store.TopicMessageStore implementations.
DurableTopicMessageContainerManager A default Broker used for Topic messages for durable consumers
DurableTopicSubscription Represents a durable topic subscription where the consumer has a unique clientID used to persist the messages across both Broker restarts and JMS client restarts
DurableTopicSubscriptionContainerImpl An implemenation of SubscriptionContainerImpl for durable topic subscriptions
InitialImageMessageContainerManager Implements an initial image service where on subscription the client will receive the last image that was previously cached.
LocalTransactionCommand  
LocalTransactionCommandTest  
MessageContainerManagerSupport  
MessageEntry An entry for a message in a container
MessagePointer An entry for a message to be dispatched
ProxyMessageContainerManager A Proxy implementation of org.activemq.service.MessageContainerManager which delegates to some other implementation which is useful for writing Facade implementations
QueueListSupport A base class which is useful for implementation inheritence when implementing a persistent QueueList
QueueListSupport.Header  
QueueListSupport.Node  
SubscriptionContainerImpl A default RAM only implementation of the org.activemq.service.SubscriptionContainer
SubscriptionImpl A Subscription holds messages to be dispatched to a a Client Consumer
TransactionManagerImpl  
TransientTopicMessageContainerManager A default implementation of a Broker of Topic messages for transient consumers
XATransactionCommand  
XATransactionCommandTest  
XATransactionTest  
 

Package org.activemq.service.impl Description

The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager