Uses of Interface
org.activemq.store.TransactionStore

Packages that use TransactionStore
org.activemq.broker.impl The default implementation of the JMS Broker  
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.journal Message persistence using a high performance transaction log via the Journal interface. 
org.activemq.store.vm VM based implementation of message persistence  
 

Uses of TransactionStore in org.activemq.broker.impl
 

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

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

Uses of TransactionStore in org.activemq.service.impl
 

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

Constructors in org.activemq.service.impl with parameters of type TransactionStore
XATransactionCommand(ActiveMQXid xid, Map xaTxs, TransactionStore transactionStore)
           
TransactionManagerImpl(Broker broker, TransactionStore transactionStore)
           
LocalTransactionCommand(Map localTxs, String txid, TransactionStore transactionStore)
           
 

Uses of TransactionStore in org.activemq.store
 

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

Uses of TransactionStore in org.activemq.store.cache
 

Methods in org.activemq.store.cache that return TransactionStore
 TransactionStore CachePersistenceAdapter.createTransactionStore()
           
 

Uses of TransactionStore in org.activemq.store.jdbc
 

Methods in org.activemq.store.jdbc that return TransactionStore
 TransactionStore JDBCPersistenceAdapter.createTransactionStore()
           
 

Uses of TransactionStore in org.activemq.store.journal
 

Classes in org.activemq.store.journal that implement TransactionStore
 class JournalTransactionStore
           
 

Methods in org.activemq.store.journal that return TransactionStore
 TransactionStore JournalPersistenceAdapter.createTransactionStore()
           
 

Uses of TransactionStore in org.activemq.store.vm
 

Classes in org.activemq.store.vm that implement TransactionStore
 class VMTransactionStore
          Provides a TransactionStore implementation that can create transaction aware MessageStore objects from non transaction aware MessageStore objects.
 

Methods in org.activemq.store.vm that return TransactionStore
 TransactionStore VMPersistenceAdapter.createTransactionStore()
           
 

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



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