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 theSchedulerContext
and theJobExecutionContext
's mergedJobDataMap
onto bean properties of theJob
.