Uses of Interface
org.ow2.util.pool.impl.enhanced.api.thread.IReusableThread

Packages that use IReusableThread
org.ow2.util.pool.impl.enhanced   
org.ow2.util.pool.impl.enhanced.api.thread   
org.ow2.util.pool.impl.enhanced.impl.thread   
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.internal.resizer.impl.shared   
 

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

Methods in org.ow2.util.pool.impl.enhanced that return types with arguments of type IReusableThread
static IPool<IReusableThread> ReusableThreadPoolFactory.createExecutorThreadPool(java.util.concurrent.Executor executor, int limit)
          Use the executor to create, fetch and record items of pool (Executor).
static IPool<IReusableThread> ReusableThreadPoolFactory.createManagementThreadPool(int poolSize)
          Use a management thread to create new pool item (Executor).
static IPool<IReusableThread> ReusableThreadPoolFactory.createWorkManagerThreadPool(javax.resource.spi.work.WorkManager workManager, int limit)
          Use the work manager to create, fetch and record items of pool (Executor).
 

Constructor parameters in org.ow2.util.pool.impl.enhanced with type arguments of type IReusableThread
EnhancedCluePoolFactory(IPool<IReusableThread> pool)
           
EnhancedPoolFactory(IPool<IReusableThread> pool)
           
 

Uses of IReusableThread in org.ow2.util.pool.impl.enhanced.api.thread
 

Method parameters in org.ow2.util.pool.impl.enhanced.api.thread with type arguments of type IReusableThread
 void IReusableThread.setUsed(IPool<IReusableThread> reusableThreadPool, java.lang.Runnable runnable)
           
 

Uses of IReusableThread in org.ow2.util.pool.impl.enhanced.impl.thread
 

Classes in org.ow2.util.pool.impl.enhanced.impl.thread that implement IReusableThread
 class AbstractReusableThread
           
 

Method parameters in org.ow2.util.pool.impl.enhanced.impl.thread with type arguments of type IReusableThread
 void AbstractReusableThread.setUsed(IPool<IReusableThread> reusableThreadPool, java.lang.Runnable runnable)
           
 

Constructor parameters in org.ow2.util.pool.impl.enhanced.impl.thread with type arguments of type IReusableThread
ThreadPool(IPool<IReusableThread> pool)
           
ThreadPool(IPool<IReusableThread> pool, java.lang.Long waitTimeBeforeUsingSelfThread)
           
 

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

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.managementthread that implement IReusableThread
 class ManagementThreadReusableThread
          When thread is available it is put in the pool.
 

Methods in org.ow2.util.pool.impl.enhanced.impl.thread.managementthread that return IReusableThread
 IReusableThread ManagementThreadReusableThreadFactory.createPoolItem()
           
 

Method parameters in org.ow2.util.pool.impl.enhanced.impl.thread.managementthread with type arguments of type IReusableThread
 void ManagementThreadReusableThread.setUsed(IPool<IReusableThread> reusableThreadPool, java.lang.Runnable runnable)
           
 

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

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.threadpoolexecutor that implement IReusableThread
 class ExecutorReusableThread
           
 

Method parameters in org.ow2.util.pool.impl.enhanced.impl.thread.threadpoolexecutor with type arguments of type IReusableThread
 void ExecutorReusableThread.setUsed(IPool<IReusableThread> reusableThreadPool, java.lang.Runnable runnable)
           
 

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

Classes in org.ow2.util.pool.impl.enhanced.impl.thread.workmanager that implement IReusableThread
 class WorkManagerReusableThread
           
 

Methods in org.ow2.util.pool.impl.enhanced.impl.thread.workmanager that return IReusableThread
 IReusableThread WorkManagerReusableThreadFactory.createPoolItem()
           
 

Method parameters in org.ow2.util.pool.impl.enhanced.impl.thread.workmanager with type arguments of type IReusableThread
 void WorkManagerReusableThread.setUsed(IPool<IReusableThread> reusableThreadPool, java.lang.Runnable runnable)
           
 

Uses of IReusableThread in org.ow2.util.pool.impl.enhanced.internal.resizer.impl.shared
 

Constructor parameters in org.ow2.util.pool.impl.enhanced.internal.resizer.impl.shared with type arguments of type IReusableThread
SharedResizerPoolThreadManager(IPool<IReusableThread> reusableThreadPool)
           
 



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