Package | Description |
---|---|
org.apache.commons.dbcp2 |
Database Connection Pool API.
|
org.apache.commons.dbcp2.managed |
This package provides support for pooling of ManagedConnections.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingCallableStatement
A base delegating implementation of
CallableStatement . |
class |
DelegatingConnection<C extends Connection>
A base delegating implementation of
Connection . |
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 CallableStatement s. |
class |
PoolableConnection
A delegating connection that, rather than closing the underlying
connection, returns itself to an
ObjectPool when
closed. |
class |
PoolablePreparedStatement<K>
A
DelegatingPreparedStatement that cooperates with
PoolingConnection to implement a pool of PreparedStatement s. |
class |
PoolingConnection
A
DelegatingConnection that pools PreparedStatement s. |
Modifier and Type | Method and Description |
---|---|
protected List<AbandonedTrace> |
AbandonedTrace.getTrace()
Get a list of objects being traced by this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AbandonedTrace(AbandonedTrace parent)
Construct a new AbandonedTrace with a parent object.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedConnection<C extends Connection>
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–2017 The Apache Software Foundation. All rights reserved.