Uses of Package
org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Packages that use org.datanucleus.store.rdbms.datasource.dbcp2.pool2
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 used by org.datanucleus.store.rdbms.datasource.dbcp2ClassDescriptionA "keyed" pooling interface.An interface defining life-cycle methods for instances to be served by a
KeyedObjectPool
.A pooling simple interface.Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.An interface defining life-cycle methods for instances to be served by anObjectPool
.Pools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.This interface allows pooled objects to make information available about when and how they were used available to the object pool. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 used by org.datanucleus.store.rdbms.datasource.dbcp2.cpdsadapterClassDescriptionA "keyed" pooling interface.An interface defining life-cycle methods for instances to be served by a
KeyedObjectPool
.Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.This interface allows pooled objects to make information available about when and how they were used available to the object pool. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 used by org.datanucleus.store.rdbms.datasource.dbcp2.datasourcesClassDescriptionA "keyed" pooling interface.An interface defining life-cycle methods for instances to be served by a
KeyedObjectPool
.A pooling simple interface.Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.An interface defining life-cycle methods for instances to be served by anObjectPool
. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 used by org.datanucleus.store.rdbms.datasource.dbcp2.pool2ClassDescriptionA base class for common functionality.A "keyed" pooling interface.An interface defining life-cycle methods for instances to be served by a
KeyedObjectPool
.A pooling simple interface.Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.An interface defining life-cycle methods for instances to be served by anObjectPool
.Provides the possible states that aPooledObject
may be in.Encapsulate the logic for when the next poolable object should be discarded.Decorates a keyed object pool, adding "eroding" behavior. -
Classes in org.datanucleus.store.rdbms.datasource.dbcp2.pool2 used by org.datanucleus.store.rdbms.datasource.dbcp2.pool2.implClassDescriptionA base class for common functionality.A simple base implementation of
ObjectPool
.A "keyed" pooling interface.An interface defining life-cycle methods for instances to be served by aKeyedObjectPool
.A pooling simple interface.Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.An interface defining life-cycle methods for instances to be served by anObjectPool
.Provides the possible states that aPooledObject
may be in.Pools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.This interface may be implemented by an object pool to enable clients (primarily those clients that wrap pools to provide pools with extended features) to provide additional information to the pool relating to object using allowing more informed decisions and reporting to be made regarding abandoned objects.