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 SchedulerSundialJobScheduler.createScheduler(int threadPoolSize, String annotatedJobsPackageName) Creates the Sundial Schedulerstatic SchedulerSundialJobScheduler.createScheduler(SchedulerFactory schedulerFactory) Creates the Sundial Schedulerstatic SchedulerSundialJobScheduler.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 TypeMethodDescriptionvoidAnnotationJobTriggerPlugin.initialize(String name, Scheduler scheduler) Called during creation of theSchedulerin order to give theSchedulerPlugina chance to initialize. -
Uses of Scheduler in org.quartz
Classes in org.quartz that implement SchedulerModifier and TypeClassDescriptionclassThis is the heart of Quartz, an indirect implementation of theinterface, containing methods to scheduleSchedulers, registerJobinstances, etc.JobListener -
Uses of Scheduler in org.quartz.core
Methods in org.quartz.core that return SchedulerModifier and TypeMethodDescriptionJobExecutionContext.getScheduler()Get a handle to theSchedulerinstance 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 TypeMethodDescriptionvoidJobRunShellFactory.initialize(Scheduler scheduler) Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it.voidStandardJobRunShellFactory.initialize(Scheduler scheduler) Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it, and a handle to theSchedulingContextthat 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 aJobinstance 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 TypeMethodDescriptionvoidSchedulerPlugin.initialize(String name, Scheduler scheduler) Called during creation of theSchedulerin order to give theSchedulerPlugina chance to initialize. -
Uses of Scheduler in org.quartz.plugins.management
Methods in org.quartz.plugins.management with parameters of type SchedulerModifier and TypeMethodDescriptionvoidShutdownHookPlugin.initialize(String name, Scheduler scheduler) Called during creation of theSchedulerin order to give theSchedulerPlugina chance to initialize. -
Uses of Scheduler in org.quartz.plugins.xml
Methods in org.quartz.plugins.xml with parameters of type SchedulerModifier and TypeMethodDescriptionvoidXMLSchedulingDataProcessorPlugin.initialize(String name, Scheduler scheduler) Called during creation of theSchedulerin order to give theSchedulerPlugina chance to initialize.voidXMLSchedulingDataProcessor.scheduleJobs(Scheduler sched) Schedules the given sets of jobs and triggers.