All Classes
-
All Classes Interface Summary Class Summary Class Description Job A job is executed by theScheduler
service.JobContext The context for aJob
.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 theSchedulerContext
and theJobExecutionContext
's mergedJobDataMap
onto bean properties of theJob
.ScheduleOptions Scheduler options provide an extensible way of defining how to schedule a job.Scheduler A scheduler to schedule time/cron based jobs.