Interface JobContext
-
@ProviderType public interface JobContextThe context for aJob.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Serializable>getConfiguration()Get the configuration provided when the job was scheduled.StringgetName()Get the name of the scheduled job.
-
-
-
Method Detail
-
getName
String getName()
Get the name of the scheduled job.- Returns:
- The name of the job.
-
getConfiguration
Map<String,Serializable> getConfiguration()
Get the configuration provided when the job was scheduled.- Returns:
- A non-null map of values.
-
-