|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuartzScheduler | |
|---|---|
| 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 | |
| Uses of QuartzScheduler in org.quartz.core |
|---|
| Fields in org.quartz.core declared as QuartzScheduler | |
|---|---|
protected QuartzScheduler |
JobRunShell.qs
|
protected QuartzScheduler |
SchedulerSignalerImpl.sched
|
| Methods in org.quartz.core with parameters of type QuartzScheduler | |
|---|---|
void |
JobRunShell.initialize(QuartzScheduler sched)
|
| Constructors in org.quartz.core with parameters of type QuartzScheduler | |
|---|---|
QuartzSchedulerMBeanImpl(QuartzScheduler scheduler)
QuartzSchedulerMBeanImpl |
|
SchedulerSignalerImpl(QuartzScheduler sched,
QuartzSchedulerThread schedThread)
|
|
| Uses of QuartzScheduler in org.quartz.impl |
|---|
| Methods in org.quartz.impl with parameters of type QuartzScheduler | |
|---|---|
protected Scheduler |
StdSchedulerFactory.instantiate(QuartzSchedulerResources rsrcs,
QuartzScheduler qs)
|
| Constructors in org.quartz.impl with parameters of type QuartzScheduler | |
|---|---|
StdScheduler(QuartzScheduler sched)
Construct a StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given SchedulingContext. |
|
| Uses of QuartzScheduler in org.quartz.management |
|---|
| Methods in org.quartz.management with parameters of type QuartzScheduler | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||