Class BaseKeyedPooledObjectFactory<K,V>

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.BaseKeyedPooledObjectFactory<K,V>
Type Parameters:
K - The type of keys managed by this factory.
V - Type of element managed by this factory.
All Implemented Interfaces:
KeyedPooledObjectFactory<K,V>

public abstract class BaseKeyedPooledObjectFactory<K,V> extends BaseObject implements KeyedPooledObjectFactory<K,V>
A base implementation of KeyedPooledObjectFactory.

All operations defined here are essentially no-op's.

This class is immutable, and therefore thread-safe.

Since:
2.0
See Also: