org.quartz.core
| |||||||||||||||||||||||||||||||||||||||
| Method Summary | |
|---|---|
JobRunShell |
borrowJobRunShell()
Called by the
to obtain instances of . |
void |
initialize(Scheduler scheduler,
SchedulingContext schedCtxt)
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and
the JobExecutionCOntext s within it, and a handle to the
SchedulingContext that the shell will use in its own
operations with the JobStore. |
void |
returnJobRunShell(JobRunShell jobRunShell)
Called by the
to return instances of . |
| Method Detail |
|---|
void initialize(Scheduler scheduler, SchedulingContext schedCtxt) throws SchedulerConfigException
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and
the JobExecutionCOntext s within it, and a handle to the
SchedulingContext that the shell will use in its own
operations with the JobStore.
SchedulerConfigExceptionJobRunShell borrowJobRunShell() throws SchedulerException
Called by the
to obtain instances of QuartzSchedulerThread.
JobRunShell
SchedulerExceptionvoid returnJobRunShell(JobRunShell jobRunShell)
Called by the
to return instances of QuartzSchedulerThread.
JobRunShell
|
Quartz Enterprise Job Scheduler Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||