Uses of Class
org.apache.activemq.store.memory.MemoryTransactionStore.Tx

Packages that use MemoryTransactionStore.Tx
org.apache.activemq.store.memory VM based implementation of message persistence 
 

Uses of MemoryTransactionStore.Tx in org.apache.activemq.store.memory
 

Fields in org.apache.activemq.store.memory with type parameters of type MemoryTransactionStore.Tx
protected  ConcurrentHashMap<Object,MemoryTransactionStore.Tx> MemoryTransactionStore.inflightTransactions
           
protected  ConcurrentHashMap<TransactionId,MemoryTransactionStore.Tx> MemoryTransactionStore.preparedTransactions
           
 

Methods in org.apache.activemq.store.memory that return MemoryTransactionStore.Tx
 MemoryTransactionStore.Tx MemoryTransactionStore.getPreparedTx(TransactionId txid)
           
 MemoryTransactionStore.Tx MemoryTransactionStore.getTx(Object txid)
           
 

Methods in org.apache.activemq.store.memory with parameters of type MemoryTransactionStore.Tx
protected  void MemoryTransactionStore.onRecovered(MemoryTransactionStore.Tx tx)
           
 



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