| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| 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 | Method and Description |
|---|---|
SchedulerContext |
SchedulerContext.getClone() |
SchedulerContext |
IScheduler.getContext()
Returns the
SchedulerContext of the Scheduler. |
| Constructor and Description |
|---|
SchedulerContext(SchedulerContext aOther) |
| Modifier and Type | Method and Description |
|---|---|
SchedulerContext |
IQuartzScheduler.getSchedulerContext() |
SchedulerContext |
QuartzScheduler.getSchedulerContext()
Returns the
SchedulerContext of the Scheduler. |
| Modifier and Type | Method and Description |
|---|---|
SchedulerContext |
StdScheduler.getContext()
Returns the
SchedulerContext of the Scheduler. |
Copyright © 2016–2021 Philip Helger. All rights reserved.