public interface IJobRunShellFactory
Responsible for creating the instances of to
be used within the JobRunShell instance.
QuartzScheduler
| Modifier and Type | Method and Description |
|---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain
instances of . |
void |
initialize(IScheduler scheduler)
Initialize the factory, providing a handle to the
Scheduler
that should be made available within the JobRunShell and the
JobExecutionContext s within it. |
void initialize(IScheduler scheduler) throws SchedulerConfigException
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and the
JobExecutionContext s within it.
SchedulerConfigExceptionJobRunShell createJobRunShell(TriggerFiredBundle bundle) throws SchedulerException
Called by the
to obtain
instances of QuartzSchedulerThread.
JobRunShell
SchedulerExceptionCopyright © 2016–2021 Philip Helger. All rights reserved.