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 aSchedulerFactoryQuartzSchedulerinstance. -
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 ainstance.QuartzSchedulerThis is the main interface of a Quartz Scheduler.An interface to be used byJobStoreinstances 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.TriggerJobRunShell instances are responsible for providing the 'safe' environment forJobs to run in, and for performing all of the work of executing theJob, catching ANY thrown exceptions, updating theTriggerwith theJob's completion code, etc.Responsible for creating the instances ofto be used within theJobRunShellQuartzSchedulerinstance.The interface to be implemented by classes that want to provide aandJobstorage mechanism for theTrigger's use.QuartzSchedulerContains all of the resources (JobStore,ThreadPool, etc.) necessary to create ainstance.QuartzSchedulerThe thread responsible for performing the work of firings that are registered with theTrigger.QuartzSchedulerThis is the main interface of a Quartz Scheduler.An interface to be used byJobStoreinstances in order to communicate signals back to theQuartzScheduler.The interface to be implemented by classes that want to provide a thread pool for the's use.QuartzSchedulerA 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