Package | Description |
---|---|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
Modifier and Type | Method and Description |
---|---|
void |
JobRunShell.initialize(QuartzScheduler qs,
TriggerFiredBundle firedBundle) |
Constructor and Description |
---|
SchedulerSignalerImpl(QuartzScheduler sched,
QuartzSchedulerThread schedThread) |
Constructor and Description |
---|
StdScheduler(QuartzScheduler sched,
SchedulingContext schedCtxt)
Construct a
StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given SchedulingContext . |