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.
|
org.quartz.management |
Modifier and Type | Field and Description |
---|---|
protected QuartzScheduler |
JobRunShell.qs |
protected QuartzScheduler |
SchedulerSignalerImpl.sched |
Modifier and Type | Method and Description |
---|---|
void |
JobRunShell.initialize(QuartzScheduler sched) |
Constructor and Description |
---|
QuartzSchedulerMBeanImpl(QuartzScheduler scheduler)
QuartzSchedulerMBeanImpl
|
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)
Construct a
StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given SchedulingContext . |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServer.register(QuartzScheduler managedResource)
Puts the submitted resource under the purview of this
ManagementServer . |
void |
ManagementServer.unregister(QuartzScheduler managedResource)
Removes the submitted resource under the purview of this
ManagementServer . |
Copyright 2001-2019, Terracotta, Inc.