|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.quartz.impl Class StdJobRunShellFactory
java.lang.Object org.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
Scheduler
that should be made available within theJobRunShell
and theJobExecutionContext
s within it.- Specified by:
initialize
in interfaceJobRunShellFactory
createJobRunShell
public JobRunShell createJobRunShell(org.quartz.spi.TriggerFiredBundle bndle) throws SchedulerException
Called by the
QuartzSchedulerThread
to obtain instances ofJobRunShell
.- Specified by:
createJobRunShell
in interfaceJobRunShellFactory
- Throws:
SchedulerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2001-2011, Terracotta, Inc.