All Classes
-
All Classes Interface Summary Class Summary Class Description Job A job is executed by theSchedulerservice.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 theSchedulerContextand theJobExecutionContext's mergedJobDataMaponto 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.