| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| JobExecutionContext |
| Class and Description |
|---|
| DirectSchedulerFactory
A singleton implementation of
. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| SchedulerRepository
Holds references to Scheduler instances - ensuring uniqueness, and preventing
garbage collection, and allowing 'global' lookups - all within a ClassLoader
space.
|
| StdSchedulerFactory
An implementation of
that does all of its work of creating a QuartzScheduler instance
based on the contents of a Properties file. |
Copyright © 2016–2021 Philip Helger. All rights reserved.