| Package | Description |
|---|---|
| com.helger.quartz.plugins.history | |
| com.helger.quartz.plugins.management | |
| com.helger.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingJobHistoryPlugin.initialize(String pname,
IScheduler scheduler,
IClassLoadHelper classLoadHelper)
Called during creation of the
Scheduler in order to give the
SchedulerPlugin a chance to initialize. |
void |
LoggingTriggerHistoryPlugin.initialize(String pname,
IScheduler scheduler,
IClassLoadHelper classLoadHelper)
Called during creation of the
Scheduler in order to give the
SchedulerPlugin a chance to initialize. |
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownHookPlugin.initialize(String name,
IScheduler scheduler,
IClassLoadHelper classLoadHelper)
Called during creation of the
Scheduler in order to give the
SchedulerPlugin a chance to initialize. |
| Modifier and Type | Class and Description |
|---|---|
class |
CascadingClassLoadHelper
A
ClassLoadHelper uses all of the ClassLoadHelper
types that are found in this package in its attempts to load a class, when
one scheme is found to work, it is promoted to the scheme that will be used
first the next time a class is loaded (in order to improve performance). |
class |
InitThreadContextClassLoadHelper
A
ClassLoadHelper that uses either the context class loader of
the thread that initialized Quartz. |
class |
LoadingLoaderClassLoadHelper
A
ClassLoadHelper that uses either the loader of it's own class
(getClass().getClassLoader().loadClass( .. )). |
class |
SimpleClassLoadHelper
A
ClassLoadHelper that simply calls
Class.forName(..) |
class |
ThreadContextClassLoadHelper
A
ClassLoadHelper that uses either the current thread's context
class loader
(Thread.currentThread().getContextClassLoader().loadClass( .. )). |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMJobStore.initialize(IClassLoadHelper loadHelper,
ISchedulerSignaler schedSignaler)
Called by the QuartzScheduler before the
JobStore is used, in
order to give the it a chance to initialize. |
| Modifier and Type | Method and Description |
|---|---|
void |
IJobStore.initialize(IClassLoadHelper loadHelper,
ISchedulerSignaler signaler)
Called by the QuartzScheduler before the
JobStore is used, in
order to give the it a chance to initialize. |
void |
ISchedulerPlugin.initialize(String name,
IScheduler scheduler,
IClassLoadHelper loadHelper)
Called during creation of the
Scheduler in order to give the
SchedulerPlugin a chance to initialize. |
Copyright © 2016–2021 Philip Helger. All rights reserved.