|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ObjectFactory in org.d_haven.mpool |
|---|
| Fields in org.d_haven.mpool declared as ObjectFactory | |
|---|---|
private ObjectFactory |
AbstractPool.m_factory
|
| Methods in org.d_haven.mpool with parameters of type ObjectFactory | |
|---|---|
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. |
| Constructors in org.d_haven.mpool with parameters of type ObjectFactory | |
|---|---|
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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||