|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.impl.StdJobRunShellFactory
public class StdJobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShell
QuartzScheduler
instance.
Constructor Summary | |
---|---|
StdJobRunShellFactory()
|
Method Summary | |
---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bndle)
Called by the QuartzSchedulerThread
to obtain instances of
. |
void |
initialize(Scheduler sched)
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and
the JobExecutionContext s within it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StdJobRunShellFactory()
Method Detail |
---|
public void initialize(Scheduler sched)
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell
and
the JobExecutionContext
s within it.
initialize
in interface JobRunShellFactory
public JobRunShell createJobRunShell(TriggerFiredBundle bndle) throws SchedulerException
Called by the QuartzSchedulerThread
to obtain instances of
.
JobRunShell
createJobRunShell
in interface JobRunShellFactory
SchedulerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |