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()
JobContext
getConfiguration
in interface JobContext
JobContext.getConfiguration()
public String getName()
JobContext
getName
in interface JobContext
JobContext.getName()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.