Plug-Ins
Quartz provides the org.quartz.spi.SchedulerPlugin interface for plugging-in additional functionality.
Plugins that ship with Quartz to provide various utility capabilities are documented in the org.quartz.plugins package.
The plugins provide functionality such as auto-scheduling of jobs upon scheduler startup, logging a history of job and trigger events, and ensuring that the scheduler shuts down cleanly when the JVM exits.