Uses of Class
org.apache.commons.dbcp.AbandonedTrace
-
Packages that use AbandonedTrace Package Description 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 Modifier and Type Class Description classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classDelegatingConnectionA base delegating implementation ofConnection.classDelegatingDatabaseMetaDataA base delegating implementation ofDatabaseMetaData.classDelegatingPreparedStatementA base delegating implementation ofPreparedStatement.classDelegatingResultSetA base delegating implementation ofResultSet.classDelegatingStatementA base delegating implementation ofStatement.classPoolableCallableStatementADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.classPoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to anObjectPoolwhen closed.classPoolablePreparedStatementADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.classPoolingConnectionADelegatingConnectionthat poolsPreparedStatements.Methods in org.apache.commons.dbcp with parameters of type AbandonedTrace Modifier and Type Method Description protected voidAbandonedTrace. addTrace(AbandonedTrace trace)Add an object to the list of objects being traced.protected voidAbandonedTrace. removeTrace(AbandonedTrace trace)Remove a child object this object is tracing.Constructors in org.apache.commons.dbcp with parameters of type AbandonedTrace Constructor Description 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 Modifier and Type Class Description classManagedConnectionManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").classPoolableManagedConnectionPoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
-