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
- the currently executed job
entityCache
protected DbEntityCache entityCache
- reusable cache
JobExecutorContext
public JobExecutorContext()
getCurrentProcessorJobQueue
public List<String> getCurrentProcessorJobQueue()
isExecutingExclusiveJob
public boolean isExecutingExclusiveJob()
setCurrentJob
public void setCurrentJob(JobEntity currentJob)
getCurrentJob
public JobEntity getCurrentJob()
getEntityCache
public DbEntityCache getEntityCache()
setEntityCache
public void setEntityCache(DbEntityCache entityCache)
Copyright © 2015 camunda services GmbH. All rights reserved.