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.
|
Class and Description |
---|
JobRunShell
JobRunShell instances are responsible for providing the 'safe' environment
for
Job s to run in, and for performing all of the work of
executing the Job , catching ANY thrown exceptions, updating
the Trigger with the Job 's completion code,
etc. |
JobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler instance. |
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
interface, containing methods to schedule s,
register instances, etc. |
QuartzSchedulerResources
Contains all of the resources (
JobStore ,ThreadPool ,
etc.) necessary to create a instance. |
QuartzSchedulerThread
The thread responsible for performing the work of firing
s that are registered with the . |
RemotableQuartzScheduler |
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |
Class and Description |
---|
JobRunShell
JobRunShell instances are responsible for providing the 'safe' environment
for
Job s to run in, and for performing all of the work of
executing the Job , catching ANY thrown exceptions, updating
the Trigger with the Job 's completion code,
etc. |
JobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler instance. |
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |
Class and Description |
---|
JobRunShell
JobRunShell instances are responsible for providing the 'safe' environment
for
Job s to run in, and for performing all of the work of
executing the Job , catching ANY thrown exceptions, updating
the Trigger with the Job 's completion code,
etc. |
JobRunShellFactory
Responsible for creating the instances of
to be used within the QuartzScheduler instance. |
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
interface, containing methods to schedule s,
register instances, etc. |
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |
Class and Description |
---|
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |
Class and Description |
---|
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |
Class and Description |
---|
SchedulingContext
An object used to pass information about the 'client' to the
QuartzScheduler . |