public class JobExecutorContext extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected JobEntity | 
currentJob
the currently executed job 
 | 
protected List<String> | 
currentProcessorJobQueue  | 
protected DbEntityCache | 
entityCache
reusable cache 
 | 
| Constructor and Description | 
|---|
JobExecutorContext()  | 
| Modifier and Type | Method and Description | 
|---|---|
JobEntity | 
getCurrentJob()  | 
List<String> | 
getCurrentProcessorJobQueue()  | 
DbEntityCache | 
getEntityCache()  | 
boolean | 
isExecutingExclusiveJob()  | 
void | 
setCurrentJob(JobEntity currentJob)  | 
void | 
setEntityCache(DbEntityCache entityCache)  | 
protected JobEntity currentJob
protected DbEntityCache entityCache
public boolean isExecutingExclusiveJob()
public void setCurrentJob(JobEntity currentJob)
public JobEntity getCurrentJob()
public DbEntityCache getEntityCache()
public void setEntityCache(DbEntityCache entityCache)
Copyright © 2017. All rights reserved.