Uses of Interface
com.metamatrix.common.queue.WorkerPool

Packages that use WorkerPool
com.metamatrix.common.queue   
 

Uses of WorkerPool in com.metamatrix.common.queue
 

Methods in com.metamatrix.common.queue that return WorkerPool
static WorkerPool WorkerPoolFactory.newWorkerPool(java.lang.String name, int numThreads, long keepAlive)
          Creates a WorkerPool that prefers thread reuse over thread creation based upon the given parameters
static WorkerPool WorkerPoolFactory.newWorkerPool(java.lang.String name, int numThreads, long keepAlive, boolean preferExistingThreads)
           
 



Copyright © 2009. All Rights Reserved.