Uses of Interface
org.quartz.plugins.SchedulerPlugin
Package
Description
-
Uses of SchedulerPlugin in org.knowm.sundial.plugins
Modifier and TypeClassDescriptionclass
This plugin adds jobs and schedules them with triggers from annotated Job classes as the scheduler is initialized. -
Uses of SchedulerPlugin in org.quartz.core
Modifier and TypeMethodDescriptionvoid
QuartzSchedulerResources.addSchedulerPlugin
(SchedulerPlugin plugin) Add the given
for theSchedulerPlugin
QuartzScheduler
-
Uses of SchedulerPlugin in org.quartz.plugins.management
Modifier and TypeClassDescriptionclass
This plugin catches the event of the JVM terminating (such as upon a CRTL-C) and tells the scheduler to shutdown. -
Uses of SchedulerPlugin in org.quartz.plugins.xml
Modifier and TypeClassDescriptionclass
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.