Uses of Package
org.apache.commons.pool2
Package
Description
Object pooling API.
Object pooling API implementations.
Object pooling proxy implementation.
-
ClassDescriptionA base class for common functionality.Destroy context provided to object factories via
destroyObject
andinvalidateObject
methods.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 all possible states of aPooledObject
. -
ClassDescriptionA base class for common functionality.A simple base implementation of
ObjectPool
.Destroy context provided to object factories viadestroyObject
andinvalidateObject
methods.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 all possible states of aPooledObject
.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. -
ClassDescriptionA "keyed" pooling interface.A pooling simple interface.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.