public class JobExecutorContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected JobEntity |
currentJob |
protected List<String> |
currentProcessorJobQueue |
| Constructor and Description |
|---|
JobExecutorContext() |
| Modifier and Type | Method and Description |
|---|---|
JobEntity |
getCurrentJob() |
List<String> |
getCurrentProcessorJobQueue() |
boolean |
isExecutingExclusiveJob() |
void |
setCurrentJob(JobEntity currentJob) |
protected JobEntity currentJob
Copyright © 2015. All rights reserved.