Uses of Interface
de.phleisch.app.itsucks.core.WorkerThread

Packages that use WorkerThread
de.phleisch.app.itsucks.core   
de.phleisch.app.itsucks.core.impl   
 

Uses of WorkerThread in de.phleisch.app.itsucks.core
 

Methods in de.phleisch.app.itsucks.core that return WorkerThread
 WorkerThread WorkerPool.getFreeWorker()
           
 WorkerThread WorkerPool.waitForFreeWorker()
           
 

Methods in de.phleisch.app.itsucks.core with parameters of type WorkerThread
 void WorkerPool.returnWorker(WorkerThread pWorker)
           
 

Uses of WorkerThread in de.phleisch.app.itsucks.core.impl
 

Classes in de.phleisch.app.itsucks.core.impl that implement WorkerThread
 class WorkerThreadImpl
          This is a single worker to process a job.
 

Methods in de.phleisch.app.itsucks.core.impl that return WorkerThread
 WorkerThread WorkerPoolImpl.getFreeWorker()
           
 WorkerThread WorkerPoolImpl.waitForFreeWorker()
           
 

Methods in de.phleisch.app.itsucks.core.impl with parameters of type WorkerThread
 void WorkerPoolImpl.returnWorker(WorkerThread pWorker)
           
 



Copyright © 2010. All Rights Reserved.