| Package | Description |
|---|---|
| org.knowm.sundial | |
| org.knowm.sundial.plugins | |
| org.quartz | |
| org.quartz.core | |
| org.quartz.jobs | |
| org.quartz.plugins | |
| org.quartz.plugins.management | |
| org.quartz.plugins.xml |
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
SundialJobScheduler.createScheduler(int threadPoolSize,
String annotatedJobsPackageName)
Creates the Sundial Scheduler
|
static Scheduler |
SundialJobScheduler.createScheduler(SchedulerFactory schedulerFactory)
Creates the Sundial Scheduler
|
static Scheduler |
SundialJobScheduler.getScheduler()
Gets the underlying Quartz scheduler
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationJobTriggerPlugin.initialize(String name,
Scheduler scheduler)
Called during creation of the
Scheduler in order to give the SchedulerPlugin a chance to initialize. |
| Modifier and Type | Class and Description |
|---|---|
class |
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
interface, containing methods to
schedule s, register instances, etc. |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
SchedulerFactory.getScheduler()
Returns a handle to the Scheduler produced by this factory.
|
Scheduler |
JobExecutionContextImpl.getScheduler() |
Scheduler |
JobExecutionContext.getScheduler()
Get a handle to the
Scheduler instance that fired the Job. |
Scheduler |
SchedulerFactory.getScheduler(int threadPoolSize) |
Scheduler |
SchedulerFactory.getScheduler(int threadPoolSize,
String packageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardJobRunShellFactory.initialize(Scheduler scheduler)
Initialize the factory, providing a handle to the
Scheduler that should be made available within the JobRunShell and
the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own
operations with the JobStore. |
void |
JobRunShellFactory.initialize(Scheduler scheduler)
Initialize the factory, providing a handle to the
Scheduler that should be made available within the JobRunShell and
the JobExecutionContext s within it. |
| Constructor and Description |
|---|
JobExecutionContextImpl(Scheduler scheduler,
TriggerFiredBundle firedBundle,
Job job)
Create a JobExcecutionContext with the given context data.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
SimpleJobFactory.newJob(TriggerFiredBundle bundle,
Scheduler Scheduler) |
Job |
JobFactory.newJob(TriggerFiredBundle bundle,
Scheduler scheduler)
Called by the scheduler at the time of the trigger firing, in order to produce a
Job instance on which to call execute. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerPlugin.initialize(String name,
Scheduler scheduler)
Called during creation of the
Scheduler in order to give the SchedulerPlugin a chance to initialize. |
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownHookPlugin.initialize(String name,
Scheduler scheduler)
Called during creation of the
Scheduler in order to give the SchedulerPlugin a chance to initialize. |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSchedulingDataProcessorPlugin.initialize(String name,
Scheduler scheduler)
Called during creation of the
Scheduler in order to give the SchedulerPlugin a chance to initialize. |
void |
XMLSchedulingDataProcessor.scheduleJobs(Scheduler sched)
Schedules the given sets of jobs and triggers.
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.