org.activiti.engine.impl.jobexecutor
类 JobExecutorContext

java.lang.Object
  继承者 org.activiti.engine.impl.jobexecutor.JobExecutorContext

public class JobExecutorContext
extends Object

作者:
Daniel Meyer

字段摘要
protected  JobEntity currentJob
           
protected  List<String> currentProcessorJobQueue
           
 
构造方法摘要
JobExecutorContext()
           
 
方法摘要
 JobEntity getCurrentJob()
           
 List<String> getCurrentProcessorJobQueue()
           
 boolean isExecutingExclusiveJob()
           
 void setCurrentJob(JobEntity currentJob)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

currentProcessorJobQueue

protected List<String> currentProcessorJobQueue

currentJob

protected JobEntity currentJob
构造方法详细信息

JobExecutorContext

public JobExecutorContext()
方法详细信息

getCurrentProcessorJobQueue

public List<String> getCurrentProcessorJobQueue()

isExecutingExclusiveJob

public boolean isExecutingExclusiveJob()

setCurrentJob

public void setCurrentJob(JobEntity currentJob)

getCurrentJob

public JobEntity getCurrentJob()


Copyright © 2013 Alfresco. All rights reserved.