Class | Description |
---|---|
ActionAdapterQuartzJob |
A Quartz job that is responsible for executing the
IAction referred to in the job context. |
BlockingQuartzJob |
A Quartz job that checks if execution is currently suspended before passing on to the underlying job
|
EmbeddedQuartzSystemListener | |
QuartzCronStringFactory | |
QuartzJobKey |
This class is the key by which we identify a quartz job.
|
QuartzScheduler |
A Quartz implementation of
IScheduler |
QuartzSchedulerAvailability |
Implementation of a Quartz calendar.
|
SchedulerOutputPathResolver | |
StandaloneQuartzSystemListener |
This Subclasses of the embeddedQuartzSystemListener is to prevent the check for database creation and calling of the
creation script, which we only want to happen with people running the H2 embedded database.
|