Uses of Class
org.ow2.util.pool.impl.enhanced.ResizerType

Packages that use ResizerType
org.ow2.util.pool.impl.enhanced   
 

Uses of ResizerType in org.ow2.util.pool.impl.enhanced
 

Methods in org.ow2.util.pool.impl.enhanced that return ResizerType
static ResizerType ResizerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResizerType[] ResizerType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.ow2.util.pool.impl.enhanced with parameters of type ResizerType
EnhancedCluePool(ICluePoolManager<E,C> cluePoolManager, ResizerType resizerType, ISharedManager sharedManager, java.util.concurrent.Executor createAndRemoveItemExecutor)
           
EnhancedPool(IPoolManager<E> poolManager, ResizerType resizerType, ISharedManager sharedManager, java.util.concurrent.Executor createAndRemoveItemExecutor)
           
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.