|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of RecyclePolicy in org.d_haven.mpool |
|---|
| Classes in org.d_haven.mpool that implement RecyclePolicy | |
|---|---|
class |
NullRecyclePolicy
The NullRecyclePolicy is provided to turn off any recycling of pooled objects for a pool. |
class |
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. |
class |
ResettableRecyclePolicy
This implementation of the ResettableRecyclePolicy is the default implementation for the system. |
| Fields in org.d_haven.mpool declared as RecyclePolicy | |
|---|---|
private RecyclePolicy |
RecyclePoolListener.m_recyclePolicy
|
| Constructors in org.d_haven.mpool with parameters of type RecyclePolicy | |
|---|---|
RecyclePoolListener(RecyclePolicy policy)
Create a RecyclePoolListener using the supplied policy. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||