Package org.quartz.simpl


package org.quartz.simpl
  • Classes
    Class
    Description
    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 the SchedulerContext and the JobExecutionContext's merged JobDataMap onto bean properties of the Job.