Package | Description |
---|---|
org.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
org.quartz.ee.jta | |
org.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
Modifier and Type | Method and Description |
---|---|
JobRunShell |
JobRunShellFactory.borrowJobRunShell()
Called by the
to obtain instances of . |
Modifier and Type | Method and Description |
---|---|
void |
JobRunShellFactory.returnJobRunShell(JobRunShell jobRunShell)
Called by the
to return instances of . |
Modifier and Type | Class and Description |
---|---|
class |
JTAJobRunShell
An extension of
that
begins an XA transaction before executing the Job, and commits (or
rolls-back) the transaction after execution completes. |
Modifier and Type | Method and Description |
---|---|
JobRunShell |
JTAJobRunShellFactory.borrowJobRunShell()
Called by the
QuartzSchedulerThread
to obtain instances of
. |
Modifier and Type | Method and Description |
---|---|
void |
JTAJobRunShellFactory.returnJobRunShell(JobRunShell jobRunShell)
Called by the
QuartzSchedulerThread
to return instances of
. |
Modifier and Type | Method and Description |
---|---|
JobRunShell |
StdJobRunShellFactory.borrowJobRunShell()
Called by the
QuartzSchedulerThread
to obtain instances of
. |
Modifier and Type | Method and Description |
---|---|
void |
StdJobRunShellFactory.returnJobRunShell(JobRunShell jobRunShell)
Called by the
QuartzSchedulerThread
to return instances of
. |