Package org.quartz.core
Interface JobRunShellFactory
- All Known Implementing Classes:
StandardJobRunShellFactory
public interface JobRunShellFactory
Responsible for creating the instances of
JobRunShell to be used within the
QuartzScheduler instance.- Author:
- James House
-
Method Summary
Modifier and TypeMethodDescriptioncreateJobRunShell(TriggerFiredBundle bundle) Called by theto obtain instances ofQuartzSchedulerThread.JobRunShellvoidinitialize(Scheduler scheduler) Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it.
-
Method Details
-
initialize
Initialize the factory, providing a handle to theSchedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it.- Throws:
SchedulerConfigException
-
createJobRunShell
Called by theto obtain instances ofQuartzSchedulerThread.JobRunShell- Throws:
SchedulerException
-