|
||||||||||
| 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. |
| 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 qs,
TriggerFiredBundle firedBundle)
|
| 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,
SchedulingContext schedCtxt)
Construct a StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given SchedulingContext. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||