Package org.quartz.simpl
package org.quartz.simpl
-
ClassDescriptionA 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
.