|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.quartz.ee.jta.JTAJobRunShellFactory
public class JTAJobRunShellFactory
Responsible for creating the instances of
to be used within the JTAJobRunShell
QuartzScheduler
instance.
This implementation does not re-use any objects, it simply makes a new
JTAJobRunShell each time borrowJobRunShell()
is called.
Constructor Summary | |
---|---|
JTAJobRunShellFactory()
|
Method Summary | |
---|---|
JobRunShell |
createJobRunShell(TriggerFiredBundle bundle)
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, and a handle to the
SchedulingContext that the shell will use in its own
operations with the JobStore . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JTAJobRunShellFactory()
Method Detail |
---|
public void initialize(Scheduler sched) 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, and a handle to the
SchedulingContext
that the shell will use in its own
operations with the JobStore
.
initialize
in interface JobRunShellFactory
SchedulerConfigException
public JobRunShell createJobRunShell(TriggerFiredBundle bundle) throws SchedulerException
Called by the QuartzSchedulerThread
to obtain instances of
.
JobRunShell
createJobRunShell
in interface JobRunShellFactory
SchedulerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |