| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.core |
Contains the core classes and interfaces for the Quartz job scheduler.
|
| com.helger.quartz.impl |
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and
other interfaces required by the org.quartz.core.QuartzScheduler.
|
| com.helger.quartz.impl.calendar | |
| com.helger.quartz.impl.matchers | |
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| com.helger.quartz.listeners | |
| com.helger.quartz.plugins.history | |
| com.helger.quartz.plugins.management | |
| com.helger.quartz.simpl |
Contains simple / light-weight implementations (with no dependencies on
external libraries) of interfaces required by the
org.quartz.core.QuartzScheduler.
|
| com.helger.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 |
|---|
CalendarIntervalScheduleBuilder
CalendarIntervalScheduleBuilder is a IScheduleBuilder
that defines calendar time (day, week, month, year) interval-based schedules
for Triggers. |
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| CronScheduleBuilder |
| DailyTimeIntervalScheduleBuilder
A
IScheduleBuilder implementation that build schedule for
DailyTimeIntervalTrigger. |
DateBuilder
DateBuilder is used to conveniently create
java.util.Date instances that meet particular criteria. |
| EIntervalUnit |
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| ICalendarIntervalTrigger
A concrete
that is used to fire a
based upon repeating
calendar time intervals. |
| ICronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
| IDailyTimeIntervalTrigger
A
that is used to fire a
based upon daily repeating
time intervals. |
| IJob
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IJobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| IListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| IMatcher
Matchers can be used in various
IScheduler API methods to select the
entities that should be operated upon. |
| IScheduleBuilder |
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ISchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| ISimpleTrigger
A
that is used to fire a Job at a
given moment in time, and optionally repeated at a specified interval. |
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITrigger.EMisfireInstruction |
| ITrigger.ETriggerState |
| ITriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
JobBuilder
JobBuilder is used to instantiate IJobDetails. |
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| JobKey
Uniquely identifies a
IJobDetail. |
| JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
|
| SchedulerContext
Holds context/environment data that can be made available to Jobs as they are
executed.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| SchedulerMetaData
Describes the settings and capabilities of a given
instance. |
SimpleScheduleBuilder
SimpleScheduleBuilder is a IScheduleBuilder that defines
strict/literal interval-based schedules for Triggers. |
TriggerBuilder
TriggerBuilder is used to instantiate ITriggers. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IJobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| IListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| IMatcher
Matchers can be used in various
IScheduler API methods to select the
entities that should be operated upon. |
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ISchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITrigger.ETriggerState |
| ITriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| JobKey
Uniquely identifies a
IJobDetail. |
| SchedulerConfigException
An exception that is thrown to indicate that there is a misconfiguration of
the
SchedulerFactory- or one of the components it configures. |
| SchedulerContext
Holds context/environment data that can be made available to Jobs as they are
executed.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| IJob
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ISchedulerFactory
Provides a mechanism for obtaining client-usable handles to
Scheduler instances. |
| ISchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ETriggerState |
JobBuilder
JobBuilder is used to instantiate IJobDetails. |
| JobDataMap
Holds state information for
Job instances. |
| JobKey
Uniquely identifies a
IJobDetail. |
| SchedulerContext
Holds context/environment data that can be made available to Jobs as they are
executed.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| SchedulerMetaData
Describes the settings and capabilities of a given
instance. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| Class and Description |
|---|
| IMatcher
Matchers can be used in various
IScheduler API methods to select the
entities that should be operated upon. |
| JobKey
Uniquely identifies a
IJobDetail. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| Class and Description |
|---|
CalendarIntervalScheduleBuilder
CalendarIntervalScheduleBuilder is a IScheduleBuilder
that defines calendar time (day, week, month, year) interval-based schedules
for Triggers. |
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| EIntervalUnit |
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| ICalendarIntervalTrigger
A concrete
that is used to fire a
based upon repeating
calendar time intervals. |
| ICronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
| IDailyTimeIntervalTrigger
A
that is used to fire a
based upon daily repeating
time intervals. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IScheduleBuilder |
| ISimpleTrigger
A
that is used to fire a Job at a
given moment in time, and optionally repeated at a specified interval. |
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITrigger.EMisfireInstruction |
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| JobKey
Uniquely identifies a
IJobDetail. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
TriggerBuilder
TriggerBuilder is used to instantiate ITriggers. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| Class and Description |
|---|
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IJobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| ISchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| JobKey
Uniquely identifies a
IJobDetail. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| Class and Description |
|---|
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IJobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| IJob
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITrigger.ETriggerState |
| JobDataMap
Holds state information for
Job instances. |
| JobKey
Uniquely identifies a
IJobDetail. |
| JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
|
| ObjectAlreadyExistsException
An exception that is thrown to indicate that an attempt to store a new object
(i.e.
|
| SchedulerConfigException
An exception that is thrown to indicate that there is a misconfiguration of
the
SchedulerFactory- or one of the components it configures. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| TriggerKey
Uniquely identifies a
ITrigger. |
| Class and Description |
|---|
| ICalendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| IJob
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| IJobDetail
Conveys the detail properties of a given
Job instance. |
| IJobExecutionContext
A context bundle containing handles to various environment information, that
is given to a
instance as
it is executed, and to a instance after the
execution completes. |
| IScheduler
This is the main interface of a Quartz Scheduler.
|
| ITrigger
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger. |
| ITrigger.ECompletedExecutionInstruction |
| ITrigger.EMisfireInstruction |
| ITrigger.ETriggerState |
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionException
An exception that can be thrown by a
to indicate to the Quartz
that an error occurred while executing, and
whether or not the Job requests to be re-fired immediately
(using the same , or whether it
wants to be unscheduled. |
| JobKey
Uniquely identifies a
IJobDetail. |
| JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
|
| SchedulerConfigException
An exception that is thrown to indicate that there is a misconfiguration of
the
SchedulerFactory- or one of the components it configures. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| TriggerKey
Uniquely identifies a
ITrigger. |
Copyright © 2016–2021 Philip Helger. All rights reserved.