Class JobExecutorContext
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected JobEntity
the currently executed jobprotected DbEntityCache
reusable cache -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCurrentJob
(JobEntity currentJob) void
setEntityCache
(DbEntityCache entityCache)
-
Field Details
-
currentProcessorJobQueue
-
currentJob
the currently executed job -
entityCache
reusable cache
-
-
Constructor Details
-
JobExecutorContext
public JobExecutorContext()
-
-
Method Details
-
getCurrentProcessorJobQueue
-
isExecutingExclusiveJob
public boolean isExecutingExclusiveJob() -
setCurrentJob
-
getCurrentJob
-
getEntityCache
-
setEntityCache
-