|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides a mechanism for obtaining client-usable handles to Scheduler
instances.
Scheduler
,
StdSchedulerFactory
Method Summary | |
Collection |
getAllSchedulers()
Returns handles to all known Schedulers (made by any SchedulerFactory within this jvm.). |
Scheduler |
getScheduler()
Returns a client-usable handle to a Scheduler . |
Scheduler |
getScheduler(String schedName)
Returns a handle to the Scheduler with the given name, if it exists. |
Method Detail |
public Scheduler getScheduler() throws SchedulerException
Returns a client-usable handle to a Scheduler
.
SchedulerException
- if there is a problem with the underlying Scheduler
.public Scheduler getScheduler(String schedName) throws SchedulerException
Returns a handle to the Scheduler with the given name, if it exists.
SchedulerException
public Collection getAllSchedulers() throws SchedulerException
Returns handles to all known Schedulers (made by any SchedulerFactory within this jvm.).
SchedulerException
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |