| Modifier and Type | Field and Description |
|---|---|
private ObjectFactory |
AbstractPool.m_factory |
| 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.
|
| Constructor and Description |
|---|
AbstractPool(ObjectFactory factory)
Initialize this instance of an AbstractPool using the supplied
ObjectFactory. |
FixedSizePool(ObjectFactory factory,
int size)
Create a fixed size pool using the object factory and size
supplied.
|
FixedSizePool(ObjectFactory factory,
int size,
long timeout)
Create a fixed size pool using the object factory, size, and
timeout supplied.
|
VariableSizePool(ObjectFactory factory,
int size)
Create a VariableSizePool with the supplied factory and initial
size.
|