Uses of Class
org.quartz.core.QuartzScheduler

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
           
 

Methods in org.quartz.core with parameters of type QuartzScheduler
 void JobRunShell.initialize(QuartzScheduler qs, TriggerFiredBundle firedBundle)
           
 

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.
 


Quartz Enterprise Job Scheduler Project Page