Class Summary |
AbstractPool |
The AbstractPool is the base class for all the pool types. |
DefaultPoolManager |
This interface is for a PoolManager that creates pools that are
managed asynchronously. |
FixedSizePool |
This is an Pool that caches Poolable objects for reuse. |
ManagePoolsCommand |
The ManagePoolsCommand will manage a set of pools using the same set
of parameters. |
NullRecyclePolicy |
The NullRecyclePolicy is provided to turn off any recycling of pooled
objects for a pool. |
PoolAdaptor |
Created by IntelliJ IDEA. |
RecyclePoolListener |
Recycle components through a PoolListener. |
ReflectionRecyclePolicy |
The ReflectionRecyclePolicy allows the user to specify a particular
method to use for recycling their pooled objects regardless of
whether the object implements any interfaces or not. |
ResettableRecyclePolicy |
This implementation of the ResettableRecyclePolicy is the default
implementation for the system. |
VariableSizePool |
This is an Pool that caches Poolable objects for reuse. |