Uses of Class
org.ow2.orchestra.pvm.internal.jobexecutor.AbstractDispatcherThread

Packages that use AbstractDispatcherThread
org.ow2.orchestra.pvm.internal.jobexecutor   
org.ow2.orchestra.pvm.internal.jobexecutor.jdk   
org.ow2.orchestra.pvm.internal.jobexecutor.pvm   
 

Uses of AbstractDispatcherThread in org.ow2.orchestra.pvm.internal.jobexecutor
 

Methods in org.ow2.orchestra.pvm.internal.jobexecutor that return AbstractDispatcherThread
protected abstract  AbstractDispatcherThread AbstractJobExecutor.getDispatcherThread()
           
 

Uses of AbstractDispatcherThread in org.ow2.orchestra.pvm.internal.jobexecutor.jdk
 

Subclasses of AbstractDispatcherThread in org.ow2.orchestra.pvm.internal.jobexecutor.jdk
 class JdkDispatcherThread
          AbstractDispatcherThread implementation for using with ExecutorService.
 

Uses of AbstractDispatcherThread in org.ow2.orchestra.pvm.internal.jobexecutor.pvm
 

Subclasses of AbstractDispatcherThread in org.ow2.orchestra.pvm.internal.jobexecutor.pvm
 class DispatcherThread
          this thread is responsible for acquiring jobs in the jobImpl that need to be executed and then let the JobExecutor dispatch the acquired ids to one of the JobExecutorThreads in the pool.
 



Copyright © 2011 OW2 Consortium. All Rights Reserved.