Class PoolUtils.ObjectPoolAdaptor<V>

java.lang.Object
org.apache.commons.pool.PoolUtils.ObjectPoolAdaptor<V>
All Implemented Interfaces:
ObjectPool<V>
Enclosing class:
PoolUtils

private static class PoolUtils.ObjectPoolAdaptor<V> extends Object implements ObjectPool<V>
Adapts a KeyedObjectPool to make it an ObjectPool by fixing restricting to a fixed key.
Since:
Pool 1.3
Version:
$Revision: 1222670 $ $Date: 2011-12-23 08:18:25 -0500 (Fri, 23 Dec 2011) $