public class ExecuteJobsRunnable extends Object implements Runnable
| Modifier and Type | Field and Description | 
|---|---|
| protected JobExecutor | jobExecutor | 
| protected List<String> | jobIds | 
| protected ProcessEngineImpl | processEngine | 
| Constructor and Description | 
|---|
| ExecuteJobsRunnable(List<String> jobIds,
                   ProcessEngineImpl processEngine) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | executeJob(String nextJobId,
          CommandExecutor commandExecutor)Note: this is a hook to be overridden by
 org.camunda.bpm.container.impl.threading.ra.inflow.JcaInflowExecuteJobsRunnable.executeJob(String, CommandExecutor) | 
| void | run() | 
| protected void | unlockJob(String nextJobId,
         CommandExecutor commandExecutor) | 
protected JobExecutor jobExecutor
protected ProcessEngineImpl processEngine
public ExecuteJobsRunnable(List<String> jobIds, ProcessEngineImpl processEngine)
protected void executeJob(String nextJobId, CommandExecutor commandExecutor)
protected void unlockJob(String nextJobId, CommandExecutor commandExecutor)
Copyright © 2018. All rights reserved.