org.camunda.bpm.engine.impl.jobexecutor
Class JobExecutorContext
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
public class JobExecutorContext
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentProcessorJobQueue
protected List<String> currentProcessorJobQueue
currentJob
protected JobEntity currentJob
JobExecutorContext
public JobExecutorContext()
getCurrentProcessorJobQueue
public List<String> getCurrentProcessorJobQueue()
isExecutingExclusiveJob
public boolean isExecutingExclusiveJob()
setCurrentJob
public void setCurrentJob(JobEntity currentJob)
getCurrentJob
public JobEntity getCurrentJob()
Copyright © 2014 camunda services GmbH. All Rights Reserved.