public interface JobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShell
QuartzScheduler
instance.
Modifier and Type | Method and Description |
---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain instances of . |
void |
initialize(Scheduler 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(Scheduler 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.
SchedulerConfigException
JobRunShell createJobRunShell(TriggerFiredBundle bundle) throws SchedulerException
Called by the
to obtain instances of QuartzSchedulerThread
.
JobRunShell
SchedulerException
Copyright 2001-2019, Terracotta, Inc.