| Package | Description |
|---|---|
| org.knowm.sundial.plugins | |
| org.quartz.core | |
| org.quartz.plugins.management | |
| org.quartz.plugins.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationJobTriggerPlugin
This plugin adds jobs and schedules them with triggers from annotated Job classes as the scheduler is initialized.
|
| Modifier and Type | Method and Description |
|---|---|
List<SchedulerPlugin> |
QuartzSchedulerResources.getSchedulerPlugins()
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzSchedulerResources.addSchedulerPlugin(SchedulerPlugin plugin)
Add the given
for the to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
ShutdownHookPlugin
This plugin catches the event of the JVM terminating (such as upon a CRTL-C) and tells the scheduler to shutdown.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XMLSchedulingDataProcessorPlugin
This plugin loads XML file(s) to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the
file for changes.
|
Copyright © 2011–2017 Knowm Inc.. All rights reserved.