Class JobExecutorContext
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JobEntitythe currently executed jobprotected DbEntityCachereusable cache - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCurrentJob(JobEntity currentJob) voidsetEntityCache(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
 
 -