Uses of Package
org.codehaus.activemq.store

Packages that use org.codehaus.activemq.store
org.codehaus.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.codehaus.activemq.broker.impl The default implementation of the JMS Broker  
org.codehaus.activemq.service.impl Default implementations of the services  
org.codehaus.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging  
org.codehaus.activemq.store.bdb Message persistence implemented using Berkeley DB Java Edition  
org.codehaus.activemq.store.cache   
org.codehaus.activemq.store.howl Message persistence using a high performance transaction log via implemented using Howl whichi is used for short term persistence with longer term storage being used at checkpoints. 
org.codehaus.activemq.store.jdbc Message persistence implemented using JDBC  
org.codehaus.activemq.store.jdbm Message persistence implemented using JDBM which is the default persistence mechanism shipped with Geronimo (due to its BSD licence)  
org.codehaus.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
org.codehaus.activemq.store.vm VM based implementation of message persistence  
org.codehaus.activemq.util Utility classes like a SEDA style Command pattern helper and a BitArray for working with flags etc. 
 

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

Classes in org.codehaus.activemq.store used by org.codehaus.activemq.broker.impl
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
 

Classes in org.codehaus.activemq.store used by org.codehaus.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
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.activemq.store
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.activemq.store.bdb
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.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
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.activemq.store.howl
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.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
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.activemq.store.jdbm
MessageStore
          Represents a message store which is used by the persistent MessageContainer implementations
PersistenceAdapter
          Adapter to the actual persistence mechanism used with ActiveMQ
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.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
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

Classes in org.codehaus.activemq.store used by org.codehaus.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
PreparedTransactionStore
          Represents a durable store of a prepare log for XA
TopicMessageStore
          A MessageStore for durable topic subscriptions
 

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



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