org.apache.commons.pool
Interface ObjectPoolFactory

All Known Implementing Classes:
GenericObjectPoolFactory, StackObjectPoolFactory

public interface ObjectPoolFactory

A factory interface for creating ObjectPools.

Version:
$Revision: 1.3 $ $Date: 2002/05/01 04:54:52 $
Author:
Rodney Waldhoff
See Also:
ObjectPool

Method Summary
 ObjectPool createPool()
          Create and return a new ObjectPool.
 

Method Detail

createPool

public ObjectPool createPool()
Create and return a new ObjectPool.

Returns:
a new ObjectPool


Copyright © 2001-2002 Apache Software Foundation. Documenation generated February 22 2003.