org.apache.commons.pool
Interface KeyedObjectPoolFactory

All Known Implementing Classes:
GenericKeyedObjectPoolFactory, StackKeyedObjectPoolFactory

public interface KeyedObjectPoolFactory

A factory for creating KeyedObjectPools.

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

Method Summary
 org.apache.commons.pool.KeyedObjectPool createPool()
          Create a new KeyedObjectPool.
 

Method Detail

createPool

public org.apache.commons.pool.KeyedObjectPool createPool()
Create a new KeyedObjectPool.

Returns:
a new KeyedObjectPool


Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.