public class StdJobRunShellFactory extends java.lang.Object implements JobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShell instance.
QuartzScheduler
| Constructor and Description |
|---|
StdJobRunShellFactory() |
| Modifier and Type | Method and Description |
|---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bndle)
Called by the
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
to obtain instances of QuartzSchedulerThread.
JobRunShell
createJobRunShell in interface JobRunShellFactorySchedulerExceptionCopyright IBM Corp. 2024, 2025