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.createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain 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.createJobRunShell(TriggerFiredBundle bundle)
Called by the
QuartzSchedulerThread
to obtain instances of
. |
JobRunShell |
JTAAnnotationAwareJobRunShellFactory.createJobRunShell(TriggerFiredBundle bundle)
Called by the
QuartzSchedulerThread
to obtain instances of
. |
Modifier and Type | Method and Description |
---|---|
JobRunShell |
StdJobRunShellFactory.createJobRunShell(TriggerFiredBundle bndle)
Called by the
QuartzSchedulerThread
to obtain instances of
. |
Copyright 2001-2019, Terracotta, Inc.