Package org.quartz.simpl
-
Class Summary Class Description PropertySettingJobFactory A 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.