org.apache.commons.pool

Interface KeyedObjectPoolFactory

Known Implementing Classes:
GenericKeyedObjectPoolFactory, StackKeyedObjectPoolFactory

public interface KeyedObjectPoolFactory

A factory for creating KeyedObjectPools.

Version:
$Revision: 1.7 $ $Date: 2004/02/28 12:16:21 $

Author:
Rodney Waldhoff

See Also:
KeyedObjectPool

Method Summary

KeyedObjectPool
createPool()
Create a new KeyedObjectPool.

Method Details

createPool

public KeyedObjectPool createPool()
Create a new KeyedObjectPool.

Returns:
a new KeyedObjectPool


Copyright © 2001-2003 Apache Software Foundation. Documenation generated May 21 2005.