| Package | Description |
|---|---|
| org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| Modifier and Type | Class and Description |
|---|---|
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 in the JobExecutionContext's
JobDataMap onto bean properties of the Job. |