All Classes and Interfaces
Class
Description
Configuration settings for handling abandoned db connections.
An implementation of a Jakarta-Commons ObjectPool which
tracks JDBC connections and can recover abandoned db connections.
Tracks db connection usage for recovering and reporting
abandoned db connections.
Basic implementation of
javax.sql.DataSource
that is
configured via JavaBeans properties.JNDI object factory that creates an instance of
BasicDataSource
that has been configured based on the
RefAddr
values of the specified Reference
,
which must match the names and data types of the
BasicDataSource
bean properties.BasicManagedDataSource is an extension of BasicDataSource which
creates ManagedConnections.
Abstract factory interface for creating
Connection
s.Miscellaneous
Constructor
related utility functions.A
DataSource
-based implementation of ConnectionFactory
.An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.
A base delegating implementation of
CallableStatement
.A base delegating implementation of
Connection
.A base delegating implementation of
DatabaseMetaData
.A base delegating implementation of
PreparedStatement
.A base delegating implementation of
ResultSet
.A base delegating implementation of
Statement
.
An adapter for jdbc drivers that do not include an implementation
of
ConnectionPoolDataSource
, but still include a
DriverManager
implementation.A
Driver
-based implementation of ConnectionFactory
.A
DriverManager
-based implementation of ConnectionFactory
.The base class for
SharedPoolDataSource
and
PerUserPoolDataSource
.A
ContentHandler
for the Java Object Configuration Language.An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.
ManagedConnection is responsible for managing a database connection in a transactional environment
(typically called "Container Managed").
The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.
A pooling
DataSource
appropriate for deployment within
J2EE environment.A JNDI ObjectFactory which creates
SharedPoolDataSource
sA
DelegatingCallableStatement
that cooperates with
PoolingConnection
to implement a pool of CallableStatement
s.A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool
when
closed.A
PoolableObjectFactory
that creates
PoolableConnection
s.PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
A
PoolableConnectionFactory
that creates PoolableManagedConnection
s.A
DelegatingPreparedStatement
that cooperates with
PoolingConnection
to implement a pool of PreparedStatement
s.A
DelegatingConnection
that pools PreparedStatement
s.A pooling
DataSource
appropriate for deployment within
J2EE environment.A JNDI ObjectFactory which creates
SharedPoolDataSource
sTransactionContext represents the association between a single XAConnectionFactory and a Transaction.
A listener for transaction completion events.
TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.
XAConnectionFactory is an extension of ConnectionFactory used to create connections
in a transaction managed environment.