|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
class |
StdSchedulerFactory
An implementation of 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |