org.apache.commons.pool
Interface KeyedObjectPoolFactory

All Known Implementing Classes:
GenericKeyedObjectPoolFactory, StackKeyedObjectPoolFactory

public interface KeyedObjectPoolFactory

A factory for creating KeyedObjectPools.

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

Method Summary
 KeyedObjectPool createPool()
          Create a new KeyedObjectPool.
 

Method Detail

createPool

public KeyedObjectPool createPool()
Create a new KeyedObjectPool.

Returns:
a new KeyedObjectPool


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