All Classes and Interfaces
Class
Description
Configuration settings for abandoned object removal.
Base class that provides common functionality for
GenericObjectPool
and GenericKeyedObjectPool
.A base implementation of
KeyedPooledObjectFactory
.A base class for common functionality.
A simple base implementation of
ObjectPool
.Provides the implementation for the common attributes shared by the sub-classes.
A base implementation of
PoolableObjectFactory
.Strategy for obtaining and printing the current call stack.
Utility methods for
CallStack
.Provides proxy objects using CGLib.
Provides the default implementation of
EvictionPolicy
used by the pools.This wrapper is used to track the additional information, such as state, for
the pooled objects.
Implementation of object that is used to provide information on pooled
objects via JMX.
The interface that defines the information about pooled objects that will be exposed via JMX.
Destroy context provided to object factories via
destroyObject
and invalidateObject
methods.This class is used by pool implementations to pass configuration information
to
EvictionPolicy
instances.To provide a custom eviction policy (i.e.
A configurable
KeyedObjectPool
implementation.A simple structure encapsulating the configuration for a
GenericKeyedObjectPool
.Defines the methods that will be made available via JMX.
A configurable
ObjectPool
implementation.A simple structure encapsulating the configuration for a
GenericObjectPool
.Defines the methods that will be made available via JMX.
Provides proxy objects using Java reflection.
A "keyed" pooling interface.
An interface defining life-cycle methods for
instances to be served by a
KeyedObjectPool
.CallStack strategy using no-op implementations of all functionality.
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 an
ObjectPool
.Provides all possible states of a
PooledObject
.Extension of
DefaultPooledObject
to wrap pooled soft references.This class consists exclusively of static methods that operate on or return
ObjectPool or KeyedObjectPool related interfaces.
Create a new keyed object pool where the pooled objects are wrapped in
proxies allowing better control of pooled objects and in particular the
prevention of the continued use of an object by a client after that client
returns the object to the pool.
Create a new object pool where the pooled objects are wrapped in proxies
allowing better control of pooled objects and in particular the prevention
of the continued use of an object by a client after that client returns the
object to the pool.
A
CallStack
strategy using a SecurityManager
.A
SoftReference
based ObjectPool
.Pools that unavoidably swallow exceptions may be configured with an instance
of this listener so the user may receive notification of when this happens.
CallStack strategy that uses the stack trace from a
Throwable
.Allows pooled objects to make information available about when and how they were used available to the object pool.
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.