Uses of Class
org.apache.activemq.store.memory.MemoryTransactionStore.Tx
-
Packages that use MemoryTransactionStore.Tx Package Description 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 Modifier and Type Field Description protected ConcurrentMap<Object,MemoryTransactionStore.Tx>MemoryTransactionStore. inflightTransactionsprotected Map<org.apache.activemq.command.TransactionId,MemoryTransactionStore.Tx>MemoryTransactionStore. preparedTransactionsMethods in org.apache.activemq.store.memory that return MemoryTransactionStore.Tx Modifier and Type Method Description MemoryTransactionStore.TxMemoryTransactionStore. getPreparedTx(org.apache.activemq.command.TransactionId txid)MemoryTransactionStore.TxMemoryTransactionStore. getTx(Object txid)Methods in org.apache.activemq.store.memory with parameters of type MemoryTransactionStore.Tx Modifier and Type Method Description protected voidMemoryTransactionStore. onRecovered(MemoryTransactionStore.Tx tx)
-