org.apache.commons.pool

Interface ObjectPoolFactory

Known Implementing Classes:
GenericObjectPoolFactory, StackObjectPoolFactory

public interface ObjectPoolFactory

A factory interface for creating ObjectPools.
Version:
$Revision: 155430 $ $Date: 2005-02-26 08:13:28 -0500 (Sat, 26 Feb 2005) $
Author:
Rodney Waldhoff
See Also:
ObjectPool

Method Summary

ObjectPool
createPool()
Create and return a new ObjectPool.

Method Details

createPool

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

Copyright © 2001-2003 Apache Software Foundation. Documenation generated September 16 2007.