Uses of Interface
org.dfdaemon.il2.core.task.CoreTaskExecutor

Packages that use CoreTaskExecutor
org.dfdaemon.il2.core   
org.dfdaemon.il2.core.task   
org.dfdaemon.il2.core.task.impl   
 

Uses of CoreTaskExecutor in org.dfdaemon.il2.core
 

Methods in org.dfdaemon.il2.core with parameters of type CoreTaskExecutor
 void Il2DaemonTask.setCoreTaskExecutor(CoreTaskExecutor coreTaskExecutor)
           
 

Uses of CoreTaskExecutor in org.dfdaemon.il2.core.task
 

Methods in org.dfdaemon.il2.core.task with parameters of type CoreTaskExecutor
 void CoreTaskExecutorAware.setCoreTaskExecutor(CoreTaskExecutor coreTaskExecutor)
          Method setCoreTaskExecutor sets the coreTaskManager of this CoreTaskExecutorAware object.
 

Uses of CoreTaskExecutor in org.dfdaemon.il2.core.task.impl
 

Classes in org.dfdaemon.il2.core.task.impl that implement CoreTaskExecutor
 class CoreTaskExecutorImpl
          Class CoreTaskExecutorImpl manages CoreTasks in a way, that CoreTaskExecutorImpl.submit(org.dfdaemon.il2.core.task.CoreTask) waits for task initialization (by waiting for CoreTask.preRun() complete).
 



Copyright © 2007-2008. All Rights Reserved.