org.apache.avalon.excalibur.pool
Interface PoolManager

All Known Implementing Classes:
DefaultPoolManager

public interface PoolManager

This interface is for a PoolManager that creates pools that are managed asynchronously. The contract is that the controller type is specified in the constructor.

Since:
4.1
Version:
CVS $Revision: 1.2 $ $Date: 2001/12/26 17:59:20 $
Author:
Berin Loritsch

Method Summary
 Pool getManagedPool(ObjectFactory factory, int initialEntries)
          Return a managed pool that has a controller.
 

Method Detail

getManagedPool

public Pool getManagedPool(ObjectFactory factory,
                           int initialEntries)
                    throws java.lang.Exception
Return a managed pool that has a controller.


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.