All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AbandonedConfig Configuration settings for abandoned object removal.BaseGenericObjectPool<T> Base class that provides common functionality forGenericObjectPool
andGenericKeyedObjectPool
.BaseKeyedPooledObjectFactory<K,V> A base implementation ofKeyedPooledObjectFactory
.BaseObjectPool<T> A simple base implementation ofObjectPool
.BaseObjectPoolConfig Provides the implementation for the common attributes shared by the sub-classes.BasePooledObjectFactory<T> A base implementation ofPoolableObjectFactory
.CglibProxySource<T> Provides proxy objects using CGLib.DefaultEvictionPolicy<T> Provides the default implementation ofEvictionPolicy
used by the pools.DefaultPooledObject<T> This wrapper is used to track the additional information, such as state, for the pooled objects.DefaultPooledObjectInfo Implementation of object that is used to provide information on pooled objects via JMX.DefaultPooledObjectInfoMBean The interface that defines the information about pooled objects that will be exposed via JMX.EvictionConfig This class is used by pool implementations to pass configuration information toEvictionPolicy
instances.EvictionPolicy<T> To provide a custom eviction policy (i.e.GenericKeyedObjectPool<K,T> A configurableKeyedObjectPool
implementation.GenericKeyedObjectPoolConfig A simple "struct" encapsulating the configuration for aGenericKeyedObjectPool
.GenericKeyedObjectPoolMXBean<K> Defines the methods that will be made available via JMX.GenericObjectPool<T> A configurableObjectPool
implementation.GenericObjectPoolConfig A simple "struct" encapsulating the configuration for aGenericObjectPool
.GenericObjectPoolMXBean Defines the methods that will be made available via JMX.JdkProxySource<T> Provides proxy objects using Java reflection.KeyedObjectPool<K,V> A "keyed" pooling interface.KeyedPooledObjectFactory<K,V> An interface defining life-cycle methods for instances to be served by aKeyedObjectPool
.ObjectPool<T> A pooling simple interface.PooledObject<T> Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.PooledObjectFactory<T> An interface defining life-cycle methods for instances to be served by anObjectPool
.PooledObjectState Provides the possible states that aPooledObject
may be in.PooledSoftReference<T> Extension ofDefaultPooledObject
to wrap pooled soft references.PoolUtils This class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces.ProxiedKeyedObjectPool<K,V> 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.ProxiedObjectPool<T> 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.SoftReferenceObjectPool<T> ASoftReference
basedObjectPool
.SwallowedExceptionListener Pools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.TrackedUse This interface allows pooled objects to make information available about when and how they were used available to the object pool.UsageTracking<T> 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.