By contract, when an {@link ObjectPool} delegates to a{@link PooledObjectFactory},
PoolableObjectFactory
at a time. While clients of a {@link KeyedObjectPool} borrow and return instances ofthe underlying value type {@code V}, the factory methods act on instances of {@link PooledObject PooledObject<V>}. These are the object wrappers that pools use to track and maintain state information about the objects that they manage. @param < T> Type of element managed in this factory. @see ObjectPool @version $Revision: 1333925 $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|