Uses of Interface
org.quartz.core.Scheduler
Packages that use Scheduler
Package
Description
-
Uses of Scheduler in org.knowm.sundial
Methods in org.knowm.sundial that return SchedulerModifier and TypeMethodDescriptionstatic Scheduler
SundialJobScheduler.createScheduler
(int threadPoolSize, String annotatedJobsPackageName) Creates the Sundial Schedulerstatic Scheduler
SundialJobScheduler.createScheduler
(SchedulerFactory schedulerFactory) Creates the Sundial Schedulerstatic Scheduler
SundialJobScheduler.getScheduler()
Gets the underlying Quartz scheduler -
Uses of Scheduler in org.knowm.sundial.plugins
Methods in org.knowm.sundial.plugins with parameters of type SchedulerModifier and TypeMethodDescriptionvoid
AnnotationJobTriggerPlugin.initialize
(String name, Scheduler scheduler) Called during creation of theScheduler
in order to give theSchedulerPlugin
a chance to initialize. -
Uses of Scheduler in org.quartz
Classes in org.quartz that implement SchedulerModifier and TypeClassDescriptionclass
This is the heart of Quartz, an indirect implementation of theScheduler
Job
instances, etc.JobListener
-
Uses of Scheduler in org.quartz.core
Methods in org.quartz.core that return SchedulerModifier and TypeMethodDescriptionJobExecutionContext.getScheduler()
Get a handle to theScheduler
instance that fired theJob
.JobExecutionContextImpl.getScheduler()
SchedulerFactory.getScheduler()
Returns a handle to the Scheduler produced by this factory.SchedulerFactory.getScheduler
(int threadPoolSize) SchedulerFactory.getScheduler
(int threadPoolSize, String packageName) Methods in org.quartz.core with parameters of type SchedulerModifier and TypeMethodDescriptionvoid
JobRunShellFactory.initialize
(Scheduler scheduler) Initialize the factory, providing a handle to theScheduler
that should be made available within theJobRunShell
and theJobExecutionContext
s within it.void
StandardJobRunShellFactory.initialize
(Scheduler scheduler) Initialize the factory, providing a handle to theScheduler
that should be made available within theJobRunShell
and theJobExecutionContext
s within it, and a handle to theSchedulingContext
that the shell will use in its own operations with theJobStore
.Constructors in org.quartz.core with parameters of type SchedulerModifierConstructorDescriptionJobExecutionContextImpl
(Scheduler scheduler, TriggerFiredBundle firedBundle, Job job) Create a JobExcecutionContext with the given context data. -
Uses of Scheduler in org.quartz.jobs
Methods in org.quartz.jobs with parameters of type SchedulerModifier and TypeMethodDescriptionJobFactory.newJob
(TriggerFiredBundle bundle, Scheduler scheduler) Called by the scheduler at the time of the trigger firing, in order to produce aJob
instance on which to call execute.SimpleJobFactory.newJob
(TriggerFiredBundle bundle, Scheduler Scheduler) -
Uses of Scheduler in org.quartz.plugins
Methods in org.quartz.plugins with parameters of type SchedulerModifier and TypeMethodDescriptionvoid
SchedulerPlugin.initialize
(String name, Scheduler scheduler) Called during creation of theScheduler
in order to give theSchedulerPlugin
a chance to initialize. -
Uses of Scheduler in org.quartz.plugins.management
Methods in org.quartz.plugins.management with parameters of type SchedulerModifier and TypeMethodDescriptionvoid
ShutdownHookPlugin.initialize
(String name, Scheduler scheduler) Called during creation of theScheduler
in order to give theSchedulerPlugin
a chance to initialize. -
Uses of Scheduler in org.quartz.plugins.xml
Methods in org.quartz.plugins.xml with parameters of type SchedulerModifier and TypeMethodDescriptionvoid
XMLSchedulingDataProcessorPlugin.initialize
(String name, Scheduler scheduler) Called during creation of theScheduler
in order to give theSchedulerPlugin
a chance to initialize.void
XMLSchedulingDataProcessor.scheduleJobs
(Scheduler sched) Schedules the given sets of jobs and triggers.