public class StdJobRunShellFactory extends Object implements IJobRunShellFactory
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
QuartzSchedulerThread to
obtain instances of JobRunShell. |
void |
initialize(IScheduler aScheduler)
Initialize the factory, providing a handle to the
IScheduler that
should be made available within the JobRunShell and the
JobExecutionContexts within it. |
public void initialize(IScheduler aScheduler)
IScheduler that
should be made available within the JobRunShell and the
JobExecutionContexts within it.initialize in interface IJobRunShellFactorypublic JobRunShell createJobRunShell(TriggerFiredBundle bndle) throws SchedulerException
Called by the QuartzSchedulerThread to
obtain instances of JobRunShell.
createJobRunShell in interface IJobRunShellFactorySchedulerExceptionCopyright © 2016–2021 Philip Helger. All rights reserved.