Uses of Interface
org.quartz.plugins.SchedulerPlugin
Packages that use SchedulerPlugin
Package
Description
-
Uses of SchedulerPlugin in org.knowm.sundial.plugins
Classes in org.knowm.sundial.plugins that implement SchedulerPluginModifier and TypeClassDescriptionclassThis plugin adds jobs and schedules them with triggers from annotated Job classes as the scheduler is initialized. -
Uses of SchedulerPlugin in org.quartz.core
Methods in org.quartz.core that return types with arguments of type SchedulerPluginMethods in org.quartz.core with parameters of type SchedulerPluginModifier and TypeMethodDescriptionvoidQuartzSchedulerResources.addSchedulerPlugin(SchedulerPlugin plugin) Add the givenfor theSchedulerPluginto use.QuartzScheduler -
Uses of SchedulerPlugin in org.quartz.plugins.management
Classes in org.quartz.plugins.management that implement SchedulerPluginModifier and TypeClassDescriptionclassThis 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
Classes in org.quartz.plugins.xml that implement SchedulerPluginModifier and TypeClassDescriptionclassThis 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.