Uses of Package
org.apache.activemq.store

Packages that use org.apache.activemq.store
org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. 
org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors. 
org.apache.activemq.broker.region Region abstraction and implementations in the Broker. 
org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the store 
org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.apache.activemq.store.memory VM based implementation of message persistence 
org.apache.activemq.transaction   
org.apache.activemq.usage   
org.apache.activemq.util   
 

Classes in org.apache.activemq.store used by org.apache.activemq.broker
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PersistenceAdapterFactory
          Factory class that can create PersistenceAdapter objects.
PListStore
           
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

Classes in org.apache.activemq.store used by org.apache.activemq.broker.jmx
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
 

Classes in org.apache.activemq.store used by org.apache.activemq.broker.region
MessageStore
          Represents a message store which is used by the persistent implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PListStore
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.apache.activemq.store used by org.apache.activemq.broker.region.cursors
MessageRecoveryListener
           
PList
           
 

Classes in org.apache.activemq.store used by org.apache.activemq.store
MessageRecoveryListener
           
MessageStore
          Represents a message store which is used by the persistent implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PList
           
PList.PListIterator
           
PListEntry
           
ReferenceStore
          Represents a message store which is used by the persistent implementations
ReferenceStore.ReferenceData
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionRecoveryListener
           
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

Classes in org.apache.activemq.store used by org.apache.activemq.store.memory
AbstractMessageStore
           
MessageRecoveryListener
           
MessageStore
          Represents a message store which is used by the persistent implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
ProxyTopicMessageStore
          A simple proxy that delegates to another MessageStore.
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionRecoveryListener
           
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

Classes in org.apache.activemq.store used by org.apache.activemq.transaction
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

Classes in org.apache.activemq.store used by org.apache.activemq.usage
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PListStore
           
 

Classes in org.apache.activemq.store used by org.apache.activemq.util
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.