Uses of Interface
org.activemq.service.Transaction

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
abstract  Transaction TransactionManager.createLocalTransaction(BrokerClient client, String txid)
           
abstract  Transaction TransactionManager.createXATransaction(BrokerClient client, ActiveMQXid xid)
           
static Transaction TransactionManager.getContexTransaction()
           
abstract  Transaction TransactionManager.getLocalTransaction(String txid)
           
abstract  Transaction TransactionManager.getXATransaction(ActiveMQXid xid)
           
 

Methods in org.activemq.service with parameters of type Transaction
abstract  void TransactionManager.recover(Transaction transaction)
          Called on restart when recovering prepared transactions to reload a transaction from persistent store
static void TransactionManager.setContexTransaction(Transaction tx)
           
 

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)
           
 



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