|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Pool in org.d_haven.mpool |
---|
Subinterfaces of Pool in org.d_haven.mpool | |
---|---|
interface |
ManagablePool
This is the interface for Pools that are not a fixed size. |
Classes in org.d_haven.mpool that implement Pool | |
---|---|
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. |
Methods in org.d_haven.mpool that return Pool | |
---|---|
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |