|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
org.quartz.impl Class StdJobRunShellFactory
java.lang.Objectorg.quartz.impl.StdJobRunShellFactory
- All Implemented Interfaces:
- JobRunShellFactory
public class StdJobRunShellFactory
- extends Object
- implements JobRunShellFactory
Responsible for creating the instances of JobRunShell
to be used within the QuartzScheduler
instance.
- Author:
- James House
| Constructor Summary | |
|---|---|
StdJobRunShellFactory()
|
|
| Method Summary | |
|---|---|
JobRunShell |
createJobRunShell(org.quartz.spi.TriggerFiredBundle bndle)
Called by the QuartzSchedulerThread
to obtain instances of
JobRunShell. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
StdJobRunShellFactory
public StdJobRunShellFactory()
| Method Detail |
|---|
initialize
public void initialize(Scheduler scheduler)
Initialize the factory, providing a handle to the
Schedulerthat should be made available within theJobRunShelland theJobExecutionContexts within it.- Specified by:
initializein interfaceJobRunShellFactory
createJobRunShell
public JobRunShell createJobRunShell(org.quartz.spi.TriggerFiredBundle bndle) throws SchedulerException
Called by the
QuartzSchedulerThreadto obtain instances ofJobRunShell.- Specified by:
createJobRunShellin interfaceJobRunShellFactory
- Throws:
SchedulerException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2001-2011, Terracotta, Inc.
org.quartz.impl.StdJobRunShellFactory