org.apache.commons.pool

Interface ObjectPoolFactory

public interface ObjectPoolFactory

A factory interface for creating {@link ObjectPool}s.

Version: $Revision: 155430 $ $Date: 2005-02-26 08:13:28 -0500 (Sat, 26 Feb 2005) $

Author: Rodney Waldhoff

See Also:

Method Summary
ObjectPoolcreatePool()
Create and return a new {@link ObjectPool}.

Method Detail

createPool

public ObjectPool createPool()
Create and return a new {@link ObjectPool}.

Returns: a new {@link ObjectPool}

Copyright © 2001-2003 Apache Software Foundation. Documenation generated January 22 2008.