org.camunda.bpm.engine.impl.jobexecutor
Class JobExecutorContext

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.JobExecutorContext

public class JobExecutorContext
extends Object

Author:
Daniel Meyer

Field Summary
protected  JobEntity currentJob
          the currently executed job
protected  List<String> currentProcessorJobQueue
           
protected  DbEntityCache entityCache
          reusable cache
 
Constructor Summary
JobExecutorContext()
           
 
Method Summary
 JobEntity getCurrentJob()
           
 List<String> getCurrentProcessorJobQueue()
           
 DbEntityCache getEntityCache()
           
 boolean isExecutingExclusiveJob()
           
 void setCurrentJob(JobEntity currentJob)
           
 void setEntityCache(DbEntityCache entityCache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentProcessorJobQueue

protected List<String> currentProcessorJobQueue

currentJob

protected JobEntity currentJob
the currently executed job


entityCache

protected DbEntityCache entityCache
reusable cache

Constructor Detail

JobExecutorContext

public JobExecutorContext()
Method Detail

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 © 2017 camunda services GmbH. All rights reserved.