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.