Uses of Interface
org.d_haven.mpool.RecyclePolicy

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.
 

Constructors in org.d_haven.mpool with parameters of type RecyclePolicy
RecyclePoolListener(RecyclePolicy policy)
          Create a RecyclePoolListener using the supplied policy.
 



Copyright © 2004-2005 D-Haven.org. All Rights Reserved.