public interface PoolManager
| Modifier and Type | Method and Description |
|---|---|
Pool |
getManagedPool(ObjectFactory factory,
int initialEntries)
Return a managed pool that has a controller.
|
Pool getManagedPool(ObjectFactory factory, int initialEntries) throws java.lang.Exception
factory - the factory used for the pool.initialEntries - the number of items to start with in the
pooljava.lang.Exception - if there is a problem creating the pool