| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagablePool
This is the interface for Pools that are not a fixed size.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPool
The AbstractPool is the base class for all the pool types.
|
class |
FixedSizePool
This is an
Pool that caches Poolable objects for reuse. |
class |
VariableSizePool
This is an
Pool that caches Poolable objects for reuse. |
| Modifier and Type | Method and Description |
|---|---|
Pool |
DefaultPoolManager.getManagedPool(ObjectFactory factory,
int initialEntries)
Return a managed pool that has a controller.
|
Pool |
PoolManager.getManagedPool(ObjectFactory factory,
int initialEntries)
Return a managed pool that has a controller.
|