| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| 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.
|
| Class and Description |
|---|
| IJobFactory
A JobFactory is responsible for producing instances of
Job
classes. |
| IMutableTrigger |
| IOperableTrigger |
| Class and Description |
|---|
| IJobFactory
A JobFactory is responsible for producing instances of
Job
classes. |
| IJobStore
The interface to be implemented by classes that want to provide a
and
storage mechanism for the
's use. |
| IOperableTrigger |
| ISchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz.
|
| ISchedulerSignaler
An interface to be used by
JobStore instances in order to
communicate signals back to the QuartzScheduler. |
| IThreadExecutor
Allows different strategies for scheduling threads.
|
| IThreadPool
The interface to be implemented by classes that want to provide a thread pool
for the
's use. |
| TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the
JobStore to the
QuartzSchedulerThread. |
| Class and Description |
|---|
| IJobFactory
A JobFactory is responsible for producing instances of
Job
classes. |
| IJobStore
The interface to be implemented by classes that want to provide a
and
storage mechanism for the
's use. |
| ISchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz.
|
| IThreadExecutor
Allows different strategies for scheduling threads.
|
| IThreadPool
The interface to be implemented by classes that want to provide a thread pool
for the
's use. |
| TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the
JobStore to the
QuartzSchedulerThread. |
| Class and Description |
|---|
| IMutableTrigger |
| IOperableTrigger |
| Class and Description |
|---|
| IClassLoadHelper
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
|
| ISchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz.
|
| Class and Description |
|---|
| IClassLoadHelper
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
|
| ISchedulerPlugin
Provides an interface for a class to become a "plugin" to Quartz.
|
| Class and Description |
|---|
| IClassLoadHelper
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
|
| IInstanceIdGenerator
An InstanceIdGenerator is responsible for generating the clusterwide unique
instance id for a
Scheduler node. |
| IJobFactory
A JobFactory is responsible for producing instances of
Job
classes. |
| IJobStore
The interface to be implemented by classes that want to provide a
and
storage mechanism for the
's use. |
| IOperableTrigger |
| ISchedulerSignaler
An interface to be used by
JobStore instances in order to
communicate signals back to the QuartzScheduler. |
| IThreadPool
The interface to be implemented by classes that want to provide a thread pool
for the
's use. |
| TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the
JobStore to the
QuartzSchedulerThread. |
| TriggerFiredResult |
| Class and Description |
|---|
| IClassLoadHelper
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
|
| IMutableTrigger |
| IOperableTrigger |
| ISchedulerSignaler
An interface to be used by
JobStore instances in order to
communicate signals back to the QuartzScheduler. |
| TriggerFiredBundle
A simple class (structure) used for returning execution-time data from the
JobStore to the
QuartzSchedulerThread. |
| TriggerFiredResult |
Copyright © 2016–2021 Philip Helger. All rights reserved.