Uses of Interface
org.ow2.util.pool.impl.enhanced.manager.IPoolManager

Packages that use IPoolManager
org.ow2.util.pool.impl.enhanced   
org.ow2.util.pool.impl.enhanced.manager.clue   
org.ow2.util.pool.impl.enhanced.manager.clue.optional   
org.ow2.util.pool.impl.enhanced.manager.optional   
 

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

Methods in org.ow2.util.pool.impl.enhanced with parameters of type IPoolManager
<E> EnhancedPool<E>
EnhancedPoolFactory.createEnhancedPool(IPoolManager<E> poolManager)
          You should use this method to create EnhancedPool.
<E> EnhancedPool<E>
EnhancedPoolFactory.createEnhancedPool(IPoolManager<E> poolManager, boolean setSizeShared, boolean schedulerShared)
           
 

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

Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue
 

Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue
 interface ICluePoolManager<E,C>
          If you implements this interface then EnhancedPool will add stuff to manage clue.
 

Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue.optional
 

Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.clue.optional
 interface IPoolItemRemoveClueManager<E,C>
           
 interface IValidatorCluePoolManager<E,C>
           
 

Uses of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.optional
 

Subinterfaces of IPoolManager in org.ow2.util.pool.impl.enhanced.manager.optional
 interface IPoolItemRemoveManager<E>
           
 interface IValidatorPoolManager<E>
          If you implements this interface then each pool item can be validated.
 



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