Uses of Interface org.quartz.SchedulerFactory (Quartz Parent POM 2.0.1 API)

Quartz Java



Uses of Interface
org.quartz.SchedulerFactory

Packages that use SchedulerFactory
org.quartz.impl Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler. 
 

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 its work of creating a QuartzScheduler instance based on the contents of a Properties file.
 

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



Copyright 2001-2011, Terracotta, Inc.