org.apache.commons.pool
Interface KeyedObjectPoolFactory

All Known Implementing Classes:
GenericKeyedObjectPoolFactory, StackKeyedObjectPoolFactory

public interface KeyedObjectPoolFactory

A factory for creating KeyedObjectPools.

Since:
Pool 1.0
Version:
$Revision: 480413 $ $Date: 2006-11-28 22:16:05 -0700 (Tue, 28 Nov 2006) $
Author:
Rodney Waldhoff
See Also:
KeyedObjectPool

Method Summary
 KeyedObjectPool createPool()
          Create a new KeyedObjectPool.
 

Method Detail

createPool

KeyedObjectPool createPool()
                           throws java.lang.IllegalStateException
Create a new KeyedObjectPool.

Returns:
a new KeyedObjectPool
Throws:
java.lang.IllegalStateException - when this pool factory is not configured properly


Copyright © 2001-2003 Apache Software Foundation. Documenation generated February 11 2009.