public final class JobShutdownHookPlugin extends Object implements org.quartz.spi.SchedulerPlugin
| Constructor and Description |
|---|
JobShutdownHookPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(String name,
org.quartz.Scheduler scheduler,
org.quartz.spi.ClassLoadHelper classLoadHelper) |
void |
shutdown() |
void |
start()
Called when the associated
Scheduler is started, in order
to let the plug-in know it can now make calls into the scheduler if it
needs to. |
public void initialize(String name, org.quartz.Scheduler scheduler, org.quartz.spi.ClassLoadHelper classLoadHelper) throws org.quartz.SchedulerException
initialize in interface org.quartz.spi.SchedulerPluginorg.quartz.SchedulerExceptionpublic void start()
Called when the associated Scheduler is started, in order
to let the plug-in know it can now make calls into the scheduler if it
needs to.
start in interface org.quartz.spi.SchedulerPluginpublic void shutdown()
shutdown in interface org.quartz.spi.SchedulerPluginCopyright © 2021 The Apache Software Foundation. All rights reserved.