public class StdJobRunShellFactory extends Object implements JobRunShellFactory
Responsible for creating the instances of
to be used within the JobRunShell
QuartzScheduler
instance.
Constructor and Description |
---|
StdJobRunShellFactory() |
Modifier and Type | Method and Description |
---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bndle)
Called by the
QuartzSchedulerThread
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 JobRunShellFactory
public JobRunShell createJobRunShell(TriggerFiredBundle bndle) throws SchedulerException
Called by the QuartzSchedulerThread
to obtain instances of
.
JobRunShell
createJobRunShell
in interface JobRunShellFactory
SchedulerException
Copyright 2001-2019, Terracotta, Inc.