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 classGenericObjectPoolFactory<T>A factory for creatingGenericObjectPoolinstances.classStackObjectPoolFactory<T>A factory for creatingStackObjectPoolinstances.
-