- Calendar - Interface in org.quartz.core
-
An interface to be implemented by objects that define spaces of time during which an associated
Trigger may (not) fire.
- CascadingClassLoadHelper - Class in org.quartz.classloading
-
A ClassLoadHelper uses all of the ClassLoadHelper types that are found in this package in its attempts to load a class,
when one scheme is found to work, it is promoted to the scheme that will be used first the next time a class is loaded (in order to improve
performance).
- CascadingClassLoadHelper() - Constructor for class org.quartz.classloading.CascadingClassLoadHelper
-
- checkNext(int, String, int, int) - Method in class org.quartz.triggers.CronExpression
-
- checkTerminated() - Method in class org.knowm.sundial.JobContainer
-
Check if the terminate flag is true, and throw a JobInterruptException if it is.
- ClassLoadHelper - Interface in org.quartz.classloading
-
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...
- cleanup() - Method in class org.knowm.sundial.Job
-
Override and place any code in here that should be called no matter what after the Job runs or throws an exception.
- cleanup() - Method in class org.knowm.sundial.JobAction
-
Override and place any code in here that should be called no matter what after the Job runs or throws an exception.
- clone() - Method in interface org.quartz.core.Calendar
-
- clone() - Method in interface org.quartz.jobs.JobDetail
-
- clone() - Method in class org.quartz.jobs.JobDetailImpl
-
- clone() - Method in class org.quartz.triggers.AbstractTrigger
-
- clone() - Method in class org.quartz.triggers.CronTriggerImpl
-
- clone() - Method in interface org.quartz.triggers.MutableTrigger
-
- compare(Trigger, Trigger) - Method in class org.quartz.triggers.Trigger.TriggerTimeComparator
-
- compareTo(Trigger) - Method in class org.quartz.triggers.AbstractTrigger
-
Compare the next fire time of this Trigger to that of another by comparing their keys, or in other words, sorts them according to
the natural (i.e.
- computeFirstFireTime(Calendar) - Method in class org.quartz.triggers.CronTriggerImpl
-
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its
first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) - Method in interface org.quartz.triggers.OperableTrigger
-
This method should not be used by the Quartz client.
- computeFirstFireTime(Calendar) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its
first fire time, based on any associated calendar.
- contextDestroyed(ServletContextEvent) - Method in class org.knowm.sundial.ee.SundialInitializerListener
-
- contextInitialized(ServletContextEvent) - Method in class org.knowm.sundial.ee.SundialInitializerListener
-
- createJobRunShell(TriggerFiredBundle) - Method in interface org.quartz.core.JobRunShellFactory
-
- createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.core.StandardJobRunShellFactory
-
- createScheduler(int, String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Creates the Sundial Scheduler
- createScheduler(SchedulerFactory) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Creates the Sundial Scheduler
- CronExpression - Class in org.quartz.triggers
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String) - Constructor for class org.quartz.triggers.CronExpression
-
Constructs a new CronExpression based on the specified parameter.
- CronExpression(CronExpression) - Constructor for class org.quartz.triggers.CronExpression
-
Constructs a new CronExpression as a copy of an existing instance.
- CronTrigger - Annotation Type in org.knowm.sundial.annotations
-
- CronTrigger - Interface in org.quartz.triggers
-
The public interface for inspecting settings specific to a CronTrigger, .
- CronTriggerBuilder - Class in org.quartz.builders
-
CronScheduleBuilder is a
ScheduleBuilder that defines
CronExpression-based schedules for
Triggers.
- cronTriggerBuilder(String) - Static method in class org.quartz.builders.CronTriggerBuilder
-
Create a CronScheduleBuilder with the given cron-expression.
- CronTriggerImpl - Class in org.quartz.triggers
-
A concrete
Trigger that is used to fire a
JobDetail at given moments in time, defined
with Unix 'cron-like' definitions.
- CronTriggerImpl() - Constructor for class org.quartz.triggers.CronTriggerImpl
-
Create a CronTrigger with no settings.
- get(String) - Method in class org.knowm.sundial.JobContext
-
Get a value from a key out of the JobContext
- getAllJobNames() - Static method in class org.knowm.sundial.SundialJobScheduler
-
Generates an alphabetically sorted List of all Job names in the DEFAULT job group
- getAllJobsAndTriggers() - Static method in class org.knowm.sundial.SundialJobScheduler
-
Generates a Map of all Job names with corresponding Triggers
- getBatchTimeWindow() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getBoolean(XPath, String, Node) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessor
-
- getCalendar() - Method in interface org.quartz.core.JobExecutionContext
-
Get a handle to the Calendar referenced by the Trigger instance that fired the Job.
- getCalendar() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getCalendar() - Method in class org.quartz.core.TriggerFiredBundle
-
- getCalendarName() - Method in class org.quartz.triggers.AbstractTrigger
-
- getCalendarName() - Method in interface org.quartz.triggers.Trigger
-
Get the name of the
Calendar associated with this Trigger.
- getCascadingClassLoadHelper() - Method in interface org.quartz.core.Scheduler
-
- getCascadingClassLoadHelper() - Method in class org.quartz.QuartzScheduler
-
- getClassLoader() - Method in class org.quartz.classloading.CascadingClassLoadHelper
-
Enable sharing of the "best" class-loader with 3rd party.
- getClassLoader() - Method in interface org.quartz.classloading.ClassLoadHelper
-
Enable sharing of the class-loader with 3rd party (e.g.
- getCronExpression() - Method in class org.quartz.triggers.CronExpression
-
- getCronExpression() - Method in interface org.quartz.triggers.CronTrigger
-
- getCronExpression() - Method in class org.quartz.triggers.CronTriggerImpl
-
- getCronExpressionName() - Method in class org.knowm.sundial.JobContext
-
Convenience method to get the Cron Expression
- getCurrentlyExecutingJobs() - Method in interface org.quartz.core.Scheduler
-
Return a list of JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance.
- getCurrentlyExecutingJobs() - Method in class org.quartz.QuartzScheduler
-
Return a list of JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance.
- getDayOfWeekNumber(String) - Method in class org.quartz.triggers.CronExpression
-
- getDescription() - Method in interface org.quartz.jobs.JobDetail
-
Return the description given to the Job instance by its creator (if any).
- getDescription() - Method in class org.quartz.jobs.JobDetailImpl
-
- getDescription() - Method in class org.quartz.triggers.AbstractTrigger
-
- getDescription() - Method in interface org.quartz.triggers.Trigger
-
Return the description given to the Trigger instance by its creator (if any).
- getEndTime() - Method in class org.quartz.triggers.CronTriggerImpl
-
Get the time at which the CronTrigger should quit repeating - even if repeastCount isn't yet satisfied.
- getEndTime() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Get the time at which the SimpleTrigger should quit repeating - even if repeastCount isn't yet satisfied.
- getEndTime() - Method in interface org.quartz.triggers.Trigger
-
Get the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- getException() - Method in class org.quartz.core.TriggerFiredResult
-
- getExpressionSetSummary(Set<Integer>) - Method in class org.quartz.triggers.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.quartz.triggers.CronExpression
-
- getExpressionSummary() - Method in class org.quartz.triggers.CronExpression
-
- getExpressionSummary() - Method in interface org.quartz.triggers.CronTrigger
-
- getExpressionSummary() - Method in class org.quartz.triggers.CronTriggerImpl
-
- getFileNames() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Comma separated list of file names (with paths) to the XML files that should be read.
- getFinalFireTime() - Method in class org.quartz.triggers.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
- getFinalFireTime() - Method in class org.quartz.triggers.CronTriggerImpl
-
NOT YET IMPLEMENTED: Returns the final time at which the CronTrigger will fire.
- getFinalFireTime() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Returns the final time at which the SimpleTrigger will fire, if repeatCount is REPEAT_INDEFINITELY, null will be returned.
- getFinalFireTime() - Method in interface org.quartz.triggers.Trigger
-
Returns the last time at which the Trigger will fire, if the Trigger will repeat indefinitely, null will be returned.
- getFireInstanceId() - Method in class org.quartz.triggers.AbstractTrigger
-
- getFireInstanceId() - Method in interface org.quartz.triggers.OperableTrigger
-
This method should not be used by the Quartz client.
- getFireTime() - Method in interface org.quartz.core.JobExecutionContext
-
The actual time the trigger fired.
- getFireTime() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getFireTime() - Method in class org.quartz.core.TriggerFiredBundle
-
- getFireTimeAfter(Date) - Method in class org.quartz.triggers.CronTriggerImpl
-
Returns the next time at which the CronTrigger will fire, after the given time.
- getFireTimeAfter(Date) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Returns the next time at which the SimpleTrigger will fire, after the given time.
- getFireTimeAfter(Date) - Method in interface org.quartz.triggers.Trigger
-
Returns the next time at which the Trigger will fire, after the given time.
- getGlobalLock() - Static method in class org.knowm.sundial.SundialJobScheduler
-
- getInternalJobListeners() - Method in class org.quartz.QuartzScheduler
-
Get a List containing all of the
JobListeners in the
Scheduler's
internal list.
- getInternalSchedulerListeners() - Method in class org.quartz.QuartzScheduler
-
Get a List containing all of the
internal SchedulerListeners registered with the
Scheduler.
- getInternalTriggerListeners() - Method in class org.quartz.QuartzScheduler
-
Get a list containing all of the
TriggerListeners in the
Scheduler's
internal list.
- getJobBuilder() - Method in interface org.quartz.jobs.JobDetail
-
Get a
JobBuilder that is configured to produce a
JobDetail identical to this one.
- getJobBuilder() - Method in class org.quartz.jobs.JobDetailImpl
-
- getJobClass() - Method in interface org.quartz.jobs.JobDetail
-
Get the instance of Job that will be executed.
- getJobClass() - Method in class org.quartz.jobs.JobDetailImpl
-
- getJobClasses(String) - Method in class org.quartz.classloading.CascadingClassLoadHelper
-
Given a package name(s), search the classpath for all classes that extend sundial.job .
- getJobContext() - Method in class org.knowm.sundial.JobContainer
-
Get the JobContext object
- getJobDataMap() - Method in interface org.quartz.jobs.JobDetail
-
Get the JobDataMap that is associated with the Job.
- getJobDataMap() - Method in class org.quartz.jobs.JobDetailImpl
-
- getJobDataMap() - Method in class org.quartz.triggers.AbstractTrigger
-
- getJobDataMap() - Method in interface org.quartz.triggers.Trigger
-
Get the JobDataMap that is associated with the Trigger.
- getJobDetail() - Method in interface org.quartz.core.JobExecutionContext
-
Get the JobDetail associated with the Job.
- getJobDetail() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getJobDetail(String) - Method in interface org.quartz.core.Scheduler
-
Get the
JobDetail for the
Job instance with the given key.
- getJobDetail() - Method in class org.quartz.core.TriggerFiredBundle
-
- getJobDetail(String) - Method in class org.quartz.QuartzScheduler
-
Get the
JobDetail for the
Job instance with the given name and group.
- getJobFactory() - Method in class org.quartz.QuartzScheduler
-
- getJobInstance() - Method in interface org.quartz.core.JobExecutionContext
-
Get the instance of the Job that was created for this execution.
- getJobInstance() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getJobKeys() - Method in interface org.quartz.core.JobStore
-
Get the keys of all of the
Job s
- getJobKeys() - Method in class org.quartz.core.RAMJobStore
-
Get the names of all of the
Job s
- getJobKeys() - Method in interface org.quartz.core.Scheduler
-
Get the keys of all the
JobDetails in the matching groups.
- getJobKeys() - Method in class org.quartz.QuartzScheduler
-
Get the names of all the
Jobs in the matching groups.
- getJobListeners() - Method in interface org.quartz.listeners.ListenerManager
-
Get a List containing all of the
JobListeners in the
Scheduler.
- getJobListeners() - Method in class org.quartz.listeners.ListenerManagerImpl
-
- getJobName() - Method in class org.knowm.sundial.JobContext
-
Convenience method to get the Job Name
- getJobName() - Method in class org.quartz.triggers.AbstractTrigger
-
- getJobName() - Method in interface org.quartz.triggers.Trigger
-
- getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getJobRunTime() - Method in interface org.quartz.core.JobExecutionContext
-
The amount of time the job ran for (in milliseconds).
- getJobRunTime() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getJobStoreClass() - Method in class org.quartz.QuartzScheduler
-
- getLastDayOfMonth(int, int) - Method in class org.quartz.triggers.CronExpression
-
- getListenerManager() - Method in interface org.quartz.core.Scheduler
-
Get a reference to the scheduler's ListenerManager, through which listeners may be registered.
- getListenerManager() - Method in class org.quartz.QuartzScheduler
-
- getLog() - Method in class org.quartz.core.JobRunShell
-
- getLog() - Method in class org.quartz.core.SimpleThreadPool
-
- getLog() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
Get the Logger for this class's category.
- getMakeSchedulerThreadDaemon() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get whether to mark the Quartz scheduling thread as daemon.
- getMaxBatchSize() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getMergedJobDataMap() - Method in interface org.quartz.core.JobExecutionContext
-
Get the convenience JobDataMap of this execution context.
- getMergedJobDataMap() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getMisfireInstruction() - Method in class org.quartz.triggers.AbstractTrigger
-
- getMisfireInstruction() - Method in interface org.quartz.triggers.Trigger
-
Get the instruction the Scheduler should be given for handling misfire situations for this Trigger- the concrete
Trigger type that you are using will have defined a set of additional MISFIRE_INSTRUCTION_XXX constants that may be set
as this property's value.
- getMisfireThreshold() - Method in class org.quartz.core.RAMJobStore
-
- getMonthNumber(String) - Method in class org.quartz.triggers.CronExpression
-
- getName() - Method in interface org.quartz.jobs.JobDetail
-
- getName() - Method in class org.quartz.jobs.JobDetailImpl
-
Get the name of this Job.
- getName() - Method in interface org.quartz.listeners.JobListener
-
Get the name of the JobListener.
- getName() - Method in interface org.quartz.listeners.TriggerListener
-
Get the name of the TriggerListener.
- getName() - Method in class org.quartz.triggers.AbstractTrigger
-
- getName() - Method in interface org.quartz.triggers.Trigger
-
Get the name of this Trigger.
- getNextFireTime() - Method in interface org.quartz.core.JobExecutionContext
-
- getNextFireTime() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getNextFireTime() - Method in class org.quartz.core.TriggerFiredBundle
-
- getNextFireTime() - Method in class org.quartz.triggers.CronTriggerImpl
-
Returns the next time at which the Trigger is scheduled to fire.
- getNextFireTime() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Returns the next time at which the Trigger is scheduled to fire.
- getNextFireTime() - Method in interface org.quartz.triggers.Trigger
-
Returns the next time at which the Trigger is scheduled to fire.
- getNextInvalidTimeAfter(Date) - Method in class org.quartz.triggers.CronExpression
-
Returns the next date/time after the given date/time which does not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class org.quartz.triggers.CronExpression
-
Returns the next date/time after the given date/time which satisfies the cron expression.
- getNumericValue(String, int) - Method in class org.quartz.triggers.CronExpression
-
- getPoolSize() - Method in class org.quartz.core.SimpleThreadPool
-
- getPoolSize() - Method in interface org.quartz.core.ThreadPool
-
Get the current number of threads in the ThreadPool.
- getPrevFireTime() - Method in class org.quartz.core.TriggerFiredBundle
-
- getPreviousFireTime() - Method in interface org.quartz.core.JobExecutionContext
-
- getPreviousFireTime() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getPreviousFireTime() - Method in class org.quartz.triggers.CronTriggerImpl
-
Returns the previous time at which the CronTrigger fired.
- getPreviousFireTime() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Returns the previous time at which the SimpleTrigger fired.
- getPreviousFireTime() - Method in interface org.quartz.triggers.Trigger
-
Returns the previous time at which the Trigger fired.
- getPriority() - Method in class org.quartz.triggers.AbstractTrigger
-
- getPriority() - Method in interface org.quartz.triggers.Trigger
-
The priority of a Trigger acts as a tiebreaker such that if two Triggers have the same scheduled fire time, then the
one with the higher priority will get first access to a worker thread.
- getRefireCount() - Method in interface org.quartz.core.JobExecutionContext
-
- getRefireCount() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getRepeatCount() - Method in interface org.quartz.triggers.SimpleTrigger
-
Get the the number of times the SimpleTrigger should repeat, after which it will be automatically deleted.
- getRepeatCount() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
- getRepeatInterval() - Method in interface org.quartz.triggers.SimpleTrigger
-
Get the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
- getRepeatInterval() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
- getRequiredValue(String) - Method in class org.knowm.sundial.JobContext
-
Get a required value from a key out of the Job Context
- getResource(String) - Method in class org.quartz.classloading.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in interface org.quartz.classloading.ClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.classloading.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in interface org.quartz.classloading.ClassLoadHelper
-
Finds a resource with a given name.
- getResult() - Method in interface org.quartz.core.JobExecutionContext
-
Returns the result (if any) that the Job set before its execution completed (the type of object set as the result is entirely up to
the particular job).
- getResult() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getScanInterval() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
The interval (in seconds) at which to scan for changes to the file.
- getScheduledFireTime() - Method in interface org.quartz.core.JobExecutionContext
-
The scheduled time the trigger fired for.
- getScheduledFireTime() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getScheduledFireTime() - Method in class org.quartz.core.TriggerFiredBundle
-
- getScheduler() - Static method in class org.knowm.sundial.SundialJobScheduler
-
Gets the underlying Quartz scheduler
- getScheduler() - Method in interface org.quartz.core.JobExecutionContext
-
Get a handle to the Scheduler instance that fired the Job.
- getScheduler() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getScheduler(int, String) - Method in class org.quartz.core.SchedulerFactory
-
- getScheduler(int) - Method in class org.quartz.core.SchedulerFactory
-
- getScheduler() - Method in class org.quartz.core.SchedulerFactory
-
Returns a handle to the Scheduler produced by this factory.
- getSchedulerListeners() - Method in interface org.quartz.listeners.ListenerManager
-
- getSchedulerListeners() - Method in class org.quartz.listeners.ListenerManagerImpl
-
- getSchedulerPlugins() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getSchedulerSignaler() - Method in class org.quartz.QuartzScheduler
-
- getSchedulerThreadGroup() - Method in class org.quartz.QuartzScheduler
-
Returns the name of the thread group for Quartz's main threads.
- getServletContext() - Static method in class org.knowm.sundial.SundialJobScheduler
-
- getSignaledNextFireTime() - Method in class org.quartz.core.QuartzSchedulerThread
-
- getStartTime() - Method in class org.quartz.triggers.CronTriggerImpl
-
Get the time at which the CronTrigger should occur.
- getStartTime() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Get the time at which the SimpleTrigger should occur.
- getStartTime() - Method in interface org.quartz.triggers.Trigger
-
Get the time at which the Trigger should occur.
- getString(String) - Method in class org.quartz.jobs.JobDataMap
-
Retrieve the identified String value from the JobDataMap.
- getThreadCount() - Method in class org.quartz.core.SimpleThreadPool
-
Get the number of worker threads in the pool.
- getThreadName() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getThreadNamePrefix() - Method in class org.quartz.core.SimpleThreadPool
-
- getThreadPool() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getThreadPoolClass() - Method in class org.quartz.QuartzScheduler
-
- getThreadPoolSize() - Method in class org.quartz.QuartzScheduler
-
- getThreadPriority() - Method in class org.quartz.core.SimpleThreadPool
-
Get the thread priority of worker threads in the pool.
- getTimeAfter(Date) - Method in class org.quartz.triggers.CronExpression
-
- getTimeBefore(Date) - Method in class org.quartz.triggers.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
- getTimesTriggered() - Method in interface org.quartz.triggers.SimpleTrigger
-
Get the number of times the SimpleTrigger has already fired.
- getTimesTriggered() - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Get the number of times the SimpleTrigger has already fired.
- getTimeZone() - Method in class org.quartz.triggers.CronExpression
-
Returns the time zone for which this CronExpression will be resolved.
- getTimeZone() - Method in interface org.quartz.triggers.CronTrigger
-
Returns the time zone for which the cronExpression of this CronTrigger will be resolved.
- getTimeZone() - Method in class org.quartz.triggers.CronTriggerImpl
-
- getTrigger() - Method in interface org.quartz.core.JobExecutionContext
-
Get a handle to the Trigger instance that fired the Job.
- getTrigger() - Method in class org.quartz.core.JobExecutionContextImpl
-
- getTrigger(String) - Method in interface org.quartz.core.Scheduler
-
Get the
Trigger instance with the given key.
- getTrigger() - Method in class org.quartz.core.TriggerFiredBundle
-
- getTrigger(String) - Method in class org.quartz.QuartzScheduler
-
Get the
Trigger instance with the given name and group.
- getTriggerFiredBundle() - Method in class org.quartz.core.TriggerFiredResult
-
- getTriggerListeners() - Method in interface org.quartz.listeners.ListenerManager
-
- getTriggerListeners() - Method in class org.quartz.listeners.ListenerManagerImpl
-
- getTriggerName() - Method in class org.knowm.sundial.JobContext
-
Convenience method to get the Trigger Name
- getTriggersForJob(String) - Method in interface org.quartz.core.JobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(String) - Method in class org.quartz.core.RAMJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersOfJob(String) - Method in interface org.quartz.core.Scheduler
-
- getTriggersOfJob(String) - Method in class org.quartz.QuartzScheduler
-
- getUnderlyingException() - Method in exception org.quartz.exceptions.SchedulerException
-
Return the exception that is the underlying cause of this exception.
- getValue(int, String, int) - Method in class org.quartz.triggers.CronExpression
-
- incrementRefireCount() - Method in class org.quartz.core.JobExecutionContextImpl
-
- initContextContainer(JobExecutionContext) - Method in class org.knowm.sundial.JobContainer
-
Initialize the ThreadLocal with a JobExecutionContext object
- initialize(String, Scheduler) - Method in class org.knowm.sundial.plugins.AnnotationJobTriggerPlugin
-
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
- initialize() - Method in class org.quartz.classloading.CascadingClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself, including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize() - Method in interface org.quartz.classloading.ClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself, including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize(Scheduler) - Method in interface org.quartz.core.JobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and
the JobExecutionContext s within it.
- initialize(SchedulerSignaler) - Method in interface org.quartz.core.JobStore
-
Called by the QuartzScheduler before the JobStore is used, in order to give the it a chance to initialize.
- initialize(SchedulerSignaler) - Method in class org.quartz.core.RAMJobStore
-
Called by the QuartzScheduler before the JobStore is used, in order to give the it a chance to initialize.
- initialize() - Method in class org.quartz.core.SimpleThreadPool
-
- initialize(Scheduler) - Method in class org.quartz.core.StandardJobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and
the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own
operations with the JobStore.
- initialize() - Method in interface org.quartz.core.ThreadPool
-
Must be called before the ThreadPool is used, in order to give the it a chance to initialize.
- initialize(String, Scheduler) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
- initialize(String, Scheduler) - Method in interface org.quartz.plugins.SchedulerPlugin
-
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
- initialize(String, Scheduler) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
- initialize() - Method in class org.quartz.QuartzScheduler
-
- instantiate() - Method in class org.quartz.builders.CronTriggerBuilder
-
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is
given to.
- instantiate() - Method in class org.quartz.builders.SimpleTriggerBuilder
-
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is
given to.
- instantiate() - Method in class org.quartz.builders.TriggerBuilder
-
- interrupt() - Method in class org.knowm.sundial.Job
-
- interrupt() - Method in interface org.quartz.jobs.InterruptableJob
-
Called by the
Scheduler when a user interrupts the
Job.
- InterruptableJob - Interface in org.quartz.jobs
-
The interface to be implemented by
Jobs that provide a mechanism for having their execution interrupted.
- inTimeZone(TimeZone) - Method in class org.quartz.builders.CronTriggerBuilder
-
The TimeZone in which to base the schedule.
- isCleanShutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Determine whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
- isConcurrencyAllowed(boolean) - Method in class org.quartz.builders.JobBuilder
-
The default behavior is to veto any job is currently running concurrent.
- isConcurrencyAllowed() - Method in interface org.quartz.jobs.JobDetail
-
The default behavior is to veto any job is currently running concurrent.
- isConcurrencyAllowed() - Method in class org.quartz.jobs.JobDetailImpl
-
- isFailOnFileNotFound() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
- isInStandbyMode() - Method in interface org.quartz.core.Scheduler
-
Reports whether the Scheduler is in stand-by mode.
- isInStandbyMode() - Method in class org.quartz.QuartzScheduler
-
Reports whether the Scheduler is paused.
- isInterruptJobsOnShutdown() - Method in class org.quartz.core.QuartzSchedulerResources
-
- isInterruptJobsOnShutdownWithWait() - Method in class org.quartz.core.QuartzSchedulerResources
-
- isJobRunning(String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
- isLeapYear(int) - Method in class org.quartz.triggers.CronExpression
-
- isMakeThreadsDaemons() - Method in class org.quartz.core.SimpleThreadPool
-
- isPaused() - Method in class org.quartz.core.QuartzSchedulerThread
-
- isRecovering() - Method in interface org.quartz.core.JobExecutionContext
-
If the Job is being re-executed because of a 'recovery' situation, this method will return true.
- isRecovering() - Method in class org.quartz.core.JobExecutionContextImpl
-
- isRecovering() - Method in class org.quartz.core.TriggerFiredBundle
-
- isSatisfiedBy(Date) - Method in class org.quartz.triggers.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isScheduleChanged() - Method in class org.quartz.core.QuartzSchedulerThread
-
- isShutdown() - Method in interface org.quartz.core.Scheduler
-
Reports whether the Scheduler has been shutdown.
- isShutdown() - Method in class org.quartz.QuartzScheduler
-
Reports whether the Scheduler has been shutdown.
- isShuttingDown() - Method in class org.quartz.QuartzScheduler
-
- isSignalOnSchedulingChange() - Method in class org.quartz.QuartzScheduler
-
- isStarted() - Method in interface org.quartz.core.Scheduler
-
Whether the scheduler has been started.
- isStarted() - Method in class org.quartz.QuartzScheduler
-
- isThreadsInheritContextClassLoaderOfInitializingThread() - Method in class org.quartz.core.SimpleThreadPool
-
- isThreadsInheritGroupOfInitializingThread() - Method in class org.quartz.core.SimpleThreadPool
-
- isThreadsInheritInitializersClassLoadContext() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get whether to set the class load context of spawned threads to that of the initializing thread.
- isTimeIncluded(long) - Method in interface org.quartz.core.Calendar
-
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
- isValidExpression(String) - Static method in class org.quartz.triggers.CronExpression
-
Indicates whether the specified cron expression can be parsed into a valid cron expression
- Job - Class in org.knowm.sundial
-
- Job() - Constructor for class org.knowm.sundial.Job
-
Required no-arg constructor
- Job - Interface in org.quartz.jobs
-
The interface to be implemented by classes which represent a 'job' to be performed.
- JobAction - Class in org.knowm.sundial
-
A JobAction encapsulates business logic that can be reused in more than one place.
- JobAction() - Constructor for class org.knowm.sundial.JobAction
-
- jobAdded(JobDetail) - Method in interface org.quartz.listeners.SchedulerListener
-
- jobAdded(JobDetail) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- JobBuilder - Class in org.quartz.builders
-
JobBuilder is used to instantiate
JobDetails.
- JobContainer - Class in org.knowm.sundial
-
The highest class of the Job hierarchy which contains the ThreadLocal instance, the JobContext, and handles terminating of Jobs.
- JobContainer() - Constructor for class org.knowm.sundial.JobContainer
-
- JobContext - Class in org.knowm.sundial
-
The JobContext is a Map that contains key value pairs from the Quartz Job's JobDataMap object and any key/value pairs the user wishes to add.
- JobContext() - Constructor for class org.knowm.sundial.JobContext
-
- JobDataMap - Class in org.quartz.jobs
-
Holds state information for Job instances.
- JobDataMap() - Constructor for class org.quartz.jobs.JobDataMap
-
Create an empty JobDataMap.
- JobDataMap(JobDataMap) - Constructor for class org.quartz.jobs.JobDataMap
-
Constructor - creates a shallow copy of the passed in JobDataMap
- jobDeleted(String) - Method in interface org.quartz.listeners.SchedulerListener
-
- jobDeleted(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- JobDetail - Interface in org.quartz.jobs
-
Conveys the detail properties of a given Job instance.
- JobDetailImpl - Class in org.quartz.jobs
-
Conveys the detail properties of a given Job instance.
- JobDetailImpl() - Constructor for class org.quartz.jobs.JobDetailImpl
-
Create a JobDetail with no specified name or group, and the default settings of all the other properties.
- JobExecutionContext - Interface in org.quartz.core
-
A context bundle containing handles to various environment information, that is given to a
JobDetail instance
as it is executed, and to a
Trigger instance after the execution completes.
- JobExecutionContextImpl - Class in org.quartz.core
-
- JobExecutionContextImpl(Scheduler, TriggerFiredBundle, Job) - Constructor for class org.quartz.core.JobExecutionContextImpl
-
Create a JobExcecutionContext with the given context data.
- JobExecutionException - Exception in org.quartz.exceptions
-
An exception that can be thrown by a
Job to indicate to the Quartz
Scheduler that an
error occurred while executing, and whether or not the
Job requests to be re-fired immediately (using the same
JobExecutionContext, or whether it wants to be unscheduled.
- JobExecutionException() - Constructor for exception org.quartz.exceptions.JobExecutionException
-
Create a JobExcecutionException, with the 're-fire immediately' flag set to false.
- JobExecutionException(Throwable, boolean) - Constructor for exception org.quartz.exceptions.JobExecutionException
-
Create a JobExcecutionException with the given underlying exception, and the 're-fire immediately' flag set to the given value.
- jobExecutionVetoed(JobExecutionContext) - Method in interface org.quartz.listeners.JobListener
-
- JobFactory - Interface in org.quartz.jobs
-
A JobFactory is responsible for producing instances of Job classes.
- JobInterruptException - Exception in org.knowm.sundial.exceptions
-
This Exception is only used by the Job class to abort a running Job.
- JobInterruptException() - Constructor for exception org.knowm.sundial.exceptions.JobInterruptException
-
Constructor
- JobListener - Interface in org.quartz.listeners
-
The interface to be implemented by classes that want to be informed when a
JobDetail executes.
- JobPersistenceException - Exception in org.quartz.exceptions
-
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
- JobPersistenceException(String) - Constructor for exception org.quartz.exceptions.JobPersistenceException
-
Create a JobPersistenceException with the given message.
- JobRunShell - Class in org.quartz.core
-
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 - Interface in org.quartz.core
-
- jobScheduled(Trigger) - Method in interface org.quartz.listeners.SchedulerListener
-
- jobScheduled(Trigger) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- JobStore - Interface in org.quartz.core
-
The interface to be implemented by classes that want to provide a
Job and
Trigger storage mechanism for the
QuartzScheduler's use.
- jobToBeExecuted(JobExecutionContext) - Method in interface org.quartz.listeners.JobListener
-
- jobUnscheduled(String) - Method in interface org.quartz.listeners.SchedulerListener
-
- jobUnscheduled(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in interface org.quartz.listeners.JobListener
-
Called by the
Scheduler after a
JobDetail has been executed, and be for the associated
Trigger's
triggered(xx) method has been called.
- scheduleJob(JobDetail, OperableTrigger) - Method in interface org.quartz.core.Scheduler
-
- scheduleJob(OperableTrigger) - Method in interface org.quartz.core.Scheduler
-
Schedule the given
OperableTrigger with the
Job identified by the
Trigger's
settings.
- scheduleJob(JobDetail, OperableTrigger) - Method in class org.quartz.QuartzScheduler
-
Add the
Job identified by the given
JobDetail to the Scheduler, and
associate the given
Trigger with it.
- scheduleJob(OperableTrigger) - Method in class org.quartz.QuartzScheduler
-
Schedule the given
Trigger with the
Job identified by the
Trigger's settings.
- scheduleJobs(Scheduler) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessor
-
Schedules the given sets of jobs and triggers.
- Scheduler - Interface in org.quartz.core
-
This is the main interface of a Quartz Scheduler.
- SchedulerConfigException - Exception in org.quartz.exceptions
-
An exception that is thrown to indicate that there is a misconfiguration of the SchedulerFactory- or one of the components it
configures.
- SchedulerConfigException(String) - Constructor for exception org.quartz.exceptions.SchedulerConfigException
-
Create a JobPersistenceException with the given message.
- schedulerError(String, SchedulerException) - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler when a serious error has occurred within the scheduler - such as repeated failures in the
JobStore, or the inability to instantiate a
Job instance when its
Trigger has fired.
- schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerException - Exception in org.quartz.exceptions
-
Base class for exceptions thrown by the Quartz
Scheduler.
- SchedulerException() - Constructor for exception org.quartz.exceptions.SchedulerException
-
- SchedulerException(String) - Constructor for exception org.quartz.exceptions.SchedulerException
-
- SchedulerException(String, Throwable) - Constructor for exception org.quartz.exceptions.SchedulerException
-
- SchedulerFactory - Class in org.quartz.core
-
An implementation of
SchedulerFactory that does all of its work of creating a
QuartzScheduler
instance.
- SchedulerFactory() - Constructor for class org.quartz.core.SchedulerFactory
-
- schedulerInStandbyMode() - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler to inform the listener that it has move to standby mode.
- schedulerInStandbyMode() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerListener - Interface in org.quartz.listeners
-
The interface to be implemented by classes that want to be informed of major
Scheduler events.
- SchedulerListenerSupport - Class in org.quartz.listeners
-
- SchedulerListenerSupport() - Constructor for class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerPlugin - Interface in org.quartz.plugins
-
Provides an interface for a class to become a "plugin" to Quartz.
- schedulerShutdown() - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler to inform the listener that it has shutdown.
- schedulerShutdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerShuttingdown() - Method in class org.quartz.core.JobRunShell
-
- schedulerShuttingdown() - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler to inform the listener that it has begun the shutdown sequence.
- schedulerShuttingdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerSignaler - Interface in org.quartz.core
-
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
- SchedulerSignalerImpl - Class in org.quartz.core
-
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
- SchedulerSignalerImpl(QuartzScheduler, QuartzSchedulerThread) - Constructor for class org.quartz.core.SchedulerSignalerImpl
-
Constructor
- schedulerStarted() - Method in interface org.quartz.core.JobStore
-
Called by the QuartzScheduler to inform the JobStore that the scheduler has started.
- schedulerStarted() - Method in class org.quartz.core.RAMJobStore
-
- schedulerStarted() - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler to inform the listener that it has started.
- schedulerStarted() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerStartupException - Exception in org.knowm.sundial.exceptions
-
- SchedulerStartupException(Throwable) - Constructor for exception org.knowm.sundial.exceptions.SchedulerStartupException
-
Constructor
- schedulingDataCleared() - Method in interface org.quartz.listeners.SchedulerListener
-
Called by the
Scheduler to inform the listener that all jobs, triggers and calendars were deleted.
- schedulingDataCleared() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- SECOND - Static variable in class org.quartz.triggers.CronExpression
-
- seconds - Variable in class org.quartz.triggers.CronExpression
-
- serialVersionUID - Static variable in interface org.quartz.triggers.CronTrigger
-
- serialVersionUID - Static variable in interface org.quartz.triggers.SimpleTrigger
-
- serialVersionUID - Static variable in interface org.quartz.triggers.Trigger
-
- setBatchTimeWindow(long) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setCalendarHour(Calendar, int) - Method in class org.quartz.triggers.CronExpression
-
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
- setCalendarName(String) - Method in class org.quartz.triggers.AbstractTrigger
-
- setCalendarName(String) - Method in interface org.quartz.triggers.MutableTrigger
-
Associate the
Calendar with the given name with this Trigger.
- setCleanShutdown(boolean) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Set whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
- setCronExpression(String) - Method in class org.quartz.triggers.CronTriggerImpl
-
- setCronExpression(CronExpression) - Method in class org.quartz.triggers.CronTriggerImpl
-
Set the CronExpression to the given one.
- setDescription(String) - Method in class org.quartz.jobs.JobDetailImpl
-
Set a description for the Job instance - may be useful for remembering/displaying the purpose of the job, though the description has
no meaning to Quartz.
- setDescription(String) - Method in class org.quartz.triggers.AbstractTrigger
-
- setDescription(String) - Method in interface org.quartz.triggers.MutableTrigger
-
Set a description for the Trigger instance - may be useful for remembering/displaying the purpose of the trigger, though the
description has no meaning to Quartz.
- setEndTime(Date) - Method in class org.quartz.triggers.CronTriggerImpl
-
- setEndTime(Date) - Method in interface org.quartz.triggers.MutableTrigger
-
Set the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- setEndTime(Date) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the time at which the SimpleTrigger should quit repeating (and be automatically deleted).
- setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
- setFireInstanceId(String) - Method in class org.quartz.triggers.AbstractTrigger
-
- setFireInstanceId(String) - Method in interface org.quartz.triggers.OperableTrigger
-
This method should not be used by the Quartz client.
- setInstanceId(String) - Method in class org.quartz.core.SimpleThreadPool
-
- setInterruptJobsOnShutdown(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setInterruptJobsOnShutdownWithWait(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setIsConcurrencyAllowed(boolean) - Method in class org.quartz.jobs.JobDetailImpl
-
- setJobClass(Class<? extends Job>) - Method in class org.quartz.jobs.JobDetailImpl
-
Set the instance of Job that will be executed.
- setJobDataMap(JobDataMap) - Method in class org.quartz.jobs.JobDetailImpl
-
Set the JobDataMap to be associated with the Job.
- setJobDataMap(JobDataMap) - Method in class org.quartz.triggers.AbstractTrigger
-
- setJobDataMap(JobDataMap) - Method in interface org.quartz.triggers.MutableTrigger
-
Set the JobDataMap to be associated with the Trigger.
- setJobFactory(JobFactory) - Method in interface org.quartz.core.Scheduler
-
Set the JobFactory that will be responsible for producing
instances of Job classes.
- setJobFactory(JobFactory) - Method in class org.quartz.QuartzScheduler
-
- setJobName(String) - Method in class org.quartz.triggers.AbstractTrigger
-
- setJobName(String) - Method in interface org.quartz.triggers.MutableTrigger
-
- setJobRunShellFactory(JobRunShellFactory) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setJobRunTime(long) - Method in class org.quartz.core.JobExecutionContextImpl
-
- setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setMakeSchedulerThreadDaemon(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether to mark the Quartz scheduling thread as daemon.
- setMakeThreadsDaemons(boolean) - Method in class org.quartz.core.SimpleThreadPool
-
- setMaxBatchSize(int) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setMisfireInstruction(int) - Method in class org.quartz.triggers.AbstractTrigger
-
- setMisfireInstruction(int) - Method in interface org.quartz.triggers.MutableTrigger
-
Set the instruction the Scheduler should be given for handling misfire situations for this Trigger- the concrete
Trigger type that you are using will have defined a set of additional MISFIRE_INSTRUCTION_XXX constants that may be
passed to this method.
- setMisfireThreshold(long) - Method in class org.quartz.core.RAMJobStore
-
The number of milliseconds by which a trigger must have missed its next-fire-time, in order for it to be considered "misfired" and thus have its
misfire instruction applied.
- setName(String) - Method in class org.quartz.jobs.JobDetailImpl
-
Set the name of this Job.
- setName(String) - Method in class org.quartz.triggers.AbstractTrigger
-
- setName(String) - Method in interface org.quartz.triggers.MutableTrigger
-
Set the name of this Trigger.
- setNextFireTime(Date) - Method in class org.quartz.triggers.CronTriggerImpl
-
Sets the next time at which the CronTrigger will fire.
- setNextFireTime(Date) - Method in interface org.quartz.triggers.OperableTrigger
-
- setNextFireTime(Date) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the next time at which the SimpleTrigger should fire.
- setPreviousFireTime(Date) - Method in class org.quartz.triggers.CronTriggerImpl
-
Set the previous time at which the CronTrigger fired.
- setPreviousFireTime(Date) - Method in interface org.quartz.triggers.OperableTrigger
-
- setPreviousFireTime(Date) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the previous time at which the SimpleTrigger fired.
- setPriority(int) - Method in class org.quartz.triggers.AbstractTrigger
-
- setPriority(int) - Method in interface org.quartz.triggers.MutableTrigger
-
The priority of a Trigger acts as a tie breaker such that if two Triggers have the same scheduled fire time, then
Quartz will do its best to give the one with the higher priority first access to a worker thread.
- setRefireImmediately(boolean) - Method in exception org.quartz.exceptions.JobExecutionException
-
- setRepeatCount(int) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the the number of time the SimpleTrigger should repeat, after which it will be automatically deleted.
- setRepeatInterval(long) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
- setResult(Object) - Method in interface org.quartz.core.JobExecutionContext
-
Set the result (if any) of the Job's execution (the type of object set as the result is entirely up to the particular job).
- setResult(Object) - Method in class org.quartz.core.JobExecutionContextImpl
-
- setScanInterval(long) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
The interval (in seconds) at which to scan for changes to the file.
- setServletContext(ServletContext) - Static method in class org.knowm.sundial.SundialJobScheduler
-
- setSignalOnSchedulingChange(boolean) - Method in class org.quartz.QuartzScheduler
-
- setStartTime(Date) - Method in class org.quartz.triggers.CronTriggerImpl
-
- setStartTime(Date) - Method in interface org.quartz.triggers.MutableTrigger
-
The time at which the trigger's scheduling should start.
- setStartTime(Date) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the time at which the SimpleTrigger should occur.
- setTerminate() - Method in class org.knowm.sundial.JobContainer
-
Set the terminate flag to true.
- setThreadCount(int) - Method in class org.quartz.core.SimpleThreadPool
-
Set the number of worker threads in the pool - has no effect after initialize() has been called.
- setThreadName(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setThreadNamePrefix(String) - Method in class org.quartz.core.SimpleThreadPool
-
- setThreadPool(ThreadPool) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setThreadPoolSize(int) - Method in interface org.quartz.core.JobStore
-
Tells the JobStore the pool size used to execute jobs
- setThreadPoolSize(int) - Method in class org.quartz.core.RAMJobStore
-
- setThreadPriority(int) - Method in class org.quartz.core.SimpleThreadPool
-
Set the thread priority of worker threads in the pool - has no effect after initialize() has been called.
- setThreadsInheritContextClassLoaderOfInitializingThread(boolean) - Method in class org.quartz.core.SimpleThreadPool
-
- setThreadsInheritGroupOfInitializingThread(boolean) - Method in class org.quartz.core.SimpleThreadPool
-
- setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether to set the class load context of spawned threads to that of the initializing thread.
- setTimesTriggered(int) - Method in class org.quartz.triggers.SimpleTriggerImpl
-
Set the number of times the SimpleTrigger has already fired.
- setTimeZone(TimeZone) - Method in class org.quartz.triggers.CronExpression
-
Sets the time zone for which this CronExpression will be resolved.
- setTimeZone(TimeZone) - Method in class org.quartz.triggers.CronTriggerImpl
-
Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
- setUnscheduleAllTriggers(boolean) - Method in exception org.quartz.exceptions.JobExecutionException
-
- setUnscheduleFiringTrigger(boolean) - Method in exception org.quartz.exceptions.JobExecutionException
-
- shallowCopy() - Method in class org.quartz.jobs.JobDataMap
-
- shutdown() - Method in class org.knowm.sundial.plugins.AnnotationJobTriggerPlugin
-
Overridden to ignore wrapInUserTransaction because shutdown() does not interact with the Scheduler.
- shutdown() - Static method in class org.knowm.sundial.SundialJobScheduler
-
Halts the Scheduler's firing of Triggers, and cleans up all resources associated with the Scheduler.
- shutdown(boolean) - Method in interface org.quartz.core.Scheduler
-
Halts the
Scheduler's firing of
Triggers, and cleans up all resources associated with the Scheduler.
- shutdown() - Method in class org.quartz.core.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown(boolean) - Method in class org.quartz.core.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown(boolean) - Method in interface org.quartz.core.ThreadPool
-
Called by the QuartzScheduler to inform the ThreadPool that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
- shutdown() - Method in interface org.quartz.plugins.SchedulerPlugin
-
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
- shutdown() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Overridden to ignore wrapInUserTransaction because shutdown() does not interact with the Scheduler.
- shutdown(boolean) - Method in class org.quartz.QuartzScheduler
-
Halts the
QuartzScheduler's firing of
Triggers, and cleans up all resources associated with
the QuartzScheduler.
- ShutdownHookPlugin - Class in org.quartz.plugins.management
-
This plugin catches the event of the JVM terminating (such as upon a CRTL-C) and tells the scheduler to shutdown.
- ShutdownHookPlugin() - Constructor for class org.quartz.plugins.management.ShutdownHookPlugin
-
- signalSchedulingChange(long) - Method in interface org.quartz.core.SchedulerSignaler
-
- signalSchedulingChange(long) - Method in class org.quartz.core.SchedulerSignalerImpl
-
- SimpleJobFactory - Class in org.quartz.jobs
-
The default JobFactory used by Quartz - simply calls newInstance() on the job class.
- SimpleJobFactory() - Constructor for class org.quartz.jobs.SimpleJobFactory
-
- SimpleThreadPool - Class in org.quartz.core
-
This is class is a simple implementation of a thread pool, based on the
ThreadPool interface.
- SimpleThreadPool() - Constructor for class org.quartz.core.SimpleThreadPool
-
Create a new (unconfigured) SimpleThreadPool.
- SimpleTrigger - Annotation Type in org.knowm.sundial.annotations
-
- SimpleTrigger - Interface in org.quartz.triggers
-
A
Trigger that is used to fire a
Job at a given moment in time, and optionally repeated at a specified interval.
- SimpleTriggerBuilder - Class in org.quartz.builders
-
SimpleScheduleBuilder is a ScheduleBuilder that defines strict/literal interval-based schedules for Triggers.
- simpleTriggerBuilder() - Static method in class org.quartz.builders.SimpleTriggerBuilder
-
Create a SimpleScheduleBuilder.
- SimpleTriggerImpl - Class in org.quartz.triggers
-
A concrete
Trigger that is used to fire a
JobDetail at a given moment in time, and
optionally repeated at a specified interval.
- SimpleTriggerImpl() - Constructor for class org.quartz.triggers.SimpleTriggerImpl
-
Create a SimpleTrigger with no settings.
- skipWhiteSpace(int, String) - Method in class org.quartz.triggers.CronExpression
-
- StandardJobRunShellFactory - Class in org.quartz.core
-
- StandardJobRunShellFactory() - Constructor for class org.quartz.core.StandardJobRunShellFactory
-
- standby() - Method in interface org.quartz.core.Scheduler
-
Temporarily halts the
Scheduler's firing of
Triggers.
- standby() - Method in class org.quartz.QuartzScheduler
-
Temporarily halts the
QuartzScheduler's firing of
Triggers.
- start() - Method in class org.knowm.sundial.plugins.AnnotationJobTriggerPlugin
-
- start() - Method in interface org.quartz.core.Scheduler
-
Starts the
Scheduler's threads that fire
Triggers.
- start() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
- start() - Method in interface org.quartz.plugins.SchedulerPlugin
-
Called when the associated Scheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it
needs to.
- start() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
- start() - Method in class org.quartz.QuartzScheduler
-
Starts the
QuartzScheduler's threads that fire
Triggers.
- startAt(Date) - Method in class org.quartz.builders.CronTriggerBuilder
-
- startAt(Date) - Method in class org.quartz.builders.SimpleTriggerBuilder
-
- startAt(Date) - Method in class org.quartz.builders.TriggerBuilder
-
Set the time the Trigger should start at - the trigger may or may not fire at this time - depending upon the schedule configured for the Trigger.
- startDelayed(int) - Method in interface org.quartz.core.Scheduler
-
Calls {#start()} after the indicated number of seconds.
- startDelayed(int) - Method in class org.quartz.QuartzScheduler
-
- startJob(String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts a Job matching the given Job Name
- startJob(String, Map<String, Object>) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts a Job matching the the given Job Name found in jobs.xml
- startNow() - Method in class org.quartz.builders.CronTriggerBuilder
-
- startNow() - Method in class org.quartz.builders.SimpleTriggerBuilder
-
- startNow() - Method in class org.quartz.builders.TriggerBuilder
-
Set the time the Trigger should start at to the current moment - the trigger may or may not fire at this time - depending upon the schedule
configured for the Trigger.
- startScheduler() - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts the Sundial Scheduler
- startScheduler(int) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts the Sundial Scheduler
- startScheduler(String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts the Sundial Scheduler
- startScheduler(int, String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Starts the Sundial Scheduler
- startTime - Variable in class org.quartz.triggers.AbstractTrigger
-
- stopJob(String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Triggers a Job interrupt on all Jobs matching the given Job Name.
- stopJob(String, String, String) - Static method in class org.knowm.sundial.SundialJobScheduler
-
Triggers a Job interrupt on all Jobs matching the given Job Name, key and (String) value.
- storeExpressionVals(int, String, int) - Method in class org.quartz.triggers.CronExpression
-
- storeJob(JobDetail, boolean) - Method in interface org.quartz.core.JobStore
-
- storeJob(JobDetail, boolean) - Method in class org.quartz.core.RAMJobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in interface org.quartz.core.JobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.quartz.core.RAMJobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in interface org.quartz.core.JobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in class org.quartz.core.RAMJobStore
-
- SundialInitializerListener - Class in org.knowm.sundial.ee
-
A ServletContextListner that can be used to initialize Sundial.
- SundialInitializerListener() - Constructor for class org.knowm.sundial.ee.SundialInitializerListener
-
- SundialJobScheduler - Class in org.knowm.sundial
-
Main entry-point to the Sundial scheduler
- SundialJobScheduler() - Constructor for class org.knowm.sundial.SundialJobScheduler
-
- SundialSchedulerException - Exception in org.knowm.sundial.exceptions
-
A RuntimeException that wraps some checked Exceptions in the SundialScheduler class.
- SundialSchedulerException(String, Throwable) - Constructor for exception org.knowm.sundial.exceptions.SundialSchedulerException
-
Constructor