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 from the SchedulerContext and
the JobExecutionContext 's merged JobDataMap onto
bean properties of the Job . |
Copyright 2001-2019, Terracotta, Inc.