Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.AbandonedTrace
-
Packages that use AbandonedTrace Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of AbandonedTrace in org.datanucleus.store.rdbms.datasource.dbcp2
Subclasses of AbandonedTrace in org.datanucleus.store.rdbms.datasource.dbcp2 Modifier and Type Class Description classDelegatingCallableStatementA base delegating implementation ofCallableStatement.classDelegatingConnection<C extends java.sql.Connection>A base delegating implementation ofConnection.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.classPoolablePreparedStatement<K>ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.classPoolingConnectionADelegatingConnectionthat poolsPreparedStatements.private classPoolingDataSource.PoolGuardConnectionWrapper<D extends java.sql.Connection>PoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore.private classPoolingDriver.PoolGuardConnectionWrapperPoolGuardConnectionWrapper is a Connection wrapper that makes sure a closed connection cannot be used anymore.Fields in org.datanucleus.store.rdbms.datasource.dbcp2 with type parameters of type AbandonedTrace Modifier and Type Field Description private java.util.List<java.lang.ref.WeakReference<AbandonedTrace>>AbandonedTrace. traceListA list of objects created by children of this object.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return types with arguments of type AbandonedTrace Modifier and Type Method Description protected java.util.List<AbandonedTrace>AbandonedTrace. getTrace()Gets a list of objects being traced by this object.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type AbandonedTrace Modifier and Type Method Description protected voidAbandonedTrace. addTrace(AbandonedTrace trace)Adds an object to the list of objects being traced.private voidAbandonedTrace. init(AbandonedTrace parent)Initializes abandoned tracing for this object.protected voidAbandonedTrace. removeTrace(AbandonedTrace trace)Removes a child object this object is tracing.Constructors in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type AbandonedTrace Constructor Description AbandonedTrace(AbandonedTrace parent)Constructs a new AbandonedTrace with a parent object. -
Uses of AbandonedTrace in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter
Subclasses of AbandonedTrace in org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapter Modifier and Type Class Description (package private) classConnectionImplThis class is theConnectionthat will be returned fromPooledConnectionImpl.getConnection().
-