Package | Description |
---|---|
org.datanucleus.store.rdbms.datasource.dbcp.managed |
Repackaged Apache DBCP connection pool.
|
Modifier and Type | Field and Description |
---|---|
protected TransactionRegistry |
LocalXAConnectionFactory.transactionRegistry |
protected TransactionRegistry |
DataSourceXAConnectionFactory.transactionRegistry |
Modifier and Type | Method and Description |
---|---|
protected TransactionRegistry |
BasicManagedDataSource.getTransactionRegistry()
Gets the transaction registry.
|
TransactionRegistry |
LocalXAConnectionFactory.getTransactionRegistry() |
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() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedDataSource.setTransactionRegistry(TransactionRegistry transactionRegistry)
Sets the transaction registry from the XAConnectionFactory used to create the pool.
|
Constructor and Description |
---|
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 © 2023. All rights reserved.