org.apache.excalibur.mpool
Class DefaultPoolManager
java.lang.Object
|
+--org.apache.excalibur.mpool.DefaultPoolManager
- All Implemented Interfaces:
- PoolManager
- public class DefaultPoolManager
- extends Object
- implements 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.3 $ $Date: 2002/09/27 19:45:42 $
- Author:
- Berin Loritsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPoolManager
public DefaultPoolManager()
DefaultPoolManager
public DefaultPoolManager(Sink commandSink)
getManagedPool
public Pool getManagedPool(ObjectFactory factory,
int initialEntries)
throws Exception
- Return a managed pool that has a controller.
- Specified by:
getManagedPool
in interface PoolManager
Exception
Copyright © 2002 Apache Jakarta Project. All Rights Reserved.