|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShell
QuartzScheduler
instance.
Method Summary | |
---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain instances of . |
void |
initialize(Scheduler scheduler)
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and
the JobExecutionContext s within it. |
Method Detail |
---|
void initialize(Scheduler scheduler) 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.
SchedulerConfigException
JobRunShell createJobRunShell(TriggerFiredBundle bundle) throws SchedulerException
Called by the
to obtain instances of QuartzSchedulerThread
.
JobRunShell
SchedulerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |