| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected QuartzScheduler |
JobRunShell.m_aQS |
protected QuartzScheduler |
SchedulerSignaler.m_aScheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
JobRunShell.initialize(QuartzScheduler sched) |
| Constructor and Description |
|---|
SchedulerSignaler(QuartzScheduler sched,
QuartzSchedulerThread schedThread) |
| Modifier and Type | Method and Description |
|---|---|
protected IScheduler |
StdSchedulerFactory.instantiate(QuartzSchedulerResources rsrcs,
QuartzScheduler qs) |
| Constructor and Description |
|---|
StdScheduler(QuartzScheduler sched)
Construct a
StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given
SchedulingContext. |
Copyright © 2016–2021 Philip Helger. All rights reserved.