Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp.managed.TransactionRegistry

Packages that use TransactionRegistry
org.datanucleus.store.rdbms.datasource.dbcp.managed   
 

Uses of TransactionRegistry in org.datanucleus.store.rdbms.datasource.dbcp.managed
 

Fields in org.datanucleus.store.rdbms.datasource.dbcp.managed declared as TransactionRegistry
protected  TransactionRegistry DataSourceXAConnectionFactory.transactionRegistry
           
protected  TransactionRegistry LocalXAConnectionFactory.transactionRegistry
           
 

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

Methods in org.datanucleus.store.rdbms.datasource.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.datanucleus.store.rdbms.datasource.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 © 2012. All Rights Reserved.