Class PoolUtils.PoolableObjectFactoryAdaptor<K,V>

java.lang.Object
org.apache.commons.pool.PoolUtils.PoolableObjectFactoryAdaptor<K,V>
All Implemented Interfaces:
PoolableObjectFactory<V>
Enclosing class:
PoolUtils

private static class PoolUtils.PoolableObjectFactoryAdaptor<K,V> extends Object implements PoolableObjectFactory<V>
Adaptor class that wraps and converts a KeyedPoolableObjectFactory with a fixed key to a PoolableObjectFactory.
Since:
Pool 1.3
Version:
$Revision: 1222670 $ $Date: 2011-12-23 08:18:25 -0500 (Fri, 23 Dec 2011) $