Class Summary | |
---|---|
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 of |
BasicDataSourceFactory |
JNDI object factory that creates an instance of
|
ConnectionFactory | Abstract factory interface for creating java.sql.Connections. |
ConstructorUtil | Miscellaneous Constructor related utility functions. |
DataSourceConnectionFactory | A DataSource-based implementation of ConnectionFactory. |
DbcpException |
Subclass of |
DelegatingCallableStatement | A base delegating implementation of CallableStatement. |
DelegatingConnection | A base delegating implementation of Connection. |
DelegatingPreparedStatement | A base delegating implementation of PreparedStatement. |
DelegatingResultSet | A base delegating implementation of ResultSet. |
DelegatingStatement | A base delegating implementation of Statement. |
DriverAdapterCPDS |
An adapter for jdbc drivers that do not include an implementation of javax.sql.ConnectionPoolDataSource, but still include a java.sql.DriverManager implementation. |
DriverConnectionFactory | A Driver-based implementation of ConnectionFactory. |
DriverManagerConnectionFactory | A DriverManager-based implementation of ConnectionFactory. |
InstanceKeyDataSource |
The base class for |
JOCLContentHandler | A org.xml.sax.ContentHandler for the Java Object Configuration Language. |
PerUserPoolDataSource |
A pooling |
PerUserPoolDataSourceFactory |
A JNDI ObjectFactory which creates SharedPoolDataSource s
|
PoolableConnection | A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed. |
PoolableConnectionFactory | A PoolableObjectFactory that creates PoolableConnections. |
PoolablePreparedStatement | A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements. |
PoolingConnection | A DelegatingConnection that pools PreparedStatements. |
PoolingDataSource | A simple DataSource implementation that obtains Connections from the specified ObjectPool. |
PoolingDriver | A Driver implementation that obtains Connections from a registered ObjectPool. |
SharedPoolDataSource |
A pooling DataSource appropriate for deployment within
J2EE environment. |
SharedPoolDataSourceFactory |
A JNDI ObjectFactory which creates SharedPoolDataSource s |
SQLNestedException | A SQLException subclass containing another Throwable |