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.