Uses of Interface
org.quartz.core.Scheduler
Package
Description
-
Uses of Scheduler in org.knowm.sundial
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This is the heart of Quartz, an indirect implementation of theScheduler
Job
instances, etc.JobListener
-
Uses of Scheduler in org.quartz.core
Modifier 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) Modifier 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
.ModifierConstructorDescriptionJobExecutionContextImpl
(Scheduler scheduler, TriggerFiredBundle firedBundle, Job job) Create a JobExcecutionContext with the given context data. -
Uses of Scheduler in org.quartz.jobs
Modifier 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
Modifier 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
Modifier 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
Modifier 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.