|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFactory | |
org.apache.excalibur.mpool |
Uses of ObjectFactory in org.apache.excalibur.mpool |
Methods in org.apache.excalibur.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.apache.excalibur.mpool with parameters of type ObjectFactory | |
VariableSizePool(ObjectFactory factory,
int size)
Constructor for an unmanaged pool |
|
VariableSizePool(ObjectFactory factory,
int size,
long key)
Constructor for a managed pool |
|
FixedSizePool(ObjectFactory factory,
int size)
|
|
BlockingFixedSizePool(ObjectFactory factory,
int size)
|
|
BlockingFixedSizePool(ObjectFactory factory,
int size,
long timeout)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |