public class SingleJobExecutorContext extends Object implements JobExecutorContext
| Modifier and Type | Field and Description |
|---|---|
protected JobEntity |
currentJob |
protected List<JobEntity> |
currentProcessorJobQueue |
| Constructor and Description |
|---|
SingleJobExecutorContext() |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
getCurrentJob() |
List<JobEntity> |
getCurrentProcessorJobQueue() |
boolean |
isExecutingExclusiveJob() |
void |
setCurrentJob(JobEntity currentJob) |
protected JobEntity currentJob
public boolean isExecutingExclusiveJob()
isExecutingExclusiveJob in interface JobExecutorContextpublic void setCurrentJob(JobEntity currentJob)
setCurrentJob in interface JobExecutorContextpublic JobEntity getCurrentJob()
getCurrentJob in interface JobExecutorContextCopyright © 2016 Alfresco. All rights reserved.