| Package | Description | 
|---|---|
| org.quartz.impl | 
 Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and 
other interfaces required by the org.quartz.core.QuartzScheduler. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectSchedulerFactory
 A singleton implementation of  
. | 
class  | 
StdSchedulerFactory
 An implementation of  
 that
 does all of its work of creating a QuartzScheduler instance
 based on the contenents of a Properties file. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QuartzServer.serve(SchedulerFactory schedFact,
     boolean console)  |