Uses of Class
org.apache.commons.pool2.BaseObject
Package
Description
Object pooling API.
Object pooling API implementations.
-
Uses of BaseObject in org.apache.commons.pool2
Modifier and TypeClassDescriptionclass
A base implementation ofKeyedPooledObjectFactory
.class
A simple base implementation ofObjectPool
.class
A base implementation ofPoolableObjectFactory
. -
Uses of BaseObject in org.apache.commons.pool2.impl
Modifier and TypeClassDescriptionclass
Base class that provides common functionality forGenericObjectPool
andGenericKeyedObjectPool
.class
Provides the implementation for the common attributes shared by the sub-classes.class
A configurableKeyedObjectPool
implementation.class
A simple structure encapsulating the configuration for aGenericKeyedObjectPool
.class
A configurableObjectPool
implementation.class
A simple structure encapsulating the configuration for aGenericObjectPool
.class
ASoftReference
basedObjectPool
.