| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
CalendarIntervalScheduleBuilder
CalendarIntervalScheduleBuilder is a ScheduleBuilder
that defines calendar time (day, week, month, year) interval-based
schedules for Triggers. |
| CalendarIntervalTrigger |
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| CronScheduleBuilder |
| CronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
| DailyTimeIntervalScheduleBuilder
A
ScheduleBuilder implementation that build schedule for DailyTimeIntervalTrigger. |
| DailyTimeIntervalTrigger |
DateBuilder
DateBuilder is used to conveniently create
java.util.Date instances that meet particular criteria. |
| DateBuilder.IntervalUnit |
| DateIntervalTrigger.IntervalUnit |
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
JobBuilder
JobBuilder is used to instantiate JobDetails. |
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| 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
JobDetail. |
| JobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
|
| ListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| Matcher
Matchers can be used in various
Scheduler API methods to
select the entities that should be operated upon. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| ScheduleBuilder |
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| SchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| SchedulerMetaData
Describes the settings and capabilities of a given
instance. |
SimpleScheduleBuilder
SimpleScheduleBuilder is a ScheduleBuilder
that defines strict/literal interval-based schedules for
Triggers. |
| SimpleTrigger
A
that is used to fire a Job
at a given moment in time, and optionally repeated at a specified interval. |
| TimeOfDay
Represents a time in hour, minute and second of any given day.
|
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| Trigger.TriggerState |
TriggerBuilder
TriggerBuilder is used to instantiate Triggers. |
| TriggerKey
Uniquely identifies a
Trigger. |
| TriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| 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
JobDetail. |
| JobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| JobPersistenceException
An exception that is thrown to indicate that there has been a failure in the
scheduler's underlying persistence mechanism.
|
| ListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| Matcher
Matchers can be used in various
Scheduler API methods to
select the entities that should be operated upon. |
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| SchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| Trigger.TriggerState |
| TriggerKey
Uniquely identifies a
Trigger. |
| TriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| CronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| SimpleTrigger
A
that is used to fire a Job
at a given moment in time, and optionally repeated at a specified interval. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Class and Description |
|---|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| SchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| Class and Description |
|---|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| Class and Description |
|---|
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| Class and Description |
|---|
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| Class and Description |
|---|
| InterruptableJob
The interface to be implemented by
that provide a
mechanism for having their execution interrupted. |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| JobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
JobBuilder
JobBuilder is used to instantiate JobDetails. |
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| JobKey
Uniquely identifies a
JobDetail. |
| ListenerManager
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| SchedulerFactory
Provides a mechanism for obtaining client-usable handles to
Scheduler
instances. |
| SchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| SchedulerMetaData
Describes the settings and capabilities of a given
instance. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.TriggerState |
| TriggerKey
Uniquely identifies a
Trigger. |
| UnableToInterruptJobException
An exception that is thrown to indicate that a call to
InterruptableJob.interrupt() failed without interrupting the Job.
|
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobKey
Uniquely identifies a
JobDetail. |
| 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.
|
| ScheduleBuilder |
| 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
. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| Trigger.TriggerState |
| TriggerKey
Uniquely identifies a
Trigger. |
| Class and Description |
|---|
| JobKey
Uniquely identifies a
JobDetail. |
| Matcher
Matchers can be used in various
Scheduler API methods to
select the entities that should be operated upon. |
| TriggerKey
Uniquely identifies a
Trigger. |
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| CalendarIntervalTrigger |
| CronExpression
Provides a parser and evaluator for unix-like cron expressions.
|
| CronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
| DailyTimeIntervalTrigger |
| DateBuilder.IntervalUnit |
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionContext |
| 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
JobDetail. |
| ScheduleBuilder |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| SimpleTrigger
A
that is used to fire a Job
at a given moment in time, and optionally repeated at a specified interval. |
| TimeOfDay
Represents a time in hour, minute and second of any given day.
|
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
TriggerBuilder
TriggerBuilder is used to instantiate Triggers. |
| TriggerKey
Uniquely identifies a
Trigger. |
| Class and Description |
|---|
| DisallowConcurrentExecution |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| PersistJobDataAfterExecution
An annotation that marks a
Job class as one that makes updates to its
JobDataMap during execution, and wishes the scheduler to re-store the
JobDataMap when execution completes. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionContext |
| 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 |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobDataMap
Holds state information for
Job instances. |
| JobExecutionContext |
| 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. |
| Class and Description |
|---|
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| 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
JobDetail. |
| JobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| SchedulerListener
The interface to be implemented by classes that want to be informed of major
events. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| TriggerKey
Uniquely identifies a
Trigger. |
| TriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| Class and Description |
|---|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| JobExecutionContext |
| 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. |
| JobListener
The interface to be implemented by classes that want to be informed when a
executes. |
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| TriggerListener
The interface to be implemented by classes that want to be informed when a
fires. |
| Class and Description |
|---|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobKey
Uniquely identifies a
JobDetail. |
| 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.
|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| Trigger.TriggerState |
| TriggerKey
Uniquely identifies a
Trigger. |
| Class and Description |
|---|
| Calendar
An interface to be implemented by objects that define spaces of time during
which an associated
may (not) fire. |
| Job
The interface to be implemented by classes which represent a 'job' to be
performed.
|
| JobDataMap
Holds state information for
Job instances. |
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobExecutionContext |
| 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
JobDetail. |
| 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.
|
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| 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
. |
| Trigger
The base interface with properties common to all
Triggers -
use TriggerBuilder to instantiate an actual Trigger. |
| Trigger.CompletedExecutionInstruction |
| Trigger.TriggerState |
| TriggerKey
Uniquely identifies a
Trigger. |
| Class and Description |
|---|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| Class and Description |
|---|
| JobDetail
Conveys the detail properties of a given
Job instance. |
| JobKey
Uniquely identifies a
JobDetail. |
| Scheduler
This is the main interface of a Quartz Scheduler.
|
| SchedulerException
Base class for exceptions thrown by the Quartz
. |
| TriggerKey
Uniquely identifies a
Trigger. |
Copyright © 2011. All Rights Reserved.