Uses of Class
org.ow2.util.pool.impl.enhanced.impl.listener.resizer.UpdateMethod

Packages that use UpdateMethod
org.ow2.util.pool.impl.enhanced.impl.listener.resizer   
org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue   
 

Uses of UpdateMethod in org.ow2.util.pool.impl.enhanced.impl.listener.resizer
 

Methods in org.ow2.util.pool.impl.enhanced.impl.listener.resizer that return UpdateMethod
static UpdateMethod UpdateMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpdateMethod[] UpdateMethod.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.impl.listener.resizer with parameters of type UpdateMethod
ResizerUpdatePoolListener(S stats, IResizer<S> poolResizer, IPoolStatsListener<E,S> poolStatsAccessor, UpdateMethod getUpdateMethod, UpdateMethod putUpdateMethod, UpdateMethod removeUpdateMethod, UpdateMethod interruptAllWaitersUpdateMethod)
           
 

Uses of UpdateMethod in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue with parameters of type UpdateMethod
ResizerUpdateCluePoolListener(S stats, IResizer<S> poolResizer, ICluePoolStatsListener<E,C,S> poolStatsAccessor, UpdateMethod getClueUpdateMethod, UpdateMethod getUpdateMethod, UpdateMethod putUpdateMethod, UpdateMethod removeUpdateMethod, UpdateMethod interruptAllWaitersUpdateMethod)
           
 



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