Uses of Interface
org.ow2.util.pool.impl.enhanced.api.clue.ICluePool

Packages that use ICluePool
org.ow2.util.pool.impl.enhanced.api.basic.clue   
org.ow2.util.pool.impl.enhanced.api.recorder.clue   
org.ow2.util.pool.impl.enhanced.api.resizer.clue   
org.ow2.util.pool.impl.enhanced.impl.basic.clue   
org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue   
org.ow2.util.pool.impl.enhanced.impl.limited.clue   
org.ow2.util.pool.impl.enhanced.impl.listener.clue   
org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue   
org.ow2.util.pool.impl.enhanced.impl.validator.clue   
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.api.basic.clue
 

Subinterfaces of ICluePool in org.ow2.util.pool.impl.enhanced.api.basic.clue
 interface IBasicCluePool<E,C>
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.api.recorder.clue
 

Subinterfaces of ICluePool in org.ow2.util.pool.impl.enhanced.api.recorder.clue
 interface IRecorderCluePool<E,C>
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.api.resizer.clue
 

Subinterfaces of ICluePool in org.ow2.util.pool.impl.enhanced.api.resizer.clue
 interface IResizableCluePool<E,C>
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.impl.basic.clue
 

Classes in org.ow2.util.pool.impl.enhanced.impl.basic.clue that implement ICluePool
 class BasicCluePool<E,C>
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue
 

Classes in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue that implement ICluePool
 class KeepBusyCluePool<E,C>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue with parameters of type ICluePool
KeepBusyCluePool(ICluePool<E,C> cluePool, IClueManager<E,C> clueManager)
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.impl.limited.clue
 

Classes in org.ow2.util.pool.impl.enhanced.impl.limited.clue that implement ICluePool
 class LimitedWaiterCluePool<E,C>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.limited.clue with parameters of type ICluePool
LimitedWaiterCluePool(ICluePool<E,C> cluePool)
           
LimitedWaiterCluePool(ICluePool<E,C> cluePool, int maxWaiter)
           
LimitedWaiterCluePool(ICluePool<E,C> cluePool, int maxWaiter, int maxClueWaiter, int maxNoClueWaiter)
           
 

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

Classes in org.ow2.util.pool.impl.enhanced.impl.listener.clue that implement ICluePool
 class CluePoolListenerDispatcherPool<E,C>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.listener.clue with parameters of type ICluePool
CluePoolListenerDispatcherPool(ICluePool<E,C> cluePool)
           
 

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

Classes in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue that implement ICluePool
 class StatsResizerCluePool<E,C,S>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue with parameters of type ICluePool
StatsResizerCluePool(ICluePool<E,C> pool, ICluePoolStatsListener<E,C,S> poolStatsListener, S instance, IResizer<S> resizer)
           
 

Uses of ICluePool in org.ow2.util.pool.impl.enhanced.impl.validator.clue
 

Classes in org.ow2.util.pool.impl.enhanced.impl.validator.clue that implement ICluePool
 class ValidatorCluePool<E,C>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.validator.clue with parameters of type ICluePool
ValidatorCluePool(ICluePool<E,C> cluePool, ICluePoolValidator<E,C> cluePoolValidator, boolean putValidate)
           
 



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