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.4 $ $Date: 2004/02/28 11:47:34 $
- Author:
- Avalon Development Team
Fields inherited from interface org.apache.excalibur.mpool.PoolManager |
ROLE |
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
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.