Uses of Class
org.apache.commons.dbcp.managed.TransactionRegistry

Packages that use TransactionRegistry
org.apache.commons.dbcp.managed This package provides support for pooling of ManagedConnections. 
 

Uses of TransactionRegistry in org.apache.commons.dbcp.managed
 

Fields in org.apache.commons.dbcp.managed declared as TransactionRegistry
protected  TransactionRegistry LocalXAConnectionFactory.transactionRegistry
           
protected  TransactionRegistry DataSourceXAConnectionFactory.transactionRegistry
           
 

Methods in org.apache.commons.dbcp.managed that return TransactionRegistry
 TransactionRegistry XAConnectionFactory.getTransactionRegistry()
          Gets the TransactionRegistry for this connection factory which contains a the XAResource for every connection created by this factory.
 TransactionRegistry LocalXAConnectionFactory.getTransactionRegistry()
           
 TransactionRegistry DataSourceXAConnectionFactory.getTransactionRegistry()
           
protected  TransactionRegistry BasicManagedDataSource.getTransactionRegistry()
          Gets the transaction registry.
 

Methods in org.apache.commons.dbcp.managed with parameters of type TransactionRegistry
 void ManagedDataSource.setTransactionRegistry(TransactionRegistry transactionRegistry)
          Sets the transaction registry from the XAConnectionFactory used to create the pool.
 

Constructors in org.apache.commons.dbcp.managed with parameters of type TransactionRegistry
ManagedConnection(ObjectPool pool, TransactionRegistry transactionRegistry, boolean accessToUnderlyingConnectionAllowed)
           
ManagedDataSource(ObjectPool pool, TransactionRegistry transactionRegistry)
          Creates a ManagedDataSource which obtains connections from the specified pool and manages them using the specified transaction registry.
PoolableManagedConnection(TransactionRegistry transactionRegistry, Connection conn, ObjectPool pool)
          Create a PoolableManagedConnection.
PoolableManagedConnection(TransactionRegistry transactionRegistry, Connection conn, ObjectPool pool, AbandonedConfig config)
          Create a PoolableManagedConnection.
TransactionContext(TransactionRegistry transactionRegistry, Transaction transaction)
          Creates a TransactionContext for the specified Transaction and TransactionRegistry.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.