Uses of Class
com.resilientedge.util.workerPool.WorkerPool

Packages that use WorkerPool
com.resilientedge.util.logger   
com.resilientedge.util.workerPool   
 

Uses of WorkerPool in com.resilientedge.util.logger
 

Methods in com.resilientedge.util.logger that return WorkerPool
protected  WorkerPool Logger.getWorkerPool()
          This method returns the Logger's workerPool.
 

Uses of WorkerPool in com.resilientedge.util.workerPool
 

Methods in com.resilientedge.util.workerPool that return WorkerPool
 WorkerPool WorkerPoolEvent.getEventSource()
           
 

Constructors in com.resilientedge.util.workerPool with parameters of type WorkerPool
WorkerPoolEvent(WorkerPool source, int id, int curr, int min, int max)
          Constructor.
WorkerPoolEvent(WorkerPool source, int id, int curr, int min, int max, java.lang.Object obj)
          Constructor.
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.