Class PoolUtils.KeyedPoolableObjectFactoryAdaptor<K,V>

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

private static class PoolUtils.KeyedPoolableObjectFactoryAdaptor<K,V> extends Object implements KeyedPoolableObjectFactory<K,V>
Adaptor class that turns a PoolableObjectFactory into a KeyedPoolableObjectFactory by ignoring keys.
Since:
Pool 1.3
Version:
$Revision: 1222670 $ $Date: 2011-12-23 08:18:25 -0500 (Fri, 23 Dec 2011) $