See: Description
Interface | Description |
---|---|
TransactionContextListener |
A listener for transaction completion events.
|
XAConnectionFactory |
XAConnectionFactory is an extension of ConnectionFactory used to create connections
in a transaction managed environment.
|
Class | Description |
---|---|
BasicManagedDataSource |
BasicManagedDataSource is an extension of BasicDataSource which
creates ManagedConnections.
|
DataSourceXAConnectionFactory |
An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.
|
LocalXAConnectionFactory |
An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.
|
LocalXAConnectionFactory.LocalXAResource |
LocalXAResource is a fake XAResource for non-XA connections.
|
ManagedConnection |
ManagedConnection is responsible for managing a database connection in a transactional environment
(typically called "Container Managed").
|
ManagedDataSource |
The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.
|
PoolableManagedConnection |
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
|
PoolableManagedConnectionFactory |
A
PoolableConnectionFactory that creates PoolableManagedConnection s. |
TransactionContext |
TransactionContext represents the association between a single XAConnectionFactory and a Transaction.
|
TransactionRegistry |
TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.
|
Copyright © 2015. All rights reserved.