See: Description
| Interface | Description |
|---|---|
| IJobRunShellFactory |
Responsible for creating the instances of
to
be used within the instance. |
| IQuartzScheduler | |
| ISampledStatistics |
| Class | Description |
|---|---|
| JobRunShell |
JobRunShell instances are responsible for providing the 'safe' environment
for
Job s to run in, and for performing all of the work of
executing the Job, catching ANY thrown exceptions, updating the
Trigger with the Job's completion code, etc. |
| ListenerManager | |
| NullSampledStatistics | |
| QuartzScheduler |
This is the heart of Quartz, an indirect implementation of the
interface, containing
methods to schedule s, register
instances, etc. |
| QuartzSchedulerResources |
Contains all of the resources (
JobStore,ThreadPool,
etc.) necessary to create a instance. |
| QuartzSchedulerThread |
The thread responsible for performing the work of firing
s that are registered with the
. |
| SampledStatistics | |
| SchedulerSignaler |
An interface to be used by
JobStore instances in order to
communicate signals back to the QuartzScheduler. |
Contains the core classes and interfaces for the Quartz job scheduler.
Copyright © 2016–2021 Philip Helger. All rights reserved.