Uses of Interface
com.github.ltsopensource.tasktracker.runner.RunnerFactory

Packages that use RunnerFactory
com.github.ltsopensource.tasktracker   
com.github.ltsopensource.tasktracker.domain   
com.github.ltsopensource.tasktracker.runner   
 

Uses of RunnerFactory in com.github.ltsopensource.tasktracker
 

Methods in com.github.ltsopensource.tasktracker with parameters of type RunnerFactory
 void TaskTracker.setRunnerFactory(RunnerFactory factory)
          设置JobRunner工场类,一般用户不用调用
 

Uses of RunnerFactory in com.github.ltsopensource.tasktracker.domain
 

Methods in com.github.ltsopensource.tasktracker.domain that return RunnerFactory
 RunnerFactory TaskTrackerAppContext.getRunnerFactory()
           
 

Methods in com.github.ltsopensource.tasktracker.domain with parameters of type RunnerFactory
 void TaskTrackerAppContext.setRunnerFactory(RunnerFactory runnerFactory)
           
 

Uses of RunnerFactory in com.github.ltsopensource.tasktracker.runner
 

Classes in com.github.ltsopensource.tasktracker.runner that implement RunnerFactory
 class DefaultRunnerFactory
           
 

Methods in com.github.ltsopensource.tasktracker.runner that return RunnerFactory
 RunnerFactory RunnerPool.getRunnerFactory()
           
 



Copyright © 2017. All rights reserved.