Uses of Interface
org.ow2.util.pool.impl.enhanced.api.basic.IPoolItemFactory

Packages that use IPoolItemFactory
org.ow2.util.pool.impl.enhanced.api   
org.ow2.util.pool.impl.enhanced.callback   
org.ow2.util.pool.impl.enhanced.deprecated   
org.ow2.util.pool.impl.enhanced.impl.basic   
org.ow2.util.pool.impl.enhanced.impl.basic.clue   
org.ow2.util.pool.impl.enhanced.impl.thread.managementthread   
org.ow2.util.pool.impl.enhanced.impl.thread.threadpoolexecutor   
org.ow2.util.pool.impl.enhanced.impl.thread.workmanager   
org.ow2.util.pool.impl.enhanced.manager   
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 IPoolItemFactory in org.ow2.util.pool.impl.enhanced.api
 

Methods in org.ow2.util.pool.impl.enhanced.api with parameters of type IPoolItemFactory
<E> IPool<E>
IPoolFactory.createPool(IPoolItemFactory<E> poolItemFactory)
          Create a pool.
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.callback
 

Classes in org.ow2.util.pool.impl.enhanced.callback that implement IPoolItemFactory
 class CreateCB<E>
           
 

Constructors in org.ow2.util.pool.impl.enhanced.callback with parameters of type IPoolItemFactory
CreateCB(IPoolItemFactory<E> create)
           
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.deprecated
 

Classes in org.ow2.util.pool.impl.enhanced.deprecated that implement IPoolItemFactory
 class PoolFactoryImpl<E,C>
          Deprecated.  
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.impl.basic
 

Methods in org.ow2.util.pool.impl.enhanced.impl.basic that return IPoolItemFactory
protected  IPoolItemFactory<? extends E> BasicPool.getPoolItemFactory()
           
 

Constructors in org.ow2.util.pool.impl.enhanced.impl.basic with parameters of type IPoolItemFactory
BasicPool(IPoolItemFactory<? extends E> poolItemFactory, int initPoolSize, IAccessManager<? super E> accessManager, java.util.concurrent.Executor createItemExecutor, IPoolItemRemoveListener<? super E> poolItemRemoveCB, java.util.concurrent.Executor removeItemExecutor)
           
 

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

Constructors in org.ow2.util.pool.impl.enhanced.impl.basic.clue with parameters of type IPoolItemFactory
BasicCluePool(IPoolItemFactory<? extends E> poolItemFactory, int initPoolSize, IClueAccessManager<? super E,? super C> clueAccessManager, java.util.concurrent.Executor createItemExecutor, IPoolItemRemoveListener<? super E> poolItemRemoveCB, java.util.concurrent.Executor removeItemExecutor)
           
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.impl.thread.managementthread
 

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.managementthread that implement IPoolItemFactory
 class ManagementThreadReusableThreadFactory
           
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.impl.thread.threadpoolexecutor
 

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.threadpoolexecutor that implement IPoolItemFactory
 class ExecutorReusableThreadFactory
           
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.impl.thread.workmanager
 

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.workmanager that implement IPoolItemFactory
 class WorkManagerReusableThreadFactory
           
 

Uses of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.manager
 

Subinterfaces of IPoolItemFactory in org.ow2.util.pool.impl.enhanced.manager
 interface IPoolManager<E>
          This interface have to be implemented to create an EnhancedPool.
 

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

Subinterfaces of IPoolItemFactory 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 IPoolItemFactory in org.ow2.util.pool.impl.enhanced.manager.clue.optional
 

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

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

Subinterfaces of IPoolItemFactory 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.