Uses of Class
com.caucho.transaction.TransactionManagerImpl

Packages that use TransactionManagerImpl
com.caucho.sql   
com.caucho.transaction   
 

Uses of TransactionManagerImpl in com.caucho.sql
 

Methods in com.caucho.sql with parameters of type TransactionManagerImpl
 void DBPool.setTransactionManager(TransactionManagerImpl tm)
          Set the transaction manager for this pool.
 

Uses of TransactionManagerImpl in com.caucho.transaction
 

Methods in com.caucho.transaction that return TransactionManagerImpl
static TransactionManagerImpl TransactionManagerImpl.getInstance()
          Returns the local transaction manager.
static TransactionManagerImpl TransactionManagerImpl.getLocal()
          Returns the local transaction manager.
 

Constructors in com.caucho.transaction with parameters of type TransactionManagerImpl
TransactionSynchronizationRegistryImpl(TransactionManagerImpl transactionManager)
           
UserTransactionImpl(TransactionManagerImpl tm)
          Creates the proxy.