All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbandonedConfig Configuration settings for handling abandoned db connections.AbandonedObjectPool An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections.AbandonedTrace Tracks db connection usage for recovering and reporting abandoned db connections.BasicDataSource Basic implementation ofjavax.sql.DataSource
that is configured via JavaBeans properties.BasicDataSourceFactory JNDI object factory that creates an instance ofBasicDataSource
that has been configured based on theRefAddr
values of the specifiedReference
, which must match the names and data types of theBasicDataSource
bean properties.BasicManagedDataSource BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.ConnectionFactory Abstract factory interface for creatingConnection
s.ConstructorUtil MiscellaneousConstructor
related utility functions.DataSourceConnectionFactory ADataSource
-based implementation ofConnectionFactory
.DataSourceXAConnectionFactory An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.DbcpException Deprecated. This will be removed in a future version of DBCP.DelegatingCallableStatement A base delegating implementation ofCallableStatement
.DelegatingConnection A base delegating implementation ofConnection
.DelegatingDatabaseMetaData A base delegating implementation ofDatabaseMetaData
.DelegatingPreparedStatement A base delegating implementation ofPreparedStatement
.DelegatingResultSet A base delegating implementation ofResultSet
.DelegatingStatement A base delegating implementation ofStatement
.DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation ofConnectionPoolDataSource
, but still include aDriverManager
implementation.DriverConnectionFactory ADriver
-based implementation ofConnectionFactory
.DriverManagerConnectionFactory ADriverManager
-based implementation ofConnectionFactory
.InstanceKeyDataSource The base class forSharedPoolDataSource
andPerUserPoolDataSource
.JOCLContentHandler AContentHandler
for the Java Object Configuration Language.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.PerUserPoolDataSource A poolingDataSource
appropriate for deployment within J2EE environment.PerUserPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSource
sPoolableCallableStatement ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.PoolableConnectionFactory APoolableObjectFactory
that createsPoolableConnection
s.PoolableManagedConnection PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.PoolableManagedConnectionFactory APoolableConnectionFactory
that createsPoolableManagedConnection
s.PoolablePreparedStatement ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.PoolingConnection ADelegatingConnection
that poolsPreparedStatement
s.PoolingDataSource A simpleDataSource
implementation that obtainsConnection
s from the specifiedObjectPool
.PoolingDriver ADriver
implementation that obtainsConnection
s from a registeredObjectPool
.SharedPoolDataSource A poolingDataSource
appropriate for deployment within J2EE environment.SharedPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSource
sSQLNestedException Deprecated. Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0TransactionContext TransactionContext represents the association between a single XAConnectionFactory and a Transaction.TransactionContextListener A listener for transaction completion events.TransactionRegistry TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.XAConnectionFactory XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.