|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.quartz.core.JobRunShell
org.quartz.ee.jta.JTAJobRunShell
An extension of
that
begins an XA transaction before executing the Job, and commits
(or rolls-back) the transaction after execution completes.JobRunShell
JobRunShell
Field Summary |
Fields inherited from class org.quartz.core.JobRunShell |
jec, jobRunShellFactory, qs, schdCtxt, scheduler, shutdownRequested |
Constructor Summary | |
JTAJobRunShell(JobRunShellFactory jobRunShellFactory,
Scheduler scheduler,
SchedulingContext schdCtxt,
UserTransactionHelper userTxHelper)
Create a JTAJobRunShell instance with the given settings. |
Method Summary | |
protected void |
begin()
|
protected void |
complete(boolean successfulExecution)
|
Methods inherited from class org.quartz.core.JobRunShell |
completeTriggerRetryLoop, initialize, passivate, requestShutdown, run |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JTAJobRunShell(JobRunShellFactory jobRunShellFactory, Scheduler scheduler, SchedulingContext schdCtxt, UserTransactionHelper userTxHelper)
Create a JTAJobRunShell instance with the given settings.
Method Detail |
protected void begin() throws SchedulerException
begin
in class JobRunShell
SchedulerException
protected void complete(boolean successfulExecution) throws SchedulerException
complete
in class JobRunShell
SchedulerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |