|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quartz.impl.StdJobRunShellFactory
public class StdJobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShellQuartzScheduler
instance.
This implementation does not re-use any objects, it simply makes a new
JobRunShell each time borrowJobRunShell() is called.
| Constructor Summary | |
|---|---|
StdJobRunShellFactory()
|
|
| Method Summary | |
|---|---|
JobRunShell |
borrowJobRunShell()
Called by the QuartzSchedulerThread
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 QuartzSchedulerThread
to return instances of
. |
| 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 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.
initialize in interface JobRunShellFactory
public JobRunShell borrowJobRunShell()
throws SchedulerException
Called by the QuartzSchedulerThread
to obtain instances of
.
JobRunShell
borrowJobRunShell in interface JobRunShellFactorySchedulerExceptionpublic void returnJobRunShell(JobRunShell jobRunShell)
Called by the QuartzSchedulerThread
to return instances of
.
JobRunShell
returnJobRunShell in interface JobRunShellFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||