Uses of Package
org.apache.commons.pool2.impl
Packages that use org.apache.commons.pool2.impl
-
Classes in org.apache.commons.pool2.impl used by org.apache.commons.pool2.implClassDescriptionConfiguration settings for abandoned object removal.Base class that provides common functionality for
GenericObjectPool
andGenericKeyedObjectPool
.Provides the implementation for the common attributes shared by the sub-classes.Strategy for obtaining and printing the current call stack.This wrapper is used to track the additional information, such as state, for the pooled objects.Implements providing information on pooled objects via JMX.The interface that defines the information about pooled objects that will be exposed via JMX.This class is used by pool implementations to pass configuration information toEvictionPolicy
instances.To provide a custom eviction policy (i.e. something other thanDefaultEvictionPolicy
for a pool, users must provide an implementation of this interface that provides the required eviction policy.A simple structure encapsulating the configuration for aGenericKeyedObjectPool
.Defines the methods that will be made available via JMX.A simple structure encapsulating the configuration for aGenericObjectPool
.Defines the methods that will be made available via JMX.