|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Pool | |
| org.apache.excalibur.mpool | |
| Uses of Pool in org.apache.excalibur.mpool |
| Subinterfaces of Pool in org.apache.excalibur.mpool | |
interface |
ManagablePool
This is the interface for Pools that are not a fixed size. |
| Classes in org.apache.excalibur.mpool that implement Pool | |
class |
BlockingFixedSizePool
This is an Pool that caches Poolable objects for reuse. |
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.apache.excalibur.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 | ||||||||||