Uses of Interface
org.codehaus.activemq.store.PreparedTransactionStore

Packages that use PreparedTransactionStore
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.cache   
org.codehaus.activemq.store.vm VM based implementation of message persistence  
 

Uses of PreparedTransactionStore in org.codehaus.activemq.broker.impl
 

Methods in org.codehaus.activemq.broker.impl that return PreparedTransactionStore
 PreparedTransactionStore DefaultBroker.getPreparedTransactionStore()
           
 

Methods in org.codehaus.activemq.broker.impl with parameters of type PreparedTransactionStore
 void DefaultBroker.setPreparedTransactionStore(PreparedTransactionStore preparedTransactionStore)
           
 

Uses of PreparedTransactionStore in org.codehaus.activemq.service.impl
 

Methods in org.codehaus.activemq.service.impl with parameters of type PreparedTransactionStore
 void XATransactionCommand.initialise(Map xaTxs, PreparedTransactionStore preparedTransactions)
          Called after the transaction command has been recovered from disk
 

Constructors in org.codehaus.activemq.service.impl with parameters of type PreparedTransactionStore
XATransactionCommand(Broker broker, ActiveMQXid xid, Map xaTxs, PreparedTransactionStore preparedTransactions)
           
TransactionManagerImpl(Broker broker, PreparedTransactionStore preparedTransactions)
           
 

Uses of PreparedTransactionStore in org.codehaus.activemq.store
 

Methods in org.codehaus.activemq.store that return PreparedTransactionStore
 PreparedTransactionStore PersistenceAdapter.createPreparedTransactionStore()
          Factory method to create a new persistent prepared transaction store for XA recovery
 

Uses of PreparedTransactionStore in org.codehaus.activemq.store.cache
 

Methods in org.codehaus.activemq.store.cache that return PreparedTransactionStore
 PreparedTransactionStore CachePersistenceAdapter.createPreparedTransactionStore()
           
 

Uses of PreparedTransactionStore in org.codehaus.activemq.store.vm
 

Classes in org.codehaus.activemq.store.vm that implement PreparedTransactionStore
 class VMPreparedTransactionStoreImpl
           
 

Methods in org.codehaus.activemq.store.vm that return PreparedTransactionStore
 PreparedTransactionStore VMPersistenceAdapter.createPreparedTransactionStore()
           
 

Constructors in org.codehaus.activemq.store.vm with parameters of type PreparedTransactionStore
VMTransactionManager(Broker broker, PreparedTransactionStore preparedTransactions)
           
 



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