Uses of Class org.quartz.core.QuartzScheduler (Quartz Parent POM 2.0.1 API)

Quartz Java



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
           
protected  QuartzScheduler SchedulerSignalerImpl.sched
           
 

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

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.
 



Copyright 2001-2011, Terracotta, Inc.