| Class and Description |
|---|
| AbstractPool
The AbstractPool is the base class for all the pool types.
|
| ManagablePool
This is the interface for Pools that are not a fixed size.
|
| ObjectFactory
This interface is to define how an ObjectFactory is defined.
|
| Pool
This interface is to define how a Pool is used.
|
| PoolAdaptor
Created by IntelliJ IDEA.
|
| PoolListener
The PoolListener interface provides a couple intercept points as well
as a way to find out when an object fails to be disposed properly.
|
| PoolManager
This interface is for a PoolManager that creates pools that are
managed asynchronously.
|
| RecyclePolicy
The recycle policy is present so that you can use whatever method you
desire to recycle your objects and components.
|