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

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

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

Methods in de.phleisch.app.itsucks.core that return WorkerPool
 WorkerPool Dispatcher.getWorkerPool()
          Returns the worker pool instance.
 

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

Classes in de.phleisch.app.itsucks.core.impl that implement WorkerPool
 class WorkerPoolImpl
          Default implementation of the WorkerPool.
 

Methods in de.phleisch.app.itsucks.core.impl that return WorkerPool
 WorkerPool DispatcherImpl.getWorkerPool()
           
 

Methods in de.phleisch.app.itsucks.core.impl with parameters of type WorkerPool
 void DispatcherImpl.setWorkerPool(WorkerPool pWorkerPool)
           
 

Constructors in de.phleisch.app.itsucks.core.impl with parameters of type WorkerPool
WorkerThreadImpl(WorkerPool pWorkerPool, java.lang.String pName)
           
 



Copyright © 2010. All Rights Reserved.