Package org.quartz.simpl
package org.quartz.simpl
-
ClassesClassDescriptionA JobFactory that instantiates the Job instance (using the default no-arg constructor, or more specifically:
class.newInstance()), and then attempts to set all values from theSchedulerContextand theJobExecutionContext's mergedJobDataMaponto bean properties of theJob.