org.camunda.bpm.engine.impl.jobexecutor
Class ExecuteJobsRunnable
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.ExecuteJobsRunnable
- All Implemented Interfaces:
- Runnable
public class ExecuteJobsRunnable
- extends Object
- implements Runnable
- Author:
- Tom Baeyens, Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobIds
protected final List<String> jobIds
jobExecutor
protected JobExecutor jobExecutor
processEngine
protected ProcessEngineImpl processEngine
ExecuteJobsRunnable
public ExecuteJobsRunnable(JobExecutor jobExecutor,
List<String> jobIds)
ExecuteJobsRunnable
public ExecuteJobsRunnable(List<String> jobIds,
ProcessEngineImpl processEngine)
run
public void run()
- Specified by:
run
in interface Runnable
executeJob
protected void executeJob(String nextJobId,
CommandExecutor commandExecutor)
Copyright © 2014 camunda services GmbH. All Rights Reserved.