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
           
protected  List<String> currentProcessorJobQueue
           
 
Constructor Summary
JobExecutorContext()
           
 
Method Summary
 JobEntity getCurrentJob()
           
 List<String> getCurrentProcessorJobQueue()
           
 boolean isExecutingExclusiveJob()
           
 void setCurrentJob(JobEntity currentJob)
           
 
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
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()


Copyright © 2014 camunda services GmbH. All Rights Reserved.