org.d_haven.mpool
public interface PoolManager
Version: CVS $Revision: 1.5 $ $Date: 2004/06/21 17:03:46 $
Method Summary | |
---|---|
Pool | getManagedPool(ObjectFactory factory, int initialEntries)
Return a managed pool that has a controller.
|
Parameters: factory the factory used for the pool. initialEntries the number of items to start with in the pool
Returns: the new or existing pool for that factory
Throws: Exception if there is a problem creating the pool