|
|||||||||
| Home >> All >> org >> quartz >> [ core overview ] | PREV NEXT | ||||||||
Uses of Class
org.quartz.core.QuartzScheduler
| Uses of QuartzScheduler in org.quartz.core |
| Fields in org.quartz.core declared as QuartzScheduler | |
protected QuartzScheduler |
JobRunShell.qs
|
private QuartzScheduler |
QuartzSchedulerThread.qs
|
private QuartzScheduler |
SchedulerSignalerImpl.sched
|
| Methods in org.quartz.core with parameters of type QuartzScheduler | |
void |
JobRunShell.initialize(QuartzScheduler qs,
org.quartz.spi.TriggerFiredBundle firedBundle)
|
| Constructors in org.quartz.core with parameters of type QuartzScheduler | |
QuartzSchedulerThread(QuartzScheduler qs,
QuartzSchedulerResources qsRsrcs,
SchedulingContext ctxt)
Construct a new QuartzSchedulerThread for the given
QuartzScheduler as a non-daemon Thread
with normal priority. |
|
QuartzSchedulerThread(QuartzScheduler qs,
QuartzSchedulerResources qsRsrcs,
SchedulingContext ctxt,
boolean setDaemon,
int threadPrio)
Construct a new QuartzSchedulerThread for the given
QuartzScheduler as a Thread with the given
attributes. |
|
SchedulerSignalerImpl(QuartzScheduler sched)
|
|
|
|||||||||
| Home >> All >> org >> quartz >> [ core overview ] | PREV NEXT | ||||||||