Uses of Package
org.apache.commons.dbcp

Packages that use org.apache.commons.dbcp
org.apache.commons.dbcp Database Connection Pool API. 
org.apache.commons.dbcp.managed This package provides support for pooling of ManagedConnections. 
 

Classes in org.apache.commons.dbcp used by org.apache.commons.dbcp
AbandonedConfig
          Configuration settings for handling abandoned db connections.
AbandonedTrace
          Tracks db connection usage for recovering and reporting abandoned db connections.
ConnectionFactory
          Abstract factory interface for creating Connections.
DelegatingCallableStatement
          A base delegating implementation of CallableStatement.
DelegatingConnection
          A base delegating implementation of Connection.
DelegatingPreparedStatement
          A base delegating implementation of PreparedStatement.
DelegatingStatement
          A base delegating implementation of Statement.
PoolableConnectionFactory
          A PoolableObjectFactory that creates PoolableConnections.
 

Classes in org.apache.commons.dbcp used by org.apache.commons.dbcp.managed
AbandonedConfig
          Configuration settings for handling abandoned db connections.
AbandonedTrace
          Tracks db connection usage for recovering and reporting abandoned db connections.
BasicDataSource
          Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
ConnectionFactory
          Abstract factory interface for creating Connections.
DelegatingConnection
          A base delegating implementation of Connection.
PoolableConnection
          A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnectionFactory
          A PoolableObjectFactory that creates PoolableConnections.
PoolingDataSource
          A simple DataSource implementation that obtains Connections from the specified ObjectPool.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.