Package | Description |
---|---|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.plugins | |
org.quartz.plugins.history | |
org.quartz.plugins.management | |
org.quartz.plugins.xml |
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 |
SchedulerPluginWithUserTransactionSupport
Base class for plugins that wish to support having their start and
shutdown methods run within a
UserTransaction . |
Modifier and Type | Class and Description |
---|---|
class |
LoggingJobHistoryPlugin
Logs a history of all job executions (and execution vetos) via the
Jakarta Commons-Logging framework.
|
class |
LoggingTriggerHistoryPlugin
Logs a history of all trigger firings via the Jakarta Commons-Logging
framework.
|
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 scheuler to shutdown.
|
Modifier and Type | Class and Description |
---|---|
class |
JobInitializationPlugin
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.
|
class |
JobInitializationPluginMultiple
Deprecated.
Use the
instead now that it supports multiple files. NOTE:
JobInitializationPluginMultiple has different defaults for two properties:
"overWriteExistingJobs" and "validating" both default to true for
JobInitializationPluginMultiple but false for JobInitializationPlugin} . |