Class JobExecutorContext

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

public class JobExecutorContext extends Object
Author:
Daniel Meyer
  • Field Details

    • currentProcessorJobQueue

      protected List<String> currentProcessorJobQueue
    • currentJob

      protected JobEntity currentJob
      the currently executed job
    • entityCache

      protected DbEntityCache entityCache
      reusable cache
  • Constructor Details

    • JobExecutorContext

      public JobExecutorContext()
  • Method Details

    • 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)