public class StdJobRunShellFactory extends Object implements JobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShellQuartzScheduler
instance.
| Constructor and Description |
|---|
StdJobRunShellFactory() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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 JobRunShellFactorypublic JobRunShell createJobRunShell(TriggerFiredBundle bndle) throws SchedulerException
Called by the QuartzSchedulerThread
to obtain instances of
.
JobRunShell
createJobRunShell in interface JobRunShellFactorySchedulerExceptionCopyright 2001-2019, Terracotta, Inc.