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 | Field and Description |
---|---|
protected QuartzScheduler |
JobRunShell.qs |
protected QuartzScheduler |
SchedulerSignalerImpl.sched |
Modifier and Type | Method and Description |
---|---|
void |
JobRunShell.initialize(QuartzScheduler qs,
TriggerFiredBundle firedBundle) |
Constructor and Description |
---|
SchedulerSignalerImpl(QuartzScheduler sched,
QuartzSchedulerThread schedThread) |
Modifier and Type | Method and Description |
---|---|
protected Scheduler |
StdSchedulerFactory.instantiate(QuartzSchedulerResources rsrcs,
QuartzScheduler qs) |
Constructor and Description |
---|
StdScheduler(QuartzScheduler sched,
SchedulingContext schedCtxt)
Construct a
StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given SchedulingContext . |
Copyright © 2015. All rights reserved.