Uses of Interface
org.quartz.SchedulerFactory

Packages that use SchedulerFactory
org.quartz.examples   
org.quartz.impl   
 

Uses of SchedulerFactory in org.quartz.examples
 

Methods in org.quartz.examples with parameters of type SchedulerFactory
static void SchedTest.schedTest(SchedulerFactory sf)
           
static void QuartzRemoteClient.useRemoteScheduler(SchedulerFactory schedFact)
           
static void LoadTest.loadTest(SchedulerFactory sf)
           
static void ListenerTest.schedTest(SchedulerFactory sf)
           
static void InterruptableJobTest.schedTest(SchedulerFactory sf)
           
static void InitJobsTest.schedTest(SchedulerFactory sf)
           
static void StatefulJobTest.schedTest(SchedulerFactory sf)
           
static void ClusterTest.clusterTest(SchedulerFactory sf, boolean clearJobs, boolean scheduleJobs)
           
 

Uses of SchedulerFactory in org.quartz.impl
 

Classes in org.quartz.impl that implement SchedulerFactory
 class DirectSchedulerFactory
           A singleton implementation of SchedulerFactory.
 class StdSchedulerFactory
           An implementation of SchedulerFactory that does all of it's work of creating a QuartzScheduler instance based on the contenents of a Properties file.
 

Methods in org.quartz.impl with parameters of type SchedulerFactory
 void QuartzServer.serve(SchedulerFactory schedFact, boolean console)
           
 


Quartz Project Page