|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
org.activemq.service | The core services which make up the JMS Message Broker such as the Store, MessageContainer and MessageContainerManager |
org.activemq.service.impl | Default implementations of the services |
Uses of Transaction in org.activemq.service |
Methods in org.activemq.service that return Transaction | |
static Transaction |
TransactionManager.getContexTransaction()
|
abstract Transaction |
TransactionManager.createLocalTransaction(BrokerClient client,
String txid)
|
abstract Transaction |
TransactionManager.getLocalTransaction(String txid)
|
abstract Transaction |
TransactionManager.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
abstract Transaction |
TransactionManager.getXATransaction(ActiveMQXid xid)
|
Methods in org.activemq.service with parameters of type Transaction | |
static void |
TransactionManager.setContexTransaction(Transaction tx)
|
abstract void |
TransactionManager.recover(Transaction transaction)
Called on restart when recovering prepared transactions to reload a transaction from persistent store |
Uses of Transaction in org.activemq.service.impl |
Classes in org.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 |
AutoCommitTransaction
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.activemq.service.impl that return Transaction | |
Transaction |
TransactionManagerImpl.createLocalTransaction(BrokerClient client,
String txid)
|
Transaction |
TransactionManagerImpl.createXATransaction(BrokerClient client,
ActiveMQXid xid)
|
Transaction |
TransactionManagerImpl.getLocalTransaction(String txid)
|
Transaction |
TransactionManagerImpl.getXATransaction(ActiveMQXid xid)
|
Methods in org.activemq.service.impl with parameters of type Transaction | |
void |
TransactionManagerImpl.recover(Transaction transaction)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |