Package | Description |
---|---|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.ee.servlet | |
org.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
Class and Description |
---|
JobExecutionContextImpl |
Class and Description |
---|
StdSchedulerFactory
An implementation of
that
does all of its work of creating a QuartzScheduler instance
based on the contents of a Properties file. |
Class and Description |
---|
DirectSchedulerFactory
A singleton implementation of
. |
SchedulerRepository
Holds references to Scheduler instances - ensuring uniqueness, and
preventing garbage collection, and allowing 'global' lookups - all within a
ClassLoader space.
|
Copyright © 2023 Terracotta, Inc.. All rights reserved.