public static final class QuartzJobExecutor.JobContextImpl extends Object implements JobContext
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Serializable> |
configuration |
protected String |
name |
| Constructor and Description |
|---|
QuartzJobExecutor.JobContextImpl(String name,
Map<String,Serializable> config) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Serializable> |
getConfiguration()
Get the configuration provided when the job was scheduled.
|
String |
getName()
Get the name of the scheduled job.
|
protected final Map<String,Serializable> configuration
protected final String name
public QuartzJobExecutor.JobContextImpl(String name, Map<String,Serializable> config)
public Map<String,Serializable> getConfiguration()
JobContextgetConfiguration in interface JobContextJobContext.getConfiguration()public String getName()
JobContextgetName in interface JobContextJobContext.getName()Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.