Uses of Class
org.apache.commons.dbcp.AbandonedTrace

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

Uses of AbandonedTrace in org.apache.commons.dbcp
 

Subclasses of AbandonedTrace in org.apache.commons.dbcp
 class DelegatingCallableStatement
          A base delegating implementation of CallableStatement.
 class DelegatingConnection
          A base delegating implementation of Connection.
 class DelegatingDatabaseMetaData
          A base delegating implementation of DatabaseMetaData.
 class DelegatingPreparedStatement
          A base delegating implementation of PreparedStatement.
 class DelegatingResultSet
          A base delegating implementation of ResultSet.
 class DelegatingStatement
          A base delegating implementation of Statement.
 class PoolableCallableStatement
          A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.
 class PoolableConnection
          A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
 class PoolablePreparedStatement
          A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
 class PoolingConnection
          A DelegatingConnection that pools PreparedStatements.
 

Methods in org.apache.commons.dbcp with parameters of type AbandonedTrace
protected  void AbandonedTrace.addTrace(AbandonedTrace trace)
          Add an object to the list of objects being traced.
protected  void AbandonedTrace.removeTrace(AbandonedTrace trace)
          Remove a child object this object is tracing.
 

Constructors in org.apache.commons.dbcp with parameters of type AbandonedTrace
AbandonedTrace(AbandonedTrace parent)
          Construct a new AbandonedTrace with a parent object.
 

Uses of AbandonedTrace in org.apache.commons.dbcp.managed
 

Subclasses of AbandonedTrace in org.apache.commons.dbcp.managed
 class ManagedConnection
          ManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").
 class PoolableManagedConnection
          PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
 



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