|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.avalon.excalibur.pool.DefaultPoolManager
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.
| Constructor Summary | |
DefaultPoolManager()
|
|
DefaultPoolManager(Queue commandQueue)
|
|
| Method Summary | |
Pool |
getManagedPool(ObjectFactory factory,
int initialEntries)
Return a managed pool that has a controller. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultPoolManager()
public DefaultPoolManager(Queue commandQueue)
| Method Detail |
public Pool getManagedPool(ObjectFactory factory,
int initialEntries)
throws java.lang.Exception
getManagedPool in interface PoolManager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||