JobExecutionData

Requires that the job is annotated with the org.quartz.PersistJobDataAfterExecution annotation.

API

JobExecutionData.java
class JobExecutionData {
  String getString(String key, String defaultValue)     (1)
  void setString(String key, String value)     (2)
}
1 getString(String, String)

Lookup property from the job detail.

2 setString(String, String)

Save key into the job detail obtained from context.

Members

getString(String, String)

Lookup property from the job detail.

setString(String, String)

Save key into the job detail obtained from context.