org.apache.excalibur.mpool
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.6 $ $Date: 2003/03/22 12:46:28 $
- Author:
- Berin Loritsch
ROLE
public static final String ROLE
getManagedPool
public Pool getManagedPool(ObjectFactory factory,
int initialEntries)
throws Exception
- Return a managed pool that has a controller.
Exception
Copyright © 2002 Apache Avalon Project. All Rights Reserved.