Class BasePooledObjectFactory<T>

java.lang.Object
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.BasePooledObjectFactory<T>
Type Parameters:
T - Type of element managed in this factory.
All Implemented Interfaces:
PooledObjectFactory<T>

public abstract class BasePooledObjectFactory<T> extends BaseObject implements PooledObjectFactory<T>
A base implementation of PoolableObjectFactory.

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

This class is immutable, and therefore thread-safe

Since:
2.0
See Also: