| Package | Description |
|---|---|
| org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| 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 |
|---|---|
SchedulerContext |
Scheduler.getContext()
Returns the
SchedulerContext of the Scheduler. |
| Modifier and Type | Method and Description |
|---|---|
SchedulerContext |
RemotableQuartzScheduler.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. |
SchedulerContext |
RemoteScheduler.getContext()
Returns the
SchedulerContext of the Scheduler. |
SchedulerContext |
RemoteMBeanScheduler.getContext()
Returns the
SchedulerContext of the Scheduler. |
Copyright 2001-2019, Terracotta, Inc.