Uses of Interface
org.apache.commons.pool.ObjectPoolFactory
-
Packages that use ObjectPoolFactory Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of ObjectPoolFactory in org.apache.commons.pool.impl
Classes in org.apache.commons.pool.impl that implement ObjectPoolFactory Modifier and Type Class Description class
GenericObjectPoolFactory<T>
A factory for creatingGenericObjectPool
instances.class
StackObjectPoolFactory<T>
A factory for creatingStackObjectPool
instances.
-