Uses of Package
org.quartz.core
Packages that use org.quartz.core
Package
Description
-
Classes in org.quartz.core used by org.knowm.sundialClassDescriptionThis is the main interface of a Quartz Scheduler.An implementation of
that does all of its work of creating aSchedulerFactory
QuartzScheduler
instance. -
Classes in org.quartz.core used by org.knowm.sundial.plugins
-
Classes in org.quartz.core used by org.quartzClassDescriptionContains all of the resources (
JobStore
,ThreadPool
, etc.) necessary to create a
instance.QuartzScheduler
This is the main interface of a Quartz Scheduler.An interface to be used byJobStore
instances in order to communicate signals back to theQuartzScheduler
. -
Classes in org.quartz.core used by org.quartz.coreClassDescriptionAn interface to be implemented by objects that define spaces of time during which an associated
may (not) fire.Trigger
JobRunShell instances are responsible for providing the 'safe' environment forJob
s to run in, and for performing all of the work of executing theJob
, catching ANY thrown exceptions, updating theTrigger
with theJob
's completion code, etc.Responsible for creating the instances of
to be used within theJobRunShell
QuartzScheduler
instance.The interface to be implemented by classes that want to provide aJob
storage mechanism for theTrigger
's use.QuartzScheduler
Contains all of the resources (JobStore
,ThreadPool
, etc.) necessary to create a
instance.QuartzScheduler
The thread responsible for performing the work of firing
s that are registered with theTrigger
.QuartzScheduler
This is the main interface of a Quartz Scheduler.An interface to be used byJobStore
instances in order to communicate signals back to theQuartzScheduler
.The interface to be implemented by classes that want to provide a thread pool for theQuartzScheduler
A simple class (structure) used for returning execution-time data from the JobStore to theQuartzSchedulerThread
. -
Classes in org.quartz.core used by org.quartz.jobsClassDescriptionThis is the main interface of a Quartz Scheduler.A simple class (structure) used for returning execution-time data from the JobStore to the
QuartzSchedulerThread
. -
Classes in org.quartz.core used by org.quartz.listenersClassDescription
-
Classes in org.quartz.core used by org.quartz.plugins
-
Classes in org.quartz.core used by org.quartz.plugins.management
-
Classes in org.quartz.core used by org.quartz.plugins.xml
-
Classes in org.quartz.core used by org.quartz.triggersClassDescriptionAn interface to be implemented by objects that define spaces of time during which an associated
may (not) fire.Trigger