Uses of Package
org.activemq.store

Packages that use org.activemq.store
org.activemq.broker The API for the JMS Broker which is the server side of a JMS network though it may be deployed inside a client in peer style networks. 
org.activemq.broker.impl The default implementation of the JMS Broker 
org.activemq.service.boundedvm   
org.activemq.service.impl Default implementations of the services 
org.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging 
org.activemq.store.cache   
org.activemq.store.jdbc Message persistence implemented using JDBC 
org.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. 
org.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.activemq.store.vm VM based implementation of message persistence 
org.activemq.util Utility classes like a SEDA style Command pattern helper and a BitArray for working with flags etc. 
 

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

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

Classes in org.activemq.store used by org.activemq.service.boundedvm
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
 

Classes in org.activemq.store used by org.activemq.service.impl
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

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

Classes in org.activemq.store used by org.activemq.store.cache
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
RecoveryListener
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
 

Classes in org.activemq.store used by org.activemq.store.jdbc
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
RecoveryListener
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
TransactionStore.RecoveryListener
           
 

Classes in org.activemq.store used by org.activemq.store.jdbc.adapter
TransactionStore.RecoveryListener
           
 

Classes in org.activemq.store used by org.activemq.store.journal
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
RecoveryListener
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
TransactionStore.RecoveryListener
           
 

Classes in org.activemq.store used by org.activemq.store.vm
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PersistenceAdapterFactory
          Factory class that can create PersistenceAdapter objects.
RecoveryListener
           
TopicMessageStore
          A MessageStore for durable topic subscriptions
TransactionStore
          Represents the durable store of the commit/rollback operations taken against the broker.
TransactionStore.RecoveryListener
           
 

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



Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.