Uses of Class
org.quartz.simpl.SimpleJobFactory

Packages that use SimpleJobFactory
org.quartz.simpl Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler. 
 

Uses of SimpleJobFactory in org.quartz.simpl
 

Subclasses of SimpleJobFactory in org.quartz.simpl
 class 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 the SchedulerContext and the JobExecutionContext's merged JobDataMap onto bean properties of the Job.
 



Copyright 2001-2013, Terracotta, Inc.