|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Package
org.quartz.core
Packages that use org.quartz.core | |
---|---|
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. |
Classes in org.quartz.core used by org.quartz.core | |
---|---|
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
JobRunShell
to be used within the QuartzScheduler instance. |
|
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
Scheduler
interface, containing methods to schedule
Job s,
register
JobListener instances, etc. |
|
QuartzSchedulerResources
Contains all of the resources ( JobStore ,ThreadPool ,
etc.) necessary to create a
QuartzScheduler instance. |
|
QuartzSchedulerThread
The thread responsible for performing the work of firing
Trigger
s that are registered with the
QuartzScheduler . |
|
RemotableQuartzScheduler
|
|
SampledStatistics
|
Classes in org.quartz.core used by org.quartz.ee.jta | |
---|---|
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
JobRunShell
to be used within the QuartzScheduler instance. |
Classes in org.quartz.core used by org.quartz.impl | |
---|---|
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
JobRunShell
to be used within the QuartzScheduler instance. |
|
QuartzScheduler
This is the heart of Quartz, an indirect implementation of the
Scheduler
interface, containing methods to schedule
Job s,
register
JobListener instances, etc. |
|
QuartzSchedulerResources
Contains all of the resources ( JobStore ,ThreadPool ,
etc.) necessary to create a
QuartzScheduler instance. |
|
RemotableQuartzScheduler
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2001-2011, Terracotta, Inc.