|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
org.codehaus.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
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.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.vm | VM based implementation of message persistence |
Uses of Transaction in org.codehaus.activemq.service |
Methods in org.codehaus.activemq.service that return Transaction | |
Transaction |
TransactionManager.getContexTransaction()
|
Transaction |
TransactionManager.createLocalTransaction(BrokerClient client,
String txid)
|
Transaction |
TransactionManager.getLocalTransaction(String txid)
|
Transaction |
TransactionManager.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManager.getXATransaction(ActiveMQXid xid)
|
Methods in org.codehaus.activemq.service with parameters of type Transaction | |
void |
TransactionManager.setContexTransaction(Transaction tx)
|
void |
TransactionManager.loadTransaction(ActiveMQXid xid,
Transaction transaction)
Called on restart when recovering prepared transactions to reload a transaction from persistent store |
Uses of Transaction in org.codehaus.activemq.service.impl |
Classes in org.codehaus.activemq.service.impl that implement Transaction | |
class |
AbstractTransaction
Keeps track of all the actions the need to be done when a transaction does a commit or rollback. |
class |
LocalTransactionCommand
|
class |
XATransactionCommand
|
Methods in org.codehaus.activemq.service.impl that return Transaction | |
static Transaction |
XATransactionCommand.fromBytes(byte[] data)
|
Transaction |
TransactionManagerImpl.createLocalTransaction(BrokerClient client,
String txid)
|
Transaction |
TransactionManagerImpl.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManagerImpl.getLocalTransaction(String txid)
|
Transaction |
TransactionManagerImpl.getXATransaction(ActiveMQXid xid)
|
Transaction |
TransactionManagerImpl.getContexTransaction()
|
Methods in org.codehaus.activemq.service.impl with parameters of type Transaction | |
void |
TransactionManagerImpl.setContexTransaction(Transaction tx)
|
void |
TransactionManagerImpl.loadTransaction(ActiveMQXid xid,
Transaction transaction)
|
Uses of Transaction in org.codehaus.activemq.store |
Methods in org.codehaus.activemq.store with parameters of type Transaction | |
void |
PreparedTransactionStore.put(ActiveMQXid xid,
Transaction transaction)
|
Uses of Transaction in org.codehaus.activemq.store.bdb |
Methods in org.codehaus.activemq.store.bdb that return Transaction | |
protected Transaction |
BDbPreparedTransactionStore.extractTransaction(com.sleepycat.je.DatabaseEntry entry)
|
Methods in org.codehaus.activemq.store.bdb with parameters of type Transaction | |
void |
BDbPreparedTransactionStore.put(ActiveMQXid xid,
Transaction transaction)
|
Uses of Transaction in org.codehaus.activemq.store.jdbc |
Methods in org.codehaus.activemq.store.jdbc with parameters of type Transaction | |
void |
JDBCPreparedTransactionStore.put(ActiveMQXid xid,
Transaction transaction)
|
Uses of Transaction in org.codehaus.activemq.store.jdbm |
Methods in org.codehaus.activemq.store.jdbm with parameters of type Transaction | |
void |
JdbmPreparedTransactionStore.put(ActiveMQXid xid,
Transaction transaction)
|
Uses of Transaction in org.codehaus.activemq.store.vm |
Methods in org.codehaus.activemq.store.vm with parameters of type Transaction | |
void |
VMPreparedTransactionStoreImpl.put(ActiveMQXid xid,
Transaction transaction)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |