| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private RecyclePolicy |
RecyclePoolListener.m_recyclePolicy |
| Constructor and Description |
|---|
RecyclePoolListener(RecyclePolicy policy)
Create a RecyclePoolListener using the supplied policy.
|