Interface JobContext
-
@ProviderType public interface JobContext
The context for aJob
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.io.Serializable>
getConfiguration()
Get the configuration provided when the job was scheduled.java.lang.String
getName()
Get the name of the scheduled job.
-