Uses of Interface
org.apache.commons.pool.KeyedObjectPoolFactory
-
Packages that use KeyedObjectPoolFactory Package Description org.apache.commons.pool.impl Object pooling API implementations. -
-
Uses of KeyedObjectPoolFactory in org.apache.commons.pool.impl
Classes in org.apache.commons.pool.impl that implement KeyedObjectPoolFactory Modifier and Type Class Description class
GenericKeyedObjectPoolFactory<K,V>
A factory for creatingGenericKeyedObjectPool
instances.class
StackKeyedObjectPoolFactory<K,V>
A factory for creatingStackKeyedObjectPool
instances.
-