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.
|
org.quartz.impl.jdbcjobstore | |
org.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
org.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
Modifier and Type | Field and Description |
---|---|
protected TriggerFiredBundle |
JobRunShell.firedTriggerBundle |
Modifier and Type | Method and Description |
---|---|
JobRunShell |
JobRunShellFactory.createJobRunShell(TriggerFiredBundle bundle)
Called by the
to obtain instances of . |
Constructor and Description |
---|
JobRunShell(Scheduler scheduler,
TriggerFiredBundle bndle)
Create a JobRunShell instance with the given settings.
|
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
. |
Constructor and Description |
---|
JTAJobRunShell(Scheduler scheduler,
TriggerFiredBundle bndle)
Create a JTAJobRunShell instance with the given settings.
|
JTAJobRunShell(Scheduler scheduler,
TriggerFiredBundle bndle,
int timeout)
Create a JTAJobRunShell instance with the given settings.
|
Modifier and Type | Method and Description |
---|---|
JobRunShell |
StdJobRunShellFactory.createJobRunShell(TriggerFiredBundle bndle)
Called by the
QuartzSchedulerThread
to obtain instances of
. |
Constructor and Description |
---|
JobExecutionContextImpl(Scheduler scheduler,
TriggerFiredBundle firedBundle,
Job job)
Create a JobExcecutionContext with the given context data.
|
Modifier and Type | Method and Description |
---|---|
protected TriggerFiredBundle |
JobStoreSupport.triggerFired(Connection conn,
OperableTrigger trigger) |
Modifier and Type | Method and Description |
---|---|
Job |
SimpleJobFactory.newJob(TriggerFiredBundle bundle,
Scheduler Scheduler) |
Job |
PropertySettingJobFactory.newJob(TriggerFiredBundle bundle,
Scheduler scheduler) |
Modifier and Type | Method and Description |
---|---|
TriggerFiredBundle |
TriggerFiredResult.getTriggerFiredBundle() |
Modifier and Type | Method and Description |
---|---|
Job |
JobFactory.newJob(TriggerFiredBundle bundle,
Scheduler scheduler)
Called by the scheduler at the time of the trigger firing, in order to
produce a
Job instance on which to call execute. |
Constructor and Description |
---|
TriggerFiredResult(TriggerFiredBundle triggerFiredBundle) |
Copyright 2001-2019, Terracotta, Inc.