Uses of Class
org.apache.commons.pool2.BaseObject
-
Packages that use BaseObject Package Description org.apache.commons.pool2 Object pooling API.org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of BaseObject in org.apache.commons.pool2
Subclasses of BaseObject in org.apache.commons.pool2 Modifier and Type Class Description classBaseKeyedPooledObjectFactory<K,V>A base implementation ofKeyedPooledObjectFactory.classBaseObjectPool<T>A simple base implementation ofObjectPool.classBasePooledObjectFactory<T>A base implementation ofPoolableObjectFactory. -
Uses of BaseObject in org.apache.commons.pool2.impl
Subclasses of BaseObject in org.apache.commons.pool2.impl Modifier and Type Class Description classBaseGenericObjectPool<T>Base class that provides common functionality forGenericObjectPoolandGenericKeyedObjectPool.classBaseObjectPoolConfig<T>Provides the implementation for the common attributes shared by the sub-classes.classGenericKeyedObjectPool<K,T>A configurableKeyedObjectPoolimplementation.classGenericKeyedObjectPoolConfig<T>A simple structure encapsulating the configuration for aGenericKeyedObjectPool.classGenericObjectPool<T>A configurableObjectPoolimplementation.classGenericObjectPoolConfig<T>A simple structure encapsulating the configuration for aGenericObjectPool.classSoftReferenceObjectPool<T>ASoftReferencebasedObjectPool.
-