Class BasePoolableObjectFactory<T>

  • Type Parameters:
    T - the type of objects held in this pool
    All Implemented Interfaces:
    PoolableObjectFactory<T>

    public abstract class BasePoolableObjectFactory<T>
    extends Object
    implements PoolableObjectFactory<T>
    A base implementation of PoolableObjectFactory.

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

    Since:
    Pool 1.0
    Version:
    $Revision: 1222388 $ $Date: 2011-12-22 13:28:27 -0500 (Thu, 22 Dec 2011) $
    Author:
    Rodney Waldhoff
    See Also:
    PoolableObjectFactory, BaseKeyedPoolableObjectFactory