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 JobExecutorContext
public void setCurrentJob(JobEntity currentJob)
setCurrentJob
in interface JobExecutorContext
public JobEntity getCurrentJob()
getCurrentJob
in interface JobExecutorContext
Copyright © 2016 Alfresco. All rights reserved.