- calendarIntervalSchedule() - Static method in class com.helger.quartz.CalendarIntervalScheduleBuilder
-
Create a CalendarIntervalScheduleBuilder.
- CalendarIntervalScheduleBuilder - Class in com.helger.quartz
-
CalendarIntervalScheduleBuilder is a
IScheduleBuilder
that defines calendar time (day, week, month, year) interval-based schedules
for
Triggers.
- CalendarIntervalScheduleBuilder() - Constructor for class com.helger.quartz.CalendarIntervalScheduleBuilder
-
- CalendarIntervalTrigger - Class in com.helger.quartz.impl.triggers
-
A concrete
ITrigger that is used to
fire a
IJobDetail based upon repeating
calendar time intervals.
- CalendarIntervalTrigger(CalendarIntervalTrigger) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- CalendarIntervalTrigger() - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger with no settings.
- CalendarIntervalTrigger(String, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger that will occur immediately, and
repeat at the the given interval.
- CalendarIntervalTrigger(String, String, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger that will occur immediately, and
repeat at the the given interval.
- CalendarIntervalTrigger(String, Date, Date, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger that will occur at the given
time, and repeat at the the given interval until the given end time.
- CalendarIntervalTrigger(String, String, Date, Date, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger that will occur at the given
time, and repeat at the the given interval until the given end time.
- CalendarIntervalTrigger(String, String, String, String, Date, Date, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Create a DateIntervalTrigger that will occur at the given
time, fire the identified Job and repeat at the the given
interval until the given end time.
- CascadingClassLoadHelper - Class in com.helger.quartz.simpl
-
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 com.helger.quartz.simpl.CascadingClassLoadHelper
-
- checkExists(JobKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- checkExists(TriggerKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- checkExists(JobKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Determine whether a
IJob with the given identifier already exists
within the scheduler.
- checkExists(TriggerKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Determine whether a
ITrigger with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- checkExists(TriggerKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- checkExists(JobKey) - Method in interface com.helger.quartz.IScheduler
-
Determine whether a
IJob with the given identifier already exists
within the scheduler.
- checkExists(TriggerKey) - Method in interface com.helger.quartz.IScheduler
-
Determine whether a
ITrigger with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Determine whether a
IJob with the given
identifier already exists within the scheduler.
- checkExists(TriggerKey) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Determine whether a
ITrigger with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in interface com.helger.quartz.spi.IJobStore
-
Determine whether a job with the given identifier already exists within the
scheduler.
- checkExists(TriggerKey) - Method in interface com.helger.quartz.spi.IJobStore
-
Determine whether a
ITrigger with the given identifier already
exists within the scheduler.
- CircularLossyQueue<T> - Class in com.helger.quartz.utils
-
An implementation of a CircularQueue data-structure.
- CircularLossyQueue(int) - Constructor for class com.helger.quartz.utils.CircularLossyQueue
-
Constructs the circular queue with the specified capacity
- ClassUtils - Class in com.helger.quartz.utils
-
- clear() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- clear() - Method in class com.helger.quartz.core.QuartzScheduler
-
Clears (deletes!)
- clear() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- clear() - Method in interface com.helger.quartz.IScheduler
-
Clears (deletes!)
- clearAllSchedulingData() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Clear (delete!)
- clearAllSchedulingData() - Method in interface com.helger.quartz.spi.IJobStore
-
Clear (delete!)
- clearFromBusyWorkersList(SimpleThreadPool.WorkerThread) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- clearSignaledSchedulingChange() - Method in class com.helger.quartz.core.QuartzSchedulerThread
-
- clearStatistics() - Method in class com.helger.quartz.core.SampledStatistics
-
Clears the collected statistics.
- com.helger.quartz - package com.helger.quartz
-
The main package of Quartz, containing the client-side interfaces.
- com.helger.quartz.core - package com.helger.quartz.core
-
Contains the core classes and interfaces for the Quartz job scheduler.
- com.helger.quartz.impl - package 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 - package com.helger.quartz.impl.calendar
-
- com.helger.quartz.impl.matchers - package com.helger.quartz.impl.matchers
-
- com.helger.quartz.impl.triggers - package com.helger.quartz.impl.triggers
-
This package contains Trigger implementations that ship with Quartz.
- com.helger.quartz.listeners - package com.helger.quartz.listeners
-
- com.helger.quartz.plugins.history - package com.helger.quartz.plugins.history
-
- com.helger.quartz.plugins.management - package com.helger.quartz.plugins.management
-
- com.helger.quartz.simpl - package 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 - package 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.
- com.helger.quartz.utils - package com.helger.quartz.utils
-
- com.helger.quartz.utils.counter - package com.helger.quartz.utils.counter
-
- com.helger.quartz.utils.counter.sampled - package com.helger.quartz.utils.counter.sampled
-
- compare(ITrigger, ITrigger) - Method in class com.helger.quartz.TriggerTimeComparator
-
- compareTo(ITrigger) - Method in class com.helger.quartz.impl.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. alphabetical) order of their keys.
- compareTo(ITrigger) - Method in interface com.helger.quartz.ITrigger
-
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. alphabetical) order of their keys.
- compareTo(Key<T>) - Method in class com.helger.quartz.utils.Key
-
- complete(boolean) - Method in class com.helger.quartz.core.JobRunShell
-
- computeEndTimeToAllowParticularNumberOfFirings(IOperableTrigger, ICalendar, int) - Static method in class com.helger.quartz.TriggerUtils
-
Compute the Date that is 1 second after the Nth firing of the
given Trigger, taking the triger's associated
Calendar into consideration.
- computeFireTimes(IOperableTrigger, ICalendar, int) - Static method in class com.helger.quartz.TriggerUtils
-
Returns a list of Dates that are the next fire times of a
Trigger.
- computeFireTimesBetween(IOperableTrigger, ICalendar, Date, Date) - Static method in class com.helger.quartz.TriggerUtils
-
Returns a list of Dates that are the next fire times of a
Trigger that fall within the given date range.
- computeFirstFireTime(ICalendar) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
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(ICalendar) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
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(ICalendar) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
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(ICalendar) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
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(ICalendar) - Method in interface com.helger.quartz.spi.IOperableTrigger
-
This method should not be used by the Quartz client.
- computeNumTimesFiredBetween(Date, Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- Counter - Class in com.helger.quartz.utils.counter
-
A simple counter implementation
- Counter() - Constructor for class com.helger.quartz.utils.counter.Counter
-
Default Constructor
- Counter(long) - Constructor for class com.helger.quartz.utils.counter.Counter
-
Constructor with initial value
- CounterConfig - Class in com.helger.quartz.utils.counter
-
Config for a simple Counter
- CounterConfig(long) - Constructor for class com.helger.quartz.utils.counter.CounterConfig
-
Creates a config with the initial value
- CounterManager - Class in com.helger.quartz.utils.counter
-
- CounterManager(Timer) - Constructor for class com.helger.quartz.utils.counter.CounterManager
-
Constructor that accepts a timer that will be used for scheduling sampled
counter if any is created
- CQuartz - Class in com.helger.quartz
-
Quartz constants
- create(String, String, Class<? extends IJob>) - Static method in class com.helger.quartz.impl.JobDetail
-
- create(String, String, String, String, Date, Date, int, long) - Static method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- CREATE_REGISTRY_ALWAYS - Static variable in class com.helger.quartz.core.QuartzSchedulerResources
-
- CREATE_REGISTRY_AS_NEEDED - Static variable in class com.helger.quartz.core.QuartzSchedulerResources
-
- CREATE_REGISTRY_NEVER - Static variable in class com.helger.quartz.core.QuartzSchedulerResources
-
- createCounter() - Method in class com.helger.quartz.utils.counter.CounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter(CounterConfig) - Method in class com.helger.quartz.utils.counter.CounterManager
-
Creates a Counter based on tha passed config
- createCounter(CounterConfig) - Method in interface com.helger.quartz.utils.counter.ICounterManager
-
Creates a Counter based on tha passed config
- createCounter() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounterConfig
-
- createJavaCalendar(long) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
Build a
Calendar for the given timeStamp.
- createJavaCalendar() - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- createJobRunShell(TriggerFiredBundle) - Method in interface com.helger.quartz.core.IJobRunShellFactory
-
- createJobRunShell(TriggerFiredBundle) - Method in class com.helger.quartz.impl.StdJobRunShellFactory
-
- createScheduler(IThreadPool, IJobStore) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool and job store.
- createScheduler(String, String, IThreadPool, IJobStore) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
- createScheduler(String, String, IThreadPool, IJobStore, long) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool and job store and binds
it to RMI.
- createScheduler(String, String, IThreadPool, IJobStore, Map<String, ISchedulerPlugin>, long) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createScheduler(String, String, IThreadPool, IThreadExecutor, IJobStore, Map<String, ISchedulerPlugin>, long) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createScheduler(String, String, IThreadPool, IThreadExecutor, IJobStore, Map<String, ISchedulerPlugin>, long, int, long) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createUniqueName(String) - Static method in class com.helger.quartz.utils.Key
-
- createVolatileScheduler(int) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Creates an in memory job store (
RAMJobStore) The
thread priority is set to Thread.NORM_PRIORITY
- createWorkerThreads(int) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- CronCalendar - Class in com.helger.quartz.impl.calendar
-
This implementation of the Calendar excludes the set of times expressed by a
given
CronExpression.
- CronCalendar(CronCalendar) - Constructor for class com.helger.quartz.impl.calendar.CronCalendar
-
- CronCalendar(String) - Constructor for class com.helger.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar with the given cron expression and no
baseCalendar.
- CronCalendar(ICalendar, String) - Constructor for class com.helger.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar with the given cron expression and
baseCalendar.
- CronCalendar(ICalendar, String, TimeZone) - Constructor for class com.helger.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar with the given cron exprssion,
baseCalendar, and TimeZone.
- CronExpression - Class in com.helger.quartz
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String) - Constructor for class com.helger.quartz.CronExpression
-
Constructs a new CronExpression based on the specified
parameter.
- CronExpression(CronExpression) - Constructor for class com.helger.quartz.CronExpression
-
Constructs a new CronExpression as a copy of an existing instance.
- cronSchedule(String) - Static method in class com.helger.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression string - which
is presumed to b e valid cron expression (and hence only a RuntimeException
will be thrown if it is not).
- cronSchedule(CronExpression) - Static method in class com.helger.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression.
- CronScheduleBuilder - Class in com.helger.quartz
-
- CronScheduleBuilder(CronExpression) - Constructor for class com.helger.quartz.CronScheduleBuilder
-
- cronScheduleNonvalidatedExpression(String) - Static method in class com.helger.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression string - which
may not be a valid cron expression (and hence a ParseException will be
thrown if it is not).
- CronTrigger - Class in com.helger.quartz.impl.triggers
-
A concrete
ITrigger that is used to
fire a
IJobDetail at given moments in
time, defined with Unix 'cron-like' definitions.
- CronTrigger(CronTrigger) - Constructor for class com.helger.quartz.impl.triggers.CronTrigger
-
- CronTrigger() - Constructor for class com.helger.quartz.impl.triggers.CronTrigger
-
Create a CronTrigger with no settings.
- dailyAtHourAndMinute(int, int) - Static method in class com.helger.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with a cron-expression that sets the schedule
to fire every day at the given time (hour and minute).
- DailyCalendar - Class in com.helger.quartz.impl.calendar
-
This implementation of the Calendar excludes (or includes - see below) a
specified time range each day.
- DailyCalendar(DailyCalendar) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
- DailyCalendar(String, String) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified strings and no baseCalendar.
- DailyCalendar(ICalendar, String, String) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified strings and the specified baseCalendar.
- DailyCalendar(int, int, int, int, int, int, int, int) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and no baseCalendar.
- DailyCalendar(ICalendar, int, int, int, int, int, int, int, int) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and the specified baseCalendar.
- DailyCalendar(Calendar, Calendar) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified Calendars and no baseCalendar.
- DailyCalendar(ICalendar, Calendar, Calendar) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified Calendars and the specified
baseCalendar.
- DailyCalendar(long, long) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and no baseCalendar.
- DailyCalendar(ICalendar, long, long) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and the specified baseCalendar.
- DailyCalendar(TimeZone, long, long) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and no baseCalendar.
- DailyCalendar(ICalendar, TimeZone, long, long) - Constructor for class com.helger.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar with a time range defined by the
specified values and the specified baseCalendar.
- dailyTimeIntervalSchedule() - Static method in class com.helger.quartz.DailyTimeIntervalScheduleBuilder
-
Create a DailyTimeIntervalScheduleBuilder.
- DailyTimeIntervalScheduleBuilder - Class in com.helger.quartz
-
A
IScheduleBuilder implementation that build schedule for
DailyTimeIntervalTrigger.
- DailyTimeIntervalScheduleBuilder() - Constructor for class com.helger.quartz.DailyTimeIntervalScheduleBuilder
-
- DailyTimeIntervalTrigger - Class in com.helger.quartz.impl.triggers
-
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
IJobDetail based upon daily repeating
time intervals.
- DailyTimeIntervalTrigger(DailyTimeIntervalTrigger) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- DailyTimeIntervalTrigger() - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger with no settings.
- DailyTimeIntervalTrigger(String, LocalTime, LocalTime, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger that will occur immediately,
and repeat at the the given interval.
- DailyTimeIntervalTrigger(String, String, LocalTime, LocalTime, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger that will occur immediately,
and repeat at the the given interval.
- DailyTimeIntervalTrigger(String, Date, Date, LocalTime, LocalTime, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger that will occur at the given
time, and repeat at the the given interval until the given end time.
- DailyTimeIntervalTrigger(String, String, Date, Date, LocalTime, LocalTime, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger that will occur at the given
time, and repeat at the the given interval until the given end time.
- DailyTimeIntervalTrigger(String, String, String, String, Date, Date, LocalTime, LocalTime, EIntervalUnit, int) - Constructor for class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Create a DailyTimeIntervalTrigger that will occur at the given
time, fire the identified Job and repeat at the the given
interval until the given end time.
- DateBuilder - Class in com.helger.quartz
-
DateBuilder is used to conveniently create
java.util.Date instances that meet particular criteria.
- dateOf(int, int, int) - Static method in class com.helger.quartz.DateBuilder
-
- dateOf(int, int, int, int, Month) - Static method in class com.helger.quartz.DateBuilder
-
Get a Date object that represents the given time, on the given
date.
- dateOf(int, int, int, int, Month, int) - Static method in class com.helger.quartz.DateBuilder
-
Get a Date object that represents the given time, on the given
date.
- decrement() - Method in class com.helger.quartz.utils.counter.Counter
-
- decrement() - Method in interface com.helger.quartz.utils.counter.ICounter
-
Decrement the counter by 1
- decrement(long) - Method in interface com.helger.quartz.utils.counter.ICounter
-
Decrement the counter by given amount
- decrement(long, long) - Method in interface com.helger.quartz.utils.counter.sampled.ISampledRateCounter
-
Decrements the numerator and denominator by the passed values
- decrement(long, long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Decrements the numerator and denominator by the passed values
- decrement() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- decrement(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- DEFAULT_FAIL_OVER_GROUP - Static variable in interface com.helger.quartz.IScheduler
-
A constant Trigger group name used internally by the scheduler
- clients should not use the value of this constant ("FAILED_OVER_JOBS")
for the name of a Trigger's group.
- DEFAULT_FILENAME - Static variable in class com.helger.quartz.impl.StdSchedulerFactory
-
- DEFAULT_GROUP - Static variable in interface com.helger.quartz.IScheduler
-
A (possibly) useful constant that can be used for specifying the group that
Job and Trigger instances belong to.
- DEFAULT_GROUP - Static variable in class com.helger.quartz.utils.Key
-
The default group for scheduling entities, with the value "DEFAULT".
- DEFAULT_INSTANCE_ID - Static variable in class com.helger.quartz.impl.DirectSchedulerFactory
-
- DEFAULT_INSTANCE_ID - Static variable in class com.helger.quartz.impl.StdSchedulerFactory
-
- DEFAULT_PRIORITY - Static variable in interface com.helger.quartz.ITrigger
-
The default value for priority.
- DEFAULT_RECOVERY_GROUP - Static variable in interface com.helger.quartz.IScheduler
-
A constant Trigger group name used internally by the scheduler
- clients should not use the value of this constant ("RECOVERING_JOBS") for
the name of a Trigger's group.
- DEFAULT_SCHEDULER_NAME - Static variable in class com.helger.quartz.impl.DirectSchedulerFactory
-
- DefaultThreadExecutor - Class in com.helger.quartz.impl
-
Schedules work on a newly spawned thread.
- DefaultThreadExecutor() - Constructor for class com.helger.quartz.impl.DefaultThreadExecutor
-
- deleteCalendar(String) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- deleteCalendar(String) - Method in class com.helger.quartz.core.QuartzScheduler
-
Delete the identified Calendar from the Scheduler.
- deleteCalendar(String) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- deleteCalendar(String) - Method in interface com.helger.quartz.IScheduler
-
Delete the identified Calendar from the Scheduler.
- deleteJob(JobKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- deleteJob(JobKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Delete the identified Job from the Scheduler - and any
associated Triggers.
- deleteJob(JobKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- deleteJob(JobKey) - Method in interface com.helger.quartz.IScheduler
-
Delete the identified Job from the Scheduler - and any
associated Triggers.
- deleteJobs(List<JobKey>) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- deleteJobs(List<JobKey>) - Method in class com.helger.quartz.core.QuartzScheduler
-
- deleteJobs(List<JobKey>) - Method in class com.helger.quartz.impl.StdScheduler
-
- deleteJobs(List<JobKey>) - Method in interface com.helger.quartz.IScheduler
-
Delete the identified Jobs from the Scheduler - and any
associated Triggers.
- depth() - Method in class com.helger.quartz.utils.CircularLossyQueue
-
Returns the number of items currently in the queue
- DirectSchedulerFactory - Class in com.helger.quartz.impl
-
- DirectSchedulerFactory() - Constructor for class com.helger.quartz.impl.DirectSchedulerFactory
-
Constructor
- DisallowConcurrentExecution - Annotation Type in com.helger.quartz
-
An annotation that marks a
IJob class as one that must not have
multiple instances executed concurrently (where instance is based-upon a
IJobDetail definition - or in other words based upon a
JobKey).
- generateInstanceId() - Method in class com.helger.quartz.simpl.HostnameInstanceIdGenerator
-
- generateInstanceId() - Method in class com.helger.quartz.simpl.SimpleInstanceIdGenerator
-
- generateInstanceId() - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
Returns the cluster wide value for this scheduler instance's id, based on a
system property
- generateInstanceId() - Method in interface com.helger.quartz.spi.IInstanceIdGenerator
-
Generate the instance id for a Scheduler
- get(Object) - Method in interface com.helger.quartz.IJobExecutionContext
-
Get the value with the given key from the context's data map.
- get(Object) - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get the value with the given key from the context's data map.
- getAllSampleValues() - Method in interface com.helger.quartz.utils.counter.sampled.ISampledCounter
-
Returns all samples in history
- getAllSampleValues() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- getAllSchedulers() - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Returns a handle to all known Schedulers (made by any StdSchedulerFactory
instance.).
- getAllSchedulers() - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Returns a handle to all known Schedulers (made by any StdSchedulerFactory
instance.).
- getAllSchedulers() - Method in interface com.helger.quartz.ISchedulerFactory
-
Returns handles to all known Schedulers (made by any SchedulerFactory
within this jvm.).
- getAndReset() - Method in interface com.helger.quartz.utils.counter.sampled.ISampledCounter
-
Returns the current value of the counter and resets it to 0
- getAndReset() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- getAndReset() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Returns the current value of the counter and resets it to 0
- getAndSet(long) - Method in class com.helger.quartz.utils.counter.Counter
-
- getAndSet(long) - Method in interface com.helger.quartz.utils.counter.ICounter
-
Returns the value of the counter and sets it to the new value
- getAndSet(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- getAnnotation(Class<?>, Class<T>) - Static method in class com.helger.quartz.utils.ClassUtils
-
- getAsString() - Method in class com.helger.quartz.utils.Key
-
Return the string representation of the key.
- getBaseCalendar() - Method in interface com.helger.quartz.ICalendar
-
Get the base calendar.
- getBaseCalendar() - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- getBatchTimeWindow() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getBooleanProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getBooleanProperty(String, boolean) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getByteProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getByteProperty(String, byte) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getCalendar(String) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getCalendar(String) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the
ICalendar instance with the given name.
- getCalendar() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get a handle to the Calendar referenced by the
Trigger instance that fired the Job.
- getCalendar() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get a handle to the Calendar referenced by the
Trigger instance that fired the Job.
- getCalendar(String) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getCalendar(String) - Method in interface com.helger.quartz.IScheduler
-
Get the
ICalendar instance with the given name.
- getCalendar() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getCalendarName() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getCalendarName() - Method in interface com.helger.quartz.ITrigger
-
Get the name of the
ICalendar associated with this
Trigger.
- getCalendarNames() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getCalendarNames() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getCalendarNames() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getCalendarNames() - Method in interface com.helger.quartz.IScheduler
-
- getCalendarNames() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the names of all of the
ICalendar s in the
JobStore.
- getCalendarNames() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the names of all of the
ICalendar s in the
JobStore.
- getCharProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getCharProperty(String, char) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getClassLoader() - Method in class com.helger.quartz.simpl.CascadingClassLoadHelper
-
Enable sharing of the "best" class-loader with 3rd party.
- getClassLoader() - Method in class com.helger.quartz.simpl.InitThreadContextClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class com.helger.quartz.simpl.LoadingLoaderClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class com.helger.quartz.simpl.SimpleClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class com.helger.quartz.simpl.ThreadContextClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in interface com.helger.quartz.spi.IClassLoadHelper
-
Enable sharing of the class-loader with 3rd party (e.g. digester).
- getClone() - Method in class com.helger.quartz.CronExpression
-
- getClone() - Method in interface com.helger.quartz.ICalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.HolidayCalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
- getClone() - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
- getClone() - Method in class com.helger.quartz.impl.JobDetail
-
- getClone() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getClone() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getClone() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getClone() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- getClone() - Method in interface com.helger.quartz.ITrigger
-
- getClone() - Method in class com.helger.quartz.JobDataMap
-
- getClone(T) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone(JobDataMap) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone(EnumSet<T>) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone(Calendar) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone(Date) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone(TimeZone) - Static method in class com.helger.quartz.QCloneUtils
-
- getClone() - Method in class com.helger.quartz.SchedulerContext
-
- getClone() - Method in interface com.helger.quartz.spi.IMutableTrigger
-
- getClone() - Method in interface com.helger.quartz.spi.IOperableTrigger
-
- getCompareToValue() - Method in class com.helger.quartz.impl.matchers.KeyMatcher
-
- getCompareToValue() - Method in class com.helger.quartz.impl.matchers.StringMatcher
-
- getCompareWithOperator() - Method in class com.helger.quartz.impl.matchers.StringMatcher
-
- getContext() - Method in class com.helger.quartz.impl.StdScheduler
-
Returns the SchedulerContext of the Scheduler.
- getContext() - Method in interface com.helger.quartz.IScheduler
-
Returns the SchedulerContext of the Scheduler.
- getCounterValue() - Method in class com.helger.quartz.utils.counter.sampled.TimeStampedCounterValue
-
Get the counter value
- getCronExpression() - Method in class com.helger.quartz.CronExpression
-
- getCronExpression() - Method in interface com.helger.quartz.ICronTrigger
-
- getCronExpression() - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Returns the object representation of the cron expression that defines the
dates and times this calendar excludes.
- getCronExpression() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getCurrentlyExecutingJobs() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getCurrentlyExecutingJobs() - Method in class com.helger.quartz.core.QuartzScheduler
-
Return a list of JobExecutionContext objects that represent
all currently executing Jobs in this Scheduler instance.
- getCurrentlyExecutingJobs() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getCurrentlyExecutingJobs() - Method in interface com.helger.quartz.IScheduler
-
Return a list of JobExecutionContext objects that represent
all currently executing Jobs in this Scheduler instance.
- getDaysExcluded() - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
- getDaysExcluded() - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Get the array which defines the exclude-value of each day of month.
- getDaysExcluded() - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Get the array with the week days
- getDaysOfWeek() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
The days of the week upon which to fire.
- getDaysOfWeek() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getDefaultScheduler() - Static method in class com.helger.quartz.impl.StdSchedulerFactory
-
Returns a handle to the default Scheduler, creating it if it does not yet
exist.
- getDescription() - Method in interface com.helger.quartz.ICalendar
-
Return the description given to the Calendar instance by its
creator (if any).
- getDescription() - Method in interface com.helger.quartz.IJobDetail
-
Return the description given to the Job instance by its
creator (if any).
- getDescription() - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- getDescription() - Method in class com.helger.quartz.impl.JobDetail
-
- getDescription() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getDescription() - Method in interface com.helger.quartz.ITrigger
-
Return the description given to the Trigger instance by its
creator (if any).
- getDoubleProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getDoubleProperty(String, double) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getEndOfDayJavaCalendar(long) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
Returns the end of the given day
Calendar.
- getEndTime() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getEndTime() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getEndTime() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getEndTime() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- getEndTime() - Method in interface com.helger.quartz.ITrigger
-
Get the time at which the Trigger should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- getEndTimeOfDay() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
The time of day to complete firing at the given interval.
- getEndTimeOfDay() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
The time of day to complete firing at the given interval.
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in interface com.helger.quartz.spi.IJobStore
-
How long (in milliseconds) the JobStore implementation
estimates that it will take to release a trigger and acquire a new one.
- getException() - Method in class com.helger.quartz.spi.TriggerFiredResult
-
- getExcludedDates() - Method in class com.helger.quartz.impl.calendar.HolidayCalendar
-
Returns a SortedSet of Dates representing the excluded days.
- getExpressionSummary() - Method in class com.helger.quartz.CronExpression
-
- getExpressionSummary() - Method in interface com.helger.quartz.ICronTrigger
-
- getExpressionSummary() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getFinalFireTime() - Method in class com.helger.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression will match.
- getFinalFireTime() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Returns the final time at which the DateIntervalTrigger will
fire, if there is no end time set, null will be returned.
- getFinalFireTime() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
NOT YET IMPLEMENTED: Returns the final time at which the
CronTrigger will fire.
- getFinalFireTime() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Returns the final time at which the DailyTimeIntervalTrigger
will fire, if there is no end time set, null will be returned.
- getFinalFireTime() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Returns the final time at which the SimpleTrigger will fire,
if repeatCount is REPEAT_INDEFINITELY, null will be returned.
- getFinalFireTime() - Method in interface com.helger.quartz.ITrigger
-
Returns the last time at which the Trigger will fire, if the
Trigger will repeat indefinitely, null will be returned.
- getFiredTriggerRecordId() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- getFireInstanceId() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get the unique Id that identifies this particular firing instance of the
trigger that triggered this job execution.
- getFireInstanceId() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get the unique Id that identifies this particular firing instance of the
trigger that triggered this job execution.
- getFireInstanceId() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getFireInstanceId() - Method in interface com.helger.quartz.spi.IOperableTrigger
-
This method should not be used by the Quartz client.
- getFireTime() - Method in interface com.helger.quartz.IJobExecutionContext
-
The actual time the trigger fired.
- getFireTime() - Method in class com.helger.quartz.impl.JobExecutionContext
-
The actual time the trigger fired.
- getFireTime() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getFireTimeAfter(Date) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Returns the next time at which the DateIntervalTrigger will
fire, after the given time.
- getFireTimeAfter(Date, boolean) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getFireTimeAfter(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
Returns the next time at which the CronTrigger will fire,
after the given time.
- getFireTimeAfter(Date) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Returns the next time at which the DailyTimeIntervalTrigger
will fire, after the given time.
- getFireTimeAfter(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Returns the next time at which the SimpleTrigger will fire,
after the given time.
- getFireTimeAfter(Date) - Method in interface com.helger.quartz.ITrigger
-
Returns the next time at which the Trigger will fire, after
the given time.
- getFireTimeBefore(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Returns the last time at which the SimpleTrigger will fire,
before the given time.
- getFloatProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getFloatProperty(String, float) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getFullJobName() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Returns the 'full name' of the Job that the
Trigger points to, in the format "group.name".
- getFullName() - Method in class com.helger.quartz.impl.JobDetail
-
Returns the 'full name' of the JobDetail in the format
"group.name".
- getFullName() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Returns the 'full name' of the Trigger in the format
"group.name".
- getGroup() - Method in class com.helger.quartz.impl.JobDetail
-
Get the group of this Job.
- getGroup() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Get the group of this Trigger.
- getGroup() - Method in class com.helger.quartz.utils.Key
-
Get the group portion of the key.
- getHistorySize() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns the history size
- getInitialValue() - Method in class com.helger.quartz.utils.counter.CounterConfig
-
Gets the initial value
- getInstance() - Static method in class com.helger.quartz.impl.DirectSchedulerFactory
-
- getInstance() - Static method in class com.helger.quartz.impl.SchedulerRepository
-
- getInstanceId() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getIntArrayProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getIntArrayProperty(String, int[]) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getInternalJobListener(String) - Method in class com.helger.quartz.core.QuartzScheduler
-
- getInternalJobListeners() - Method in class com.helger.quartz.core.QuartzScheduler
-
Get a List containing all of the
IJobListeners in the
Scheduler's
internal list.
- getInternalSchedulerListeners() - Method in class com.helger.quartz.core.QuartzScheduler
-
Get a List containing all of the
internal
ISchedulerListeners registered with the
Scheduler.
- getInternalTriggerListener(String) - Method in class com.helger.quartz.core.QuartzScheduler
-
- getInternalTriggerListeners() - Method in class com.helger.quartz.core.QuartzScheduler
-
Get a list containing all of the
ITriggerListeners in the
Scheduler's
internal list.
- getIntervalMillis() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- getIntervalSecs() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns the interval time (seconds)
- getIntProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getIntProperty(String, int) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getInvertTimeRange() - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Indicates whether the time range represents an inverted time range (see
class description).
- getJobBuilder() - Method in interface com.helger.quartz.IJobDetail
-
Get a
JobBuilder that is configured to produce a
JobDetail identical to this one.
- getJobBuilder() - Method in class com.helger.quartz.impl.JobDetail
-
- getJobClass() - Method in interface com.helger.quartz.IJobDetail
-
Get the instance of Job that will be executed.
- getJobClass() - Method in class com.helger.quartz.impl.JobDetail
-
- getJobDataMap() - Method in interface com.helger.quartz.IJobDetail
-
Get the JobDataMap that is associated with the
Job.
- getJobDataMap() - Method in class com.helger.quartz.impl.JobDetail
-
- getJobDataMap() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getJobDataMap() - Method in interface com.helger.quartz.ITrigger
-
Get the JobDataMap that is associated with the
Trigger.
- getJobDetail(JobKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getJobDetail(JobKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the
IJobDetail for the
Job instance
with the given name and group.
- getJobDetail() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get the JobDetail associated with the Job.
- getJobDetail() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get the JobDetail associated with the Job.
- getJobDetail(JobKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getJobDetail(JobKey) - Method in interface com.helger.quartz.IScheduler
-
Get the
IJobDetail for the
Job instance
with the given key.
- getJobDetail() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getJobFactory() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getJobFailedMessage() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job fails its execution.
- getJobGroup() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Get the name of the associated
IJobDetail's group.
- getJobGroupNames() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getJobGroupNames() - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the names of all known
IJob
groups.
- getJobGroupNames() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getJobGroupNames() - Method in interface com.helger.quartz.IScheduler
-
- getJobGroupNames() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the names of all of the
IJob
groups.
- getJobGroupNames() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the names of all of the
IJob
groups.
- getJobInstance() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get the instance of the Job that was created for this
execution.
- getJobInstance() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get the instance of the Job that was created for this
execution.
- getJobKey() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getJobKey() - Method in interface com.helger.quartz.ITrigger
-
- getJobKeys(GroupMatcher<JobKey>) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getJobKeys(GroupMatcher<JobKey>) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the names of all the
IJobs in
the matching groups.
- getJobKeys(GroupMatcher<JobKey>) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getJobKeys(GroupMatcher<JobKey>) - Method in interface com.helger.quartz.IScheduler
-
Get the keys of all the
IJobDetails
in the matching groups.
- getJobKeys(GroupMatcher<JobKey>) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the names of all of the
IJob s
that match the given groupMatcher.
- getJobKeys(GroupMatcher<JobKey>) - Method in interface com.helger.quartz.spi.IJobStore
-
Get the keys of all of the
IJob s
that have the given group name.
- getJobListener(String) - Method in class com.helger.quartz.core.ListenerManager
-
- getJobListener(String) - Method in interface com.helger.quartz.IListenerManager
-
- getJobListenerMatchers(String) - Method in class com.helger.quartz.core.ListenerManager
-
- getJobListenerMatchers(String) - Method in interface com.helger.quartz.IListenerManager
-
Get the set of Matchers for which the listener will receive events if ANY
of the matchers match.
- getJobListeners() - Method in class com.helger.quartz.core.ListenerManager
-
- getJobListeners() - Method in interface com.helger.quartz.IListenerManager
-
Get a List containing all of the
IJobListeners in the
Scheduler, in the order in which they were registered.
- getJobName() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getJobRunShellFactory() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getJobRunTime() - Method in interface com.helger.quartz.IJobExecutionContext
-
The amount of time the job ran for (in milliseconds).
- getJobRunTime() - Method in class com.helger.quartz.impl.JobExecutionContext
-
The amount of time the job ran for (in milliseconds).
- getJobsCompletedMostRecentSample() - Method in interface com.helger.quartz.core.ISampledStatistics
-
- getJobsCompletedMostRecentSample() - Method in class com.helger.quartz.core.NullSampledStatistics
-
- getJobsCompletedMostRecentSample() - Method in class com.helger.quartz.core.SampledStatistics
-
- getJobsExecutingMostRecentSample() - Method in interface com.helger.quartz.core.ISampledStatistics
-
- getJobsExecutingMostRecentSample() - Method in class com.helger.quartz.core.NullSampledStatistics
-
- getJobsExecutingMostRecentSample() - Method in class com.helger.quartz.core.SampledStatistics
-
- getJobsScheduledMostRecentSample() - Method in interface com.helger.quartz.core.ISampledStatistics
-
- getJobsScheduledMostRecentSample() - Method in class com.helger.quartz.core.NullSampledStatistics
-
- getJobsScheduledMostRecentSample() - Method in class com.helger.quartz.core.SampledStatistics
-
- getJobStore() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getJobStoreClass() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getJobStoreClass() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getJobStoreClass() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the class-name of the JobStore instance that is being
used by the Scheduler.
- getJobSuccessMessage() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job successfully completes its
execution.
- getJobToBeFiredMessage() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job is about to execute.
- getJobWasVetoedMessage() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job execution is vetoed by a trigger
listener.
- getKey() - Method in interface com.helger.quartz.IJobDetail
-
- getKey() - Method in class com.helger.quartz.impl.JobDetail
-
- getKey() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getKey() - Method in interface com.helger.quartz.ITrigger
-
- getLeftOperand() - Method in class com.helger.quartz.impl.matchers.AndMatcher
-
- getLeftOperand() - Method in class com.helger.quartz.impl.matchers.OrMatcher
-
- getListenerManager() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getListenerManager() - Method in class com.helger.quartz.impl.StdScheduler
-
- getListenerManager() - Method in interface com.helger.quartz.IScheduler
-
Get a reference to the scheduler's ListenerManager, through
which listeners may be registered.
- getListeners() - Method in class com.helger.quartz.listeners.BroadcastJobListener
-
- getListeners() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- getListeners() - Method in class com.helger.quartz.listeners.BroadcastTriggerListener
-
- getLongProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getLongProperty(String, long) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getMakeSchedulerThreadDaemon() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Get whether to mark the Quartz scheduling thread as daemon.
- getMaxBatchSize() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getMaxValue() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- getMergedJobDataMap() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get the convenience JobDataMap of this execution context.
- getMergedJobDataMap() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get the convenience JobDataMap of this execution context.
- getMetaData() - Method in class com.helger.quartz.impl.StdScheduler
-
- getMetaData() - Method in interface com.helger.quartz.IScheduler
-
Get a SchedulerMetaData object describing the settings and
capabilities of the scheduler instance.
- getMinValue() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- getMisfireInstruction() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getMisfireInstruction() - Method in interface com.helger.quartz.ITrigger
-
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 com.helger.quartz.simpl.RAMJobStore
-
- getMostRecentSample() - Method in interface com.helger.quartz.utils.counter.sampled.ISampledCounter
-
Returns the most recent sampled value
- getMostRecentSample() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- getName() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getName() - Method in class com.helger.quartz.core.SampledStatistics
-
- getName() - Method in interface com.helger.quartz.IJobListener
-
Get the name of the JobListener.
- getName() - Method in class com.helger.quartz.impl.JobDetail
-
Get the name of this Job.
- getName() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Get the name of this Trigger.
- getName() - Method in interface com.helger.quartz.ITriggerListener
-
Get the name of the TriggerListener.
- getName() - Method in class com.helger.quartz.listeners.BroadcastJobListener
-
- getName() - Method in class com.helger.quartz.listeners.BroadcastTriggerListener
-
- getName() - Method in class com.helger.quartz.listeners.JobChainingJobListener
-
- getName() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
- getName() - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- getName() - Method in class com.helger.quartz.utils.Key
-
Get the name portion of the key.
- getNextFireTime() - Method in interface com.helger.quartz.IJobExecutionContext
-
- getNextFireTime() - Method in class com.helger.quartz.impl.JobExecutionContext
- getNextFireTime() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Returns the next time at which the Trigger is scheduled to
fire.
- getNextFireTime() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getNextFireTime() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Returns the next time at which the Trigger is scheduled to
fire.
- getNextFireTime() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Returns the next time at which the Trigger is scheduled to
fire.
- getNextFireTime() - Method in interface com.helger.quartz.ITrigger
-
Returns the next time at which the Trigger is scheduled to
fire.
- getNextFireTime() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getNextIncludedTime(long) - Method in interface com.helger.quartz.ICalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Determines the next time included by the CronCalendar after
the specified time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Determines the next time included by the DailyCalendar after
the specified time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.HolidayCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextInvalidTimeAfter(Date) - Method in class com.helger.quartz.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class com.helger.quartz.CronExpression
-
Returns the next date/time after the given date/time which satisfies
the cron expression.
- getNumberOfCalendars() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the number of
ICalendar s that
are stored in the
JobsStore.
- getNumberOfCalendars() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the number of
ICalendar s that
are stored in the
JobsStore.
- getNumberOfJobs() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the number of
IJobDetail s that
are stored in the
JobsStore.
- getNumberOfJobs() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the number of
IJob s that are
stored in the
JobsStore.
- getNumberOfJobsExecuted() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the number of jobs executed since the Scheduler
started.
- getNumberOfTriggers() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the number of
ITrigger s that
are stored in the
JobsStore.
- getNumberOfTriggers() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the number of
ITrigger s that
are stored in the
JobsStore.
- getOperand() - Method in class com.helger.quartz.impl.matchers.NotMatcher
-
- getPausedTriggerGroups() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getPausedTriggerGroups() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getPausedTriggerGroups() - Method in class com.helger.quartz.impl.StdScheduler
-
- getPausedTriggerGroups() - Method in interface com.helger.quartz.IScheduler
-
Get the names of all
ITrigger groups that are paused.
- getPausedTriggerGroups() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- getPausedTriggerGroups() - Method in interface com.helger.quartz.spi.IJobStore
-
- getPoolSize() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- getPoolSize() - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- getPoolSize() - Method in interface com.helger.quartz.spi.IThreadPool
-
Get the current number of threads in the ThreadPool.
- getPostpend() - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to postpend (add to the end) to the instanceId found in
the system property.
- getPrepend() - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to prepend (add to the beginning) to the instanceId found
in the system property.
- getPrevFireTime() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getPreviousFireTime() - Method in interface com.helger.quartz.IJobExecutionContext
-
- getPreviousFireTime() - Method in class com.helger.quartz.impl.JobExecutionContext
- getPreviousFireTime() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Returns the previous time at which the DateIntervalTrigger
fired.
- getPreviousFireTime() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getPreviousFireTime() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Returns the previous time at which the
DailyTimeIntervalTrigger fired.
- getPreviousFireTime() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Returns the previous time at which the SimpleTrigger fired.
- getPreviousFireTime() - Method in interface com.helger.quartz.ITrigger
-
Returns the previous time at which the Trigger fired.
- getPriority() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getPriority() - Method in interface com.helger.quartz.ITrigger
-
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.
- getPropertyGroup(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getPropertyGroup(String, boolean) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getPropertyGroup(String, boolean, String[]) - Method in class com.helger.quartz.utils.PropertiesParser
-
Get all properties that start with the given prefix.
- getPropertyGroups(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getRecoveringTriggerKey() - Method in interface com.helger.quartz.IJobExecutionContext
-
Return the TriggerKey of the originally scheduled and now
recovering job.
- getRecoveringTriggerKey() - Method in class com.helger.quartz.impl.JobExecutionContext
-
- getRefireCount() - Method in interface com.helger.quartz.IJobExecutionContext
-
- getRefireCount() - Method in class com.helger.quartz.impl.JobExecutionContext
- getRepeatCount() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
Get the the number of times for interval this trigger should repeat, after
which it will be automatically deleted.
- getRepeatCount() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getRepeatCount() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- getRepeatCount() - Method in interface com.helger.quartz.ISimpleTrigger
-
Get the the number of times the SimpleTrigger should repeat,
after which it will be automatically deleted.
- getRepeatInterval() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
Get the the time interval that will be added to the
DateIntervalTrigger's fire time (in the set repeat interval
unit) in order to calculate the time of the next trigger repeat.
- getRepeatInterval() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
Get the the time interval that will be added to the
DateIntervalTrigger's fire time (in the set repeat interval
unit) in order to calculate the time of the next trigger repeat.
- getRepeatInterval() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getRepeatInterval() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getRepeatInterval() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- getRepeatInterval() - Method in interface com.helger.quartz.ISimpleTrigger
-
Get the the time interval (in milliseconds) at which the
SimpleTrigger should repeat.
- getRepeatIntervalUnit() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
- getRepeatIntervalUnit() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
Get the interval unit - the time unit on with the interval applies.
- getRepeatIntervalUnit() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getRepeatIntervalUnit() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getResource(String) - Method in class com.helger.quartz.simpl.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in interface com.helger.quartz.spi.IClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class com.helger.quartz.simpl.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in interface com.helger.quartz.spi.IClassLoadHelper
-
Finds a resource with a given name.
- getResult() - Method in interface com.helger.quartz.IJobExecutionContext
-
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 com.helger.quartz.impl.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).
- getRightOperand() - Method in class com.helger.quartz.impl.matchers.AndMatcher
-
- getRightOperand() - Method in class com.helger.quartz.impl.matchers.OrMatcher
-
- getRunningSince() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the Date at which the Scheduler started running.
- getScheduleBuilder() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getScheduleBuilder() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Get a
IScheduleBuilder that is configured to
produce a schedule identical to this trigger's schedule.
- getScheduleBuilder() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
Get a
IScheduleBuilder that is configured to produce a schedule
identical to this trigger's schedule.
- getScheduleBuilder() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Get a
IScheduleBuilder that is configured to produce a schedule
identical to this trigger's schedule.
- getScheduleBuilder() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Get a
IScheduleBuilder that is configured to produce a schedule
identical to this trigger's schedule.
- getScheduleBuilder() - Method in interface com.helger.quartz.ITrigger
-
Get a
IScheduleBuilder that is configured to produce a schedule
identical to this trigger's schedule.
- getScheduledFireTime() - Method in interface com.helger.quartz.IJobExecutionContext
-
The scheduled time the trigger fired for.
- getScheduledFireTime() - Method in class com.helger.quartz.impl.JobExecutionContext
-
The scheduled time the trigger fired for.
- getScheduledFireTime() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getScheduler() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get a handle to the Scheduler instance that fired the
Job.
- getScheduler() - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Returns a handle to the Scheduler produced by this factory.
- getScheduler(String) - Method in class com.helger.quartz.impl.DirectSchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists.
- getScheduler() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get a handle to the Scheduler instance that fired the
Job.
- getScheduler() - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Returns a handle to the Scheduler produced by this factory.
- getScheduler(String) - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists (if it
has already been instantiated).
- getScheduler() - Method in interface com.helger.quartz.ISchedulerFactory
-
Returns a client-usable handle to a Scheduler.
- getScheduler(String) - Method in interface com.helger.quartz.ISchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists.
- getSchedulerClass() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the class-name of the Scheduler instance.
- getSchedulerContext() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getSchedulerContext() - Method in class com.helger.quartz.core.QuartzScheduler
-
Returns the SchedulerContext of the Scheduler.
- getSchedulerInstanceId() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getSchedulerInstanceId() - Method in class com.helger.quartz.core.QuartzScheduler
-
Returns the instance Id of the QuartzScheduler.
- getSchedulerInstanceId() - Method in class com.helger.quartz.impl.StdScheduler
-
Returns the instance Id of the Scheduler.
- getSchedulerInstanceId() - Method in interface com.helger.quartz.IScheduler
-
Returns the instance Id of the Scheduler.
- getSchedulerInstanceId() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the instance Id of the Scheduler.
- getSchedulerListeners() - Method in class com.helger.quartz.core.ListenerManager
-
- getSchedulerListeners() - Method in interface com.helger.quartz.IListenerManager
-
Get a List containing all of the
ISchedulerListeners
registered with the
Scheduler, in the order in which they were
registered.
- getSchedulerName() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getSchedulerName() - Method in class com.helger.quartz.core.QuartzScheduler
-
Returns the name of the QuartzScheduler.
- getSchedulerName() - Method in class com.helger.quartz.impl.StdScheduler
-
Returns the name of the Scheduler.
- getSchedulerName() - Method in interface com.helger.quartz.IScheduler
-
Returns the name of the Scheduler.
- getSchedulerName() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the name of the Scheduler.
- getSchedulerPlugins() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getSchedulerSignaler() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getSchedulerThreadGroup() - Method in class com.helger.quartz.core.QuartzScheduler
-
Returns the name of the thread group for Quartz's main threads.
- getShortProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getShortProperty(String, short) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getSignaledNextFireTime() - Method in class com.helger.quartz.core.QuartzSchedulerThread
-
- getStartOfDayJavaCalendar(long) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
Returns the start of the given day as a
Calendar.
- getStartTime() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getStartTime() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getStartTime() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getStartTime() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- getStartTime() - Method in interface com.helger.quartz.ITrigger
-
Get the time at which the Trigger should occur.
- getStartTimeOfDay() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
The time of day to start firing at the given interval.
- getStartTimeOfDay() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getStringArrayProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getStringArrayProperty(String, String[]) - Method in class com.helger.quartz.utils.PropertiesParser
-
- getStringProperty(String) - Method in class com.helger.quartz.utils.PropertiesParser
-
Get the trimmed String value of the property with the given
name.
- getStringProperty(String, String) - Method in class com.helger.quartz.utils.PropertiesParser
-
Get the trimmed String value of the property with the given
name or the given default value if the value is null or empty
after trimming.
- getSummary() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns a formatted (human readable) String describing all the
Scheduler's meta-data values.
- getSystemPropertyName() - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
The name of the system property from which to obtain the instanceId.
- getThreadCount() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Get the number of worker threads in the pool.
- getThreadExecutor() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Get the ThreadExecutor which runs the QuartzSchedulerThread
- getThreadName() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getThreadNamePrefix() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- getThreadPool() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getThreadPoolClass() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getThreadPoolClass() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getThreadPoolClass() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the class-name of the ThreadPool instance that is
being used by the Scheduler.
- getThreadPoolSize() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getThreadPoolSize() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getThreadPoolSize() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the number of threads currently in the Scheduler's
ThreadPool.
- getThreadPriority() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Get the thread priority of worker threads in the pool.
- getTimeAfter(Date) - Method in class com.helger.quartz.CronExpression
-
- getTimeAfter(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getTimeBefore(Date) - Method in class com.helger.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time that the
CronExpression matches.
- getTimeBefore(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
NOT YET IMPLEMENTED: Returns the time before the given time that this
CronTrigger will fire.
- getTimeRangeEndingTimeInMillis(long) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Returns the end time of the time range (in milliseconds) of the day
specified in timeInMillis
- getTimeRangeStartingTimeInMillis(long) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Returns the start time of the time range (in milliseconds) of the day
specified in timeInMillis
- getTimerTask() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- getTimestamp() - Method in class com.helger.quartz.utils.counter.sampled.TimeStampedCounterValue
-
Get value of the timestamp
- getTimesTriggered() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
Get the number of times the DateIntervalTrigger has already
fired.
- getTimesTriggered() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
Get the number of times the DateIntervalTrigger has already
fired.
- getTimesTriggered() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getTimesTriggered() - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- getTimesTriggered() - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Get the number of times the SimpleTrigger has already fired.
- getTimesTriggered() - Method in interface com.helger.quartz.ISimpleTrigger
-
Get the number of times the SimpleTrigger has already fired.
- getTimeZone() - Method in class com.helger.quartz.CronExpression
-
- getTimeZone() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
Gets the time zone within which time calculations related to this trigger
will be performed.
- getTimeZone() - Method in interface com.helger.quartz.ICronTrigger
-
Returns the time zone for which the
cronExpression of this
ICronTrigger will be resolved.
- getTimeZone() - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- getTimeZone() - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Returns the time zone for which the CronExpression of this
CronCalendar will be resolved.
- getTimeZone() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- getTimeZone() - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- getTrigger(TriggerKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getTrigger(TriggerKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the
ITrigger instance with the given name and
group.
- getTrigger() - Method in interface com.helger.quartz.IJobExecutionContext
-
Get a handle to the Trigger instance that fired the
Job.
- getTrigger() - Method in class com.helger.quartz.impl.JobExecutionContext
-
Get a handle to the Trigger instance that fired the
Job.
- getTrigger(TriggerKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getTrigger(TriggerKey) - Method in interface com.helger.quartz.IScheduler
-
Get the
ITrigger instance with the given key.
- getTrigger() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- getTriggerBuilder() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
- getTriggerBuilder() - Method in interface com.helger.quartz.ICronTrigger
-
- getTriggerBuilder() - Method in interface com.helger.quartz.IDailyTimeIntervalTrigger
-
- getTriggerBuilder() - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- getTriggerBuilder() - Method in interface com.helger.quartz.ISimpleTrigger
-
- getTriggerBuilder() - Method in interface com.helger.quartz.ITrigger
-
Get a
TriggerBuilder that is configured to produce a
Trigger identical to this one.
- getTriggerCompleteMessage() - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon the completion of a trigger's firing.
- getTriggerFiredBundle() - Method in class com.helger.quartz.spi.TriggerFiredResult
-
- getTriggerFiredMessage() - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon a trigger's firing.
- getTriggerGroupNames() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getTriggerGroupNames() - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the names of all known
ITrigger
groups.
- getTriggerGroupNames() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getTriggerGroupNames() - Method in interface com.helger.quartz.IScheduler
-
Get the names of all known
ITrigger groups.
- getTriggerGroupNames() - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the names of all of the
ITrigger
groups.
- getTriggerGroupNames() - Method in interface com.helger.quartz.spi.IJobStore
-
Get the names of all of the
ITrigger
groups.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the names of all the
ITriggers
in the matching groups.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface com.helger.quartz.IScheduler
-
Get the names of all the
ITriggers in the given group.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the names of all of the
ITrigger
s that match the given groupMatcher.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface com.helger.quartz.spi.IJobStore
-
Get the names of all of the
ITrigger
s that have the given group name.
- getTriggerListener(String) - Method in class com.helger.quartz.core.ListenerManager
-
- getTriggerListener(String) - Method in interface com.helger.quartz.IListenerManager
-
- getTriggerListenerMatchers(String) - Method in class com.helger.quartz.core.ListenerManager
-
- getTriggerListenerMatchers(String) - Method in interface com.helger.quartz.IListenerManager
-
Get the set of Matchers for which the listener will receive events if ANY
of the matchers match.
- getTriggerListeners() - Method in class com.helger.quartz.core.ListenerManager
-
- getTriggerListeners() - Method in interface com.helger.quartz.IListenerManager
-
Get a List containing all of the
ITriggerListeners in
the
Scheduler, in the order in which they were registered.
- getTriggerMisfiredMessage() - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon a trigger's mis-firing.
- getTriggersForJob(JobKey) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(JobKey) - Method in interface com.helger.quartz.spi.IJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersOfJob(JobKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getTriggersOfJob(JobKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
- getTriggersOfJob(JobKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getTriggersOfJob(JobKey) - Method in interface com.helger.quartz.IScheduler
-
- getTriggerState(TriggerKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getTriggerState(TriggerKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Get the current state of the identified
ITrigger.
- getTriggerState(TriggerKey) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- getTriggerState(TriggerKey) - Method in interface com.helger.quartz.IScheduler
-
Get the current state of the identified
ITrigger.
- getTriggerState(TriggerKey) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Get the current state of the identified
ITrigger.
- getTriggerState(TriggerKey) - Method in interface com.helger.quartz.spi.IJobStore
-
Get the current state of the identified
ITrigger.
- getTriggerWrappersForCalendar(String) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- getTriggerWrappersForJob(JobKey) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- getUnderlyingProperties() - Method in class com.helger.quartz.utils.PropertiesParser
-
- getUniqueIdentifier(String, String) - Static method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getUniqueIdentifier() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- getValue(T) - Method in class com.helger.quartz.impl.matchers.GroupMatcher
-
- getValue(T) - Method in class com.helger.quartz.impl.matchers.NameMatcher
-
- getValue(T) - Method in class com.helger.quartz.impl.matchers.StringMatcher
-
- getValue() - Method in class com.helger.quartz.utils.counter.Counter
-
- getValue() - Method in interface com.helger.quartz.utils.counter.ICounter
-
Gets current value of the counter
- getValue() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Gets current value of the counter
- getVersion() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- getVersion() - Method in class com.helger.quartz.core.QuartzScheduler
-
- getVersion() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns the version of Quartz that is running.
- getVersionIteration() - Static method in class com.helger.quartz.core.QuartzScheduler
-
- getVersionMajor() - Static method in class com.helger.quartz.core.QuartzScheduler
-
- getVersionMinor() - Static method in class com.helger.quartz.core.QuartzScheduler
-
- groupContains(String) - Static method in class com.helger.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups containing the given string.
- groupEndsWith(String) - Static method in class com.helger.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups ending with the given string.
- groupEquals(String) - Static method in class com.helger.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups equaling the given string.
- GroupMatcher<T extends Key<T>> - Class in com.helger.quartz.impl.matchers
-
Matches on group (ignores name) property of Keys.
- GroupMatcher(String, StringMatcher.EStringOperatorName) - Constructor for class com.helger.quartz.impl.matchers.GroupMatcher
-
- groupStartsWith(String) - Static method in class com.helger.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups starting with the given string.
- ICalendar - Interface in com.helger.quartz
-
An interface to be implemented by objects that define spaces of time during
which an associated
ITrigger may (not) fire.
- ICalendarIntervalTrigger - Interface in com.helger.quartz
-
A concrete
ITrigger that is used to fire a
IJobDetail based upon repeating
calendar time intervals.
- IClassLoadHelper - Interface in com.helger.quartz.spi
-
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
- ICounter - Interface in com.helger.quartz.utils.counter
-
A simple counter
- ICounterManager - Interface in com.helger.quartz.utils.counter
-
A Counter Manager that accepts a config to create counters.
- ICronTrigger - Interface in com.helger.quartz
-
The public interface for inspecting settings specific to a CronTrigger, .
- IDailyTimeIntervalTrigger - Interface in com.helger.quartz
-
- IInstanceIdGenerator - Interface in com.helger.quartz.spi
-
An InstanceIdGenerator is responsible for generating the clusterwide unique
instance id for a Scheduler node.
- IInterruptableJob - Interface in com.helger.quartz
-
The interface to be implemented by
IJobs that provide a
mechanism for having their execution interrupted.
- IJob - Interface in com.helger.quartz
-
The interface to be implemented by classes which represent a 'job' to be
performed.
- IJobDetail - Interface in com.helger.quartz
-
Conveys the detail properties of a given Job instance.
- IJobExecutionContext - Interface in com.helger.quartz
-
A context bundle containing handles to various environment information, that
is given to a
IJobDetail instance as
it is executed, and to a
ITrigger instance after the
execution completes.
- IJobFactory - Interface in com.helger.quartz.spi
-
A JobFactory is responsible for producing instances of Job
classes.
- IJobListener - Interface in com.helger.quartz
-
The interface to be implemented by classes that want to be informed when a
IJobDetail executes.
- IJobRunShellFactory - Interface in com.helger.quartz.core
-
- IJobStore - Interface in com.helger.quartz.spi
-
- IListenerManager - Interface in com.helger.quartz
-
Client programs may be interested in the 'listener' interfaces that are
available from Quartz.
- IMatcher<T extends Key<T>> - Interface in com.helger.quartz
-
Matchers can be used in various
IScheduler API methods to select the
entities that should be operated upon.
- IMutableTrigger - Interface in com.helger.quartz.spi
-
- increment() - Method in class com.helger.quartz.utils.counter.Counter
-
- increment(long) - Method in class com.helger.quartz.utils.counter.Counter
-
- increment() - Method in interface com.helger.quartz.utils.counter.ICounter
-
Increment the counter by 1
- increment(long) - Method in interface com.helger.quartz.utils.counter.ICounter
-
Increment the counter by given amount
- increment(long, long) - Method in interface com.helger.quartz.utils.counter.sampled.ISampledRateCounter
-
Increments the numerator and denominator by the passed values
- increment(long, long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Increments the numerator and denominator by the passed values
- increment() - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- increment(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- incrementRefireCount() - Method in class com.helger.quartz.impl.JobExecutionContext
-
- initialize(IScheduler) - Method in interface com.helger.quartz.core.IJobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell and the
JobExecutionContext s within it.
- initialize(QuartzScheduler) - Method in class com.helger.quartz.core.JobRunShell
-
- initialize() - Method in class com.helger.quartz.core.QuartzScheduler
-
- initialize() - Method in class com.helger.quartz.impl.DefaultThreadExecutor
-
- initialize(IScheduler) - Method in class com.helger.quartz.impl.StdJobRunShellFactory
-
Initialize the factory, providing a handle to the
IScheduler that
should be made available within the
JobRunShell and the
JobExecutionContexts within it.
- initialize() - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Initialize the
ISchedulerFactory
with the contents of a
NonBlockingProperties file and
overriding System properties.
- initialize(String) - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Initialize the
ISchedulerFactory
with the contents of the
Properties file with the given name.
- initialize(InputStream) - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
Initialize the
ISchedulerFactory
with the contents of the
Properties file opened with the given
InputStream.
- initialize(NonBlockingProperties) - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
- initialize(String, IScheduler, IClassLoadHelper) - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Called during creation of the Scheduler in order to give the
SchedulerPlugin a chance to initialize.
- initialize(String, IScheduler, IClassLoadHelper) - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Called during creation of the Scheduler in order to give the
SchedulerPlugin a chance to initialize.
- initialize(String, IScheduler, IClassLoadHelper) - Method in class com.helger.quartz.plugins.management.ShutdownHookPlugin
-
Called during creation of the Scheduler in order to give the
SchedulerPlugin a chance to initialize.
- initialize() - Method in class com.helger.quartz.simpl.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 class com.helger.quartz.simpl.InitThreadContextClassLoadHelper
-
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(IClassLoadHelper, ISchedulerSignaler) - Method in class com.helger.quartz.simpl.RAMJobStore
-
Called by the QuartzScheduler before the JobStore is used, in
order to give the it a chance to initialize.
- initialize() - Method in class com.helger.quartz.simpl.SimpleClassLoadHelper
-
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 class com.helger.quartz.simpl.SimpleThreadPool
-
- initialize() - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- initialize() - Method in interface com.helger.quartz.spi.IClassLoadHelper
-
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(IClassLoadHelper, ISchedulerSignaler) - Method in interface com.helger.quartz.spi.IJobStore
-
Called by the QuartzScheduler before the JobStore is used, in
order to give the it a chance to initialize.
- initialize(String, IScheduler, IClassLoadHelper) - Method in interface com.helger.quartz.spi.ISchedulerPlugin
-
Called during creation of the Scheduler in order to give the
SchedulerPlugin a chance to initialize.
- initialize() - Method in interface com.helger.quartz.spi.IThreadExecutor
-
- initialize() - Method in interface com.helger.quartz.spi.IThreadPool
-
Must be called before the ThreadPool is used, in order to give
the it a chance to initialize.
- InitThreadContextClassLoadHelper - Class in com.helger.quartz.simpl
-
A ClassLoadHelper that uses either the context class loader of
the thread that initialized Quartz.
- InitThreadContextClassLoadHelper() - Constructor for class com.helger.quartz.simpl.InitThreadContextClassLoadHelper
-
- inLocale(Locale) - Method in class com.helger.quartz.DateBuilder
-
Set the Locale for the Date that will be built by this builder (if "null",
system default will be used)
- inMonth(Month) - Method in class com.helger.quartz.DateBuilder
-
Set the month (1-12) for the Date that will be built by this builder.
- inMonthOnDay(Month, int) - Method in class com.helger.quartz.DateBuilder
-
- instantiate(QuartzSchedulerResources, QuartzScheduler) - Method in class com.helger.quartz.impl.StdSchedulerFactory
-
- interrupt(JobKey) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- interrupt(String) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- interrupt(JobKey) - Method in class com.helger.quartz.core.QuartzScheduler
-
Interrupt all instances of the identified InterruptableJob executing in
this Scheduler instance.
- interrupt(String) - Method in class com.helger.quartz.core.QuartzScheduler
-
Interrupt the identified InterruptableJob executing in this Scheduler
instance.
- interrupt() - Method in interface com.helger.quartz.IInterruptableJob
-
Called by the
IScheduler when a user interrupts the
Job.
- interrupt(JobKey) - Method in class com.helger.quartz.impl.StdScheduler
-
- interrupt(String) - Method in class com.helger.quartz.impl.StdScheduler
-
- interrupt(JobKey) - Method in interface com.helger.quartz.IScheduler
-
Request the interruption, within this Scheduler instance, of all currently
executing instances of the identified Job, which must be an
implementor of the InterruptableJob interface.
- interrupt(String) - Method in interface com.helger.quartz.IScheduler
-
Request the interruption, within this Scheduler instance, of the identified
executing Job instance, which must be an implementor of the
InterruptableJob interface.
- inTimeZone(TimeZone) - Method in class com.helger.quartz.CalendarIntervalScheduleBuilder
-
The TimeZone in which to base the schedule.
- inTimeZone(TimeZone) - Method in class com.helger.quartz.CronScheduleBuilder
-
The TimeZone in which to base the schedule.
- inTimeZone(TimeZone) - Method in class com.helger.quartz.DateBuilder
-
Set the TimeZone for the Date that will be built by this builder (if
"null", system default will be used)
- inYear(int) - Method in class com.helger.quartz.DateBuilder
-
Set the year for the Date that will be built by this builder.
- IOperableTrigger - Interface in com.helger.quartz.spi
-
- IQuartzScheduler - Interface in com.helger.quartz.core
-
- ISampledCounter - Interface in com.helger.quartz.utils.counter.sampled
-
Interface of a sampled counter -- a counter that keeps sampled values
- ISampledRateCounter - Interface in com.helger.quartz.utils.counter.sampled
-
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
- ISampledStatistics - Interface in com.helger.quartz.core
-
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class com.helger.quartz.utils.ClassUtils
-
- IScheduleBuilder<T extends IMutableTrigger> - Interface in com.helger.quartz
-
- IScheduler - Interface in com.helger.quartz
-
This is the main interface of a Quartz Scheduler.
- ISchedulerFactory - Interface in com.helger.quartz
-
Provides a mechanism for obtaining client-usable handles to
Scheduler instances.
- ISchedulerListener - Interface in com.helger.quartz
-
The interface to be implemented by classes that want to be informed of major
IScheduler events.
- ISchedulerPlugin - Interface in com.helger.quartz.spi
-
Provides an interface for a class to become a "plugin" to Quartz.
- ISchedulerSignaler - Interface in com.helger.quartz.spi
-
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler.
- isCleanShutdown() - Method in class com.helger.quartz.plugins.management.ShutdownHookPlugin
-
Determine whether or not the plug-in is configured to cause a clean
shutdown of the scheduler.
- isClustered() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- isClustered() - Method in class com.helger.quartz.core.QuartzScheduler
-
- isClustered() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- isClustered() - Method in interface com.helger.quartz.spi.IJobStore
-
Whether or not the JobStore implementation is clustered.
- isConcurrentExectionDisallowed() - Method in interface com.helger.quartz.IJobDetail
-
- isConcurrentExectionDisallowed() - Method in class com.helger.quartz.impl.JobDetail
-
- isDayExcluded(Calendar) - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
- isDayExcluded(int) - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Return true, if day is defined to be excluded.
- isDayExcluded(int) - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Return true, if wday (see Calendar.get()) is defined to be exluded.
- isDurable() - Method in interface com.helger.quartz.IJobDetail
-
Whether or not the
Job should remain stored after it is
orphaned (no
ITriggers point to it).
- isDurable() - Method in class com.helger.quartz.impl.JobDetail
-
- isEmtpy() - Method in class com.helger.quartz.utils.CircularLossyQueue
-
Returns true if the queue is empty, otherwise false
- ISimpleTrigger - Interface in com.helger.quartz
-
A
ITrigger that is used to fire a
Job at a
given moment in time, and optionally repeated at a specified interval.
- isInStandbyMode() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- isInStandbyMode() - Method in class com.helger.quartz.core.QuartzScheduler
-
Reports whether the Scheduler is paused.
- isInStandbyMode() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- isInStandbyMode() - Method in interface com.helger.quartz.IScheduler
-
Reports whether the Scheduler is in stand-by mode.
- isInStandbyMode() - Method in class com.helger.quartz.SchedulerMetaData
-
Reports whether the Scheduler is in standby mode.
- isInterruptJobsOnShutdown() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- isInterruptJobsOnShutdownWithWait() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- isJobStoreClustered() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns whether or not the Scheduler'sJobStore is
clustered.
- isJobStoreSupportsPersistence() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns whether or not the Scheduler'sJobStore
instance supports persistence.
- isMakeThreadsDaemons() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- isMatch(T) - Method in interface com.helger.quartz.IMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.AndMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.EverythingMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.KeyMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.NotMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.OrMatcher
-
- isMatch(T) - Method in class com.helger.quartz.impl.matchers.StringMatcher
-
- isPersistJobDataAfterExecution() - Method in interface com.helger.quartz.IJobDetail
-
- isPersistJobDataAfterExecution() - Method in class com.helger.quartz.impl.JobDetail
-
- isPreserveHourOfDayAcrossDaylightSavings() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
If intervals are a day or greater, this property (set to true) will cause
the firing of the trigger to always occur at the same time of day, (the
time of day of the startTime) regardless of daylight saving time
transitions.
- isPreserveHourOfDayAcrossDaylightSavings() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
If intervals are a day or greater, this property (set to true) will cause
the firing of the trigger to always occur at the same time of day, (the
time of day of the startTime) regardless of daylight saving time
transitions.
- isRecovering() - Method in interface com.helger.quartz.IJobExecutionContext
-
If the Job is being re-executed because of a 'recovery'
situation, this method will return true.
- isRecovering() - Method in class com.helger.quartz.impl.JobExecutionContext
-
If the Job is being re-executed because of a 'recovery'
situation, this method will return true.
- isRecovering() - Method in class com.helger.quartz.spi.TriggerFiredBundle
-
- isResetOnSample() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns true if counters created from this config will reset on each sample
- isSatisfiedBy(Date) - Method in class com.helger.quartz.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isScheduleChanged() - Method in class com.helger.quartz.core.QuartzSchedulerThread
-
- isShutdown() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- isShutdown() - Method in class com.helger.quartz.core.QuartzScheduler
-
Reports whether the Scheduler has been shutdown.
- isShutdown() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- isShutdown() - Method in interface com.helger.quartz.IScheduler
-
Reports whether the Scheduler has been shutdown.
- isShutdown() - Method in class com.helger.quartz.SchedulerMetaData
-
Reports whether the Scheduler has been shutdown.
- isShuttingDown() - Method in class com.helger.quartz.core.QuartzScheduler
-
- isSignalOnSchedulingChange() - Method in class com.helger.quartz.core.QuartzScheduler
-
- isSkipDayIfHourDoesNotExist() - Method in interface com.helger.quartz.ICalendarIntervalTrigger
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger would
fire, the day will be skipped and the trigger advanced a second interval if
this property is set to true.
- isSkipDayIfHourDoesNotExist() - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger would
fire, the day will be skipped and the trigger advanced a second interval if
this property is set to true.
- isStarted() - Method in class com.helger.quartz.core.QuartzScheduler
-
- isStarted() - Method in class com.helger.quartz.impl.StdScheduler
-
Whether the scheduler has been started.
- isStarted() - Method in interface com.helger.quartz.IScheduler
-
Whether the scheduler has been started.
- isStarted() - Method in class com.helger.quartz.SchedulerMetaData
-
Returns whether the scheduler has been started.
- isThreadsInheritContextClassLoaderOfInitializingThread() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- isThreadsInheritGroupOfInitializingThread() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- isThreadsInheritInitializersClassLoadContext() - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Get whether to set the class load context of spawned threads to that of the
initializing thread.
- isThrowIfPropertyNotFound() - Method in class com.helger.quartz.simpl.PropertySettingJobFactory
-
Whether the JobInstantiation should fail and throw and exception if a key
(name) and value (type) found in the JobDataMap does not correspond to a
property setter on the Job class.
- isTimeIncluded(long) - Method in interface com.helger.quartz.ICalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
Check if date/time represented by timeStamp is included.
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Determines whether the given time (in milliseconds) is 'included' by the
AbstractCalendar
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Determines whether the given time (in milliseconds) is 'included' by the
AbstractCalendar
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.HolidayCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isValidExpression(String) - Static method in class com.helger.quartz.CronExpression
-
Indicates whether the specified cron expression can be parsed into a valid
cron expression
- isWarnIfPropertyNotFound() - Method in class com.helger.quartz.simpl.PropertySettingJobFactory
-
Whether a warning should be logged if a key (name) and value (type) found
in the JobDataMap does not correspond to a proptery setter on the Job
class.
- IThreadExecutor - Interface in com.helger.quartz.spi
-
Allows different strategies for scheduling threads.
- IThreadPool - Interface in com.helger.quartz.spi
-
The interface to be implemented by classes that want to provide a thread pool
for the
QuartzScheduler's use.
- ITrigger - Interface in com.helger.quartz
-
The base interface with properties common to all
Triggers - use
TriggerBuilder to instantiate an actual Trigger.
- ITrigger.ECompletedExecutionInstruction - Enum in com.helger.quartz
-
- ITrigger.EMisfireInstruction - Enum in com.helger.quartz
-
- ITrigger.ETriggerState - Enum in com.helger.quartz
-
- ITriggerListener - Interface in com.helger.quartz
-
The interface to be implemented by classes that want to be informed when a
ITrigger fires.
- SampledCounter - Class in com.helger.quartz.utils.counter.sampled
-
- SampledCounter(SampledCounterConfig) - Constructor for class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- SampledCounterConfig - Class in com.helger.quartz.utils.counter.sampled
-
- SampledCounterConfig(int, int, boolean, long) - Constructor for class com.helger.quartz.utils.counter.sampled.SampledCounterConfig
-
Make a new timed counter config (duh)
- SampledRateCounter - Class in com.helger.quartz.utils.counter.sampled
-
- SampledRateCounter(SampledRateCounterConfig) - Constructor for class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Constructor accepting the config
- SampledRateCounterConfig - Class in com.helger.quartz.utils.counter.sampled
-
- SampledRateCounterConfig(int, int, boolean) - Constructor for class com.helger.quartz.utils.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledRateCounterConfig(int, int, boolean, long, long) - Constructor for class com.helger.quartz.utils.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledStatistics - Class in com.helger.quartz.core
-
- scheduleJob(IJobDetail, ITrigger) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- scheduleJob(ITrigger) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- scheduleJob(IJobDetail, Set<? extends ITrigger>, boolean) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- scheduleJob(IJobDetail, ITrigger) - Method in class com.helger.quartz.core.QuartzScheduler
-
- scheduleJob(ITrigger) - Method in class com.helger.quartz.core.QuartzScheduler
-
Schedule the given
ITrigger with the
Job identified by the
Trigger's settings.
- scheduleJob(IJobDetail, Set<? extends ITrigger>, boolean) - Method in class com.helger.quartz.core.QuartzScheduler
-
- scheduleJob(IJobDetail, ITrigger) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- scheduleJob(ITrigger) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- scheduleJob(IJobDetail, Set<? extends ITrigger>, boolean) - Method in class com.helger.quartz.impl.StdScheduler
-
- scheduleJob(IJobDetail, ITrigger) - Method in interface com.helger.quartz.IScheduler
-
- scheduleJob(ITrigger) - Method in interface com.helger.quartz.IScheduler
-
Schedule the given
ITrigger with the
Job identified by the
Trigger's settings.
- scheduleJob(IJobDetail, Set<? extends ITrigger>, boolean) - Method in interface com.helger.quartz.IScheduler
-
Schedule the given job with the related set of triggers.
- scheduleJobs(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- scheduleJobs(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in class com.helger.quartz.core.QuartzScheduler
-
- scheduleJobs(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in class com.helger.quartz.impl.StdScheduler
-
- scheduleJobs(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in interface com.helger.quartz.IScheduler
-
Schedule all of the given jobs with the related set of triggers.
- SchedulerConfigException - Exception in com.helger.quartz
-
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 com.helger.quartz.SchedulerConfigException
-
Create a JobPersistenceException with the given message.
- SchedulerConfigException(String, Throwable) - Constructor for exception com.helger.quartz.SchedulerConfigException
-
Create a JobPersistenceException with the given message and
cause.
- SchedulerContext - Class in com.helger.quartz
-
Holds context/environment data that can be made available to Jobs as they are
executed.
- SchedulerContext() - Constructor for class com.helger.quartz.SchedulerContext
-
Create an empty SchedulerContext.
- SchedulerContext(Map<String, ?>) - Constructor for class com.helger.quartz.SchedulerContext
-
Create a SchedulerContext with the given data.
- SchedulerContext(SchedulerContext) - Constructor for class com.helger.quartz.SchedulerContext
-
- schedulerError(String, SchedulerException) - Method in class com.helger.quartz.impl.QuartzServer
-
Called by the
IScheduler when a serious error has
occured 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 interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler 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 com.helger.quartz.listeners.BroadcastSchedulerListener
-
- SchedulerException - Exception in com.helger.quartz
-
Base class for exceptions thrown by the Quartz
IScheduler.
- SchedulerException() - Constructor for exception com.helger.quartz.SchedulerException
-
- SchedulerException(String) - Constructor for exception com.helger.quartz.SchedulerException
-
- SchedulerException(Throwable) - Constructor for exception com.helger.quartz.SchedulerException
-
- SchedulerException(String, Throwable) - Constructor for exception com.helger.quartz.SchedulerException
-
- schedulerInStandbyMode() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
it has move to standby mode.
- schedulerInStandbyMode() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- SchedulerMetaData - Class in com.helger.quartz
-
Describes the settings and capabilities of a given
IScheduler instance.
- SchedulerMetaData(String, String, Class<?>, boolean, boolean, boolean, Date, int, Class<?>, boolean, boolean, Class<?>, int, String) - Constructor for class com.helger.quartz.SchedulerMetaData
-
- schedulerPaused() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- schedulerPaused() - Method in interface com.helger.quartz.spi.IJobStore
-
Called by the QuartzScheduler to inform the JobStore that the
scheduler has been paused.
- SchedulerRepository - Class in com.helger.quartz.impl
-
Holds references to Scheduler instances - ensuring uniqueness, and preventing
garbage collection, and allowing 'global' lookups - all within a ClassLoader
space.
- schedulerResumed() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- schedulerResumed() - Method in interface com.helger.quartz.spi.IJobStore
-
Called by the QuartzScheduler to inform the JobStore that the
scheduler has resumed after being paused.
- schedulerShutdown() - Method in class com.helger.quartz.impl.QuartzServer
-
Called by the
IScheduler to inform the listener that
it has shutdown.
- schedulerShutdown() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
it has shutdown.
- schedulerShutdown() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- schedulerShuttingdown() - Method in class com.helger.quartz.core.JobRunShell
-
- schedulerShuttingdown() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
it has begun the shutdown sequence.
- schedulerShuttingdown() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- SchedulerSignaler - Class in com.helger.quartz.core
-
An interface to be used by JobStore instances in order to
communicate signals back to the QuartzScheduler.
- SchedulerSignaler(QuartzScheduler, QuartzSchedulerThread) - Constructor for class com.helger.quartz.core.SchedulerSignaler
-
- schedulerStarted() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
it has started.
- schedulerStarted() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- schedulerStarted() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- schedulerStarted() - Method in interface com.helger.quartz.spi.IJobStore
-
Called by the QuartzScheduler to inform the JobStore that the
scheduler has started.
- schedulerStarting() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
it is starting.
- schedulerStarting() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- schedulingDataCleared() - Method in interface com.helger.quartz.ISchedulerListener
-
Called by the
IScheduler to inform the listener that
all jobs, triggers and calendars were deleted.
- schedulingDataCleared() - Method in class com.helger.quartz.listeners.BroadcastSchedulerListener
-
- SECONDS_IN_MOST_DAYS - Static variable in class com.helger.quartz.DateBuilder
-
- serve(ISchedulerFactory, boolean) - Method in class com.helger.quartz.impl.QuartzServer
-
- setAllTriggersOfJobToState(JobKey, int) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- setBaseCalendar(ICalendar) - Method in interface com.helger.quartz.ICalendar
-
Set a new base calendar or remove the existing one.
- setBaseCalendar(ICalendar) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- setBatchTimeWindow(long) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setBeanProps(Object, JobDataMap) - Method in class com.helger.quartz.simpl.PropertySettingJobFactory
-
- setCalendarName(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setCalendarName(String) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
Associate the Calendar with the given name with this Trigger.
- setCleanShutdown(boolean) - Method in class com.helger.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 com.helger.quartz.impl.calendar.CronCalendar
-
Sets the cron expression for the calendar to a new value
- setCronExpression(CronExpression) - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Sets the cron expression for the calendar to a new value
- setCronExpression(String) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- setCronExpression(CronExpression) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
Set the CronExpression to the given one.
- setDayExcluded(Calendar, boolean) - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
Redefine a certain day to be excluded (true) or included (false).
- setDayExcluded(int, boolean) - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Redefine a certain day of the month to be excluded (true) or included
(false).
- setDayExcluded(int, boolean) - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Redefine a certain day of the week to be excluded (true) or included
(false).
- setDaysExcluded(List<Calendar>) - Method in class com.helger.quartz.impl.calendar.AnnualCalendar
-
Redefine the list of days excluded.
- setDaysExcluded(boolean[]) - Method in class com.helger.quartz.impl.calendar.MonthlyCalendar
-
Redefine the array of days excluded.
- setDaysExcluded(boolean[]) - Method in class com.helger.quartz.impl.calendar.WeeklyCalendar
-
Redefine the array of days excluded.
- setDaysOfWeek(Set<DayOfWeek>) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setDenominatorValue(long) - Method in interface com.helger.quartz.utils.counter.sampled.ISampledRateCounter
-
Sets the value of the denominator to the passed value
- setDenominatorValue(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the value of the denominator to the passed value
- setDescription(String) - Method in interface com.helger.quartz.ICalendar
-
Set a description for the Calendar instance - may be useful
for remembering/displaying the purpose of the calendar, though the
description has no meaning to Quartz.
- setDescription(String) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- setDescription(String) - Method in class com.helger.quartz.impl.JobDetail
-
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 com.helger.quartz.impl.triggers.AbstractTrigger
-
- setDescription(String) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
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.
- setDurability(boolean) - Method in class com.helger.quartz.impl.JobDetail
-
Set whether or not the Job should remain stored after it is
orphaned (no Triggers point to it).
- setEndTime(Date) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- setEndTime(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- setEndTime(Date) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setEndTime(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- setEndTime(Date) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
Set the time at which the Trigger should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- setEndTimeOfDay(LocalTime) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setFireInstanceId(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setFireInstanceId(String) - Method in interface com.helger.quartz.spi.IOperableTrigger
-
This method should not be used by the Quartz client.
- setGroup(String) - Method in class com.helger.quartz.impl.JobDetail
-
Set the group of this Job.
- setGroup(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Set the name of this Trigger.
- setInstanceId(String) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setInstanceId(String) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- setInstanceId(String) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setInstanceId(String) - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- setInstanceId(String) - Method in interface com.helger.quartz.spi.IJobStore
-
Inform the JobStore of the Scheduler instance's Id, prior to
initialize being invoked.
- setInstanceId(String) - Method in interface com.helger.quartz.spi.IThreadPool
-
Inform the ThreadPool of the Scheduler instance's Id, prior to
initialize being invoked.
- setInstanceName(String) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- setInstanceName(String) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setInstanceName(String) - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- setInstanceName(String) - Method in interface com.helger.quartz.spi.IJobStore
-
Inform the JobStore of the Scheduler instance's name, prior to
initialize being invoked.
- setInstanceName(String) - Method in interface com.helger.quartz.spi.IThreadPool
-
Inform the ThreadPool of the Scheduler instance's name, prior
to initialize being invoked.
- setInterruptJobsOnShutdown(boolean) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setInterruptJobsOnShutdownWithWait(boolean) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setInvertTimeRange(boolean) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Indicates whether the time range represents an inverted time range (see
class description).
- setJobClass(Class<? extends IJob>) - Method in class com.helger.quartz.impl.JobDetail
-
Set the instance of Job that will be executed.
- setJobData(JobDataMap) - Method in class com.helger.quartz.JobBuilder
-
Replace the
JobDetail's
JobDataMap with the given
JobDataMap.
- setJobDataMap(JobDataMap) - Method in class com.helger.quartz.impl.JobDetail
-
Set the JobDataMap to be associated with the Job.
- setJobDataMap(JobDataMap) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setJobDataMap(JobDataMap) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
Set the JobDataMap to be associated with the
Trigger.
- setJobFactory(IJobFactory) - Method in class com.helger.quartz.core.QuartzScheduler
-
- setJobFactory(IJobFactory) - Method in class com.helger.quartz.impl.StdScheduler
-
- setJobFactory(IJobFactory) - Method in interface com.helger.quartz.IScheduler
-
Set the JobFactory that will be responsible for producing
instances of Job classes.
- setJobFailedMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job fails its execution.
- setJobGroup(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Set the name of the associated
IJobDetail's group.
- setJobKey(JobKey) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setJobKey(JobKey) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
- setJobListenerMatchers(String, List<IMatcher<JobKey>>) - Method in class com.helger.quartz.core.ListenerManager
-
- setJobListenerMatchers(String, List<IMatcher<JobKey>>) - Method in interface com.helger.quartz.IListenerManager
-
Set the set of Matchers for which the listener will receive events if ANY
of the matchers match.
- setJobName(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setJobRunShellFactory(IJobRunShellFactory) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setJobRunTime(long) - Method in class com.helger.quartz.impl.JobExecutionContext
-
- setJobStore(IJobStore) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setJobSuccessMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job successfully completes its
execution.
- setJobToBeFiredMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job is about to execute.
- setJobWasVetoedMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job execution is vetoed by a trigger
listener.
- setKey(JobKey) - Method in class com.helger.quartz.impl.JobDetail
-
- setKey(TriggerKey) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setKey(TriggerKey) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
- setMakeSchedulerThreadDaemon(boolean) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Set whether to mark the Quartz scheduling thread as daemon.
- setMakeThreadsDaemons(boolean) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setMaxBatchSize(int) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setMisfireInstruction(ITrigger.EMisfireInstruction) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setMisfireInstruction(ITrigger.EMisfireInstruction) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
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 com.helger.quartz.simpl.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 com.helger.quartz.core.QuartzSchedulerResources
-
- setName(String) - Method in class com.helger.quartz.impl.JobDetail
-
Set the name of this Job.
- setName(String) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
Set the name of this Trigger.
- setNextFireTime(Date) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Set the next time at which the DateIntervalTrigger should
fire.
- setNextFireTime(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- setNextFireTime(Date) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Set the next time at which the DailyTimeIntervalTrigger should
fire.
- setNextFireTime(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Set the next time at which the SimpleTrigger should fire.
- setNextFireTime(Date) - Method in interface com.helger.quartz.spi.IOperableTrigger
-
- setNumeratorValue(long) - Method in interface com.helger.quartz.utils.counter.sampled.ISampledRateCounter
-
Sets the value of the numerator to the passed value
- setNumeratorValue(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the value of the numerator to the passed value
- setPostpend(String) - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to postpend (add to the end) to the instanceId found in
the system property.
- setPrepend(String) - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to prepend (add to the beginning) to the instanceId found
in the system property.
- setPreserveHourOfDayAcrossDaylightSavings(boolean) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- setPreviousFireTime(Date) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Set the previous time at which the DateIntervalTrigger fired.
- setPreviousFireTime(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- setPreviousFireTime(Date) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Set the previous time at which the DailyTimeIntervalTrigger
fired.
- setPreviousFireTime(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Set the previous time at which the SimpleTrigger fired.
- setPreviousFireTime(Date) - Method in interface com.helger.quartz.spi.IOperableTrigger
-
- setPriority(int) - Method in class com.helger.quartz.impl.triggers.AbstractTrigger
-
- setPriority(int) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
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.
- setRepeatCount(int) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setRepeatCount(int) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Set the the number of time the SimpleTrigger should repeat,
after which it will be automatically deleted.
- setRepeatInterval(int) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
set the the time interval that will be added to the
DateIntervalTrigger's fire time (in the set repeat interval
unit) in order to calculate the time of the next trigger repeat.
- setRepeatInterval(int) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
set the the time interval that will be added to the
DailyTimeIntervalTrigger's fire time (in the set repeat
interval unit) in order to calculate the time of the next trigger repeat.
- setRepeatInterval(long) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Set the the time interval (in milliseconds) at which the
SimpleTrigger should repeat.
- setRepeatIntervalUnit(EIntervalUnit) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Set the interval unit - the time unit on with the interval applies.
- setRepeatIntervalUnit(EIntervalUnit) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Set the interval unit - the time unit on with the interval applies.
- setRequestsRecovery(boolean) - Method in class com.helger.quartz.impl.JobDetail
-
Set whether or not the the Scheduler should re-execute the
Job if a 'recovery' or 'fail-over' situation is
encountered.
- setResult(Object) - Method in interface com.helger.quartz.IJobExecutionContext
-
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 com.helger.quartz.impl.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).
- setSignalOnSchedulingChange(boolean) - Method in class com.helger.quartz.core.QuartzScheduler
-
- setSkipDayIfHourDoesNotExist(boolean) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- setStartTime(Date) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
- setStartTime(Date) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
- setStartTime(Date) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setStartTime(Date) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
- setStartTime(Date) - Method in interface com.helger.quartz.spi.IMutableTrigger
-
The time at which the trigger's scheduling should start.
- setStartTimeOfDay(LocalTime) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
- setSystemPropertyName(String) - Method in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
The name of the system property from which to obtain the instanceId.
- setThreadCount(int) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Set the number of worker threads in the pool - has no effect after
initialize() has been called.
- setThreadExecutor(IThreadExecutor) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Set the ThreadExecutor which runs the QuartzSchedulerThread
- setThreadName(String) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setThreadNamePrefix(String) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setThreadPool(IThreadPool) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
- setThreadPoolSize(int) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- setThreadPoolSize(int) - Method in interface com.helger.quartz.spi.IJobStore
-
Tells the JobStore the pool size used to execute jobs
- setThreadPriority(int) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Set the thread priority of worker threads in the pool - has no effect after
initialize() has been called.
- setThreadsInheritContextClassLoaderOfInitializingThread(boolean) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setThreadsInheritGroupOfInitializingThread(boolean) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
- setThreadsInheritInitializersClassLoadContext(boolean) - Method in class com.helger.quartz.core.QuartzSchedulerResources
-
Set whether to set the class load context of spawned threads to that of the
initializing thread.
- setThrowIfPropertyNotFound(boolean) - Method in class com.helger.quartz.simpl.PropertySettingJobFactory
-
Whether the JobInstantiation should fail and throw and exception if a key
(name) and value (type) found in the JobDataMap does not correspond to a
proptery setter on the Job class.
- setTimeRange(String, String) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar to the times
represented in the specified Strings.
- setTimeRange(int, int, int, int, int, int, int, int) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar to the times
represented in the specified values.
- setTimeRange(Calendar, Calendar) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar to the times
represented in the specified Calendars.
- setTimeRange(long, long) - Method in class com.helger.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar to the times
represented in the specified values.
- setTimesTriggered(int) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Set the number of times the DateIntervalTrigger has already
fired.
- setTimesTriggered(int) - Method in class com.helger.quartz.impl.triggers.DailyTimeIntervalTrigger
-
Set the number of times the DailyTimeIntervalTrigger has
already fired.
- setTimesTriggered(int) - Method in class com.helger.quartz.impl.triggers.SimpleTrigger
-
Set the number of times the SimpleTrigger has already fired.
- setTimeZone(TimeZone) - Method in class com.helger.quartz.CronExpression
-
Sets the time zone for which this CronExpression will be
resolved.
- setTimeZone(TimeZone) - Method in class com.helger.quartz.impl.calendar.AbstractCalendar
-
- setTimeZone(TimeZone) - Method in class com.helger.quartz.impl.calendar.CronCalendar
-
Sets the time zone for which the CronExpression of this
CronCalendar will be resolved.
- setTimeZone(TimeZone) - Method in class com.helger.quartz.impl.triggers.CalendarIntervalTrigger
-
Sets the time zone within which time calculations related to this trigger
will be performed.
- setTimeZone(TimeZone) - Method in class com.helger.quartz.impl.triggers.CronTrigger
-
Sets the time zone for which the cronExpression of this
CronTrigger will be resolved.
- setTriggerCompleteMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon the completion of a trigger's firing.
- setTriggerFiredMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon a trigger's firing.
- setTriggerListenerMatchers(String, List<IMatcher<TriggerKey>>) - Method in class com.helger.quartz.core.ListenerManager
-
- setTriggerListenerMatchers(String, List<IMatcher<TriggerKey>>) - Method in interface com.helger.quartz.IListenerManager
-
Set the set of Matchers for which the listener will receive events if ANY
of the matchers match.
- setTriggerMisfiredMessage(String) - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon a trigger's firing.
- setValue(long) - Method in class com.helger.quartz.utils.counter.Counter
-
- setValue(long) - Method in interface com.helger.quartz.utils.counter.ICounter
-
Sets the value of the counter to the supplied value
- setValue(long, long) - Method in interface com.helger.quartz.utils.counter.sampled.ISampledRateCounter
-
Sets the values of the numerator and denominator to the passed values
- setValue(long, long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the values of the numerator and denominator to the passed values
- setValue(long) - Method in class com.helger.quartz.utils.counter.sampled.SampledRateCounter
-
- setWarnIfPropertyNotFound(boolean) - Method in class com.helger.quartz.simpl.PropertySettingJobFactory
-
Whether a warning should be logged if a key (name) and value (type) found
in the JobDataMap does not correspond to a proptery setter on the Job
class.
- shutdown() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- shutdown(boolean) - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- shutdown() - Method in interface com.helger.quartz.core.ISampledStatistics
-
- shutdown() - Method in class com.helger.quartz.core.NullSampledStatistics
-
- shutdown() - Method in class com.helger.quartz.core.QuartzScheduler
-
Halts the
QuartzScheduler's firing of
ITriggers, and cleans up all
resources associated with the QuartzScheduler.
- shutdown(boolean) - Method in class com.helger.quartz.core.QuartzScheduler
-
Halts the
QuartzScheduler's firing of
ITriggers, and cleans up all
resources associated with the QuartzScheduler.
- shutdown() - Method in class com.helger.quartz.core.SampledStatistics
-
- shutdown() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- shutdown(boolean) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- shutdown() - Method in interface com.helger.quartz.IScheduler
-
Halts the
Scheduler's firing of
ITriggers, and cleans up all resources associated with
the Scheduler.
- shutdown(boolean) - Method in interface com.helger.quartz.IScheduler
-
Halts the
Scheduler's firing of
ITriggers, and cleans up all resources associated with
the Scheduler.
- shutdown() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
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 com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
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 com.helger.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 class com.helger.quartz.simpl.RAMJobStore
-
Called by the QuartzScheduler to inform the JobStore that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown() - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown(boolean) - Method in class com.helger.quartz.simpl.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown() - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- shutdown(boolean) - Method in class com.helger.quartz.simpl.ZeroSizeThreadPool
-
- shutdown() - Method in interface com.helger.quartz.spi.IJobStore
-
Called by the QuartzScheduler to inform the JobStore that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown() - Method in interface com.helger.quartz.spi.ISchedulerPlugin
-
Called in order to inform the SchedulerPlugin that it should
free up all of it's resources because the scheduler is shutting down.
- shutdown(boolean) - Method in interface com.helger.quartz.spi.IThreadPool
-
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(boolean) - Method in class com.helger.quartz.utils.counter.CounterManager
-
Shuts down this counter manager
- shutdown(boolean) - Method in interface com.helger.quartz.utils.counter.ICounterManager
-
Shuts down this counter manager
- shutdown() - Method in interface com.helger.quartz.utils.counter.sampled.ISampledCounter
-
Shutdown this counter
- shutdown() - Method in class com.helger.quartz.utils.counter.sampled.SampledCounter
-
- shutdownCounter(ICounter) - Method in class com.helger.quartz.utils.counter.CounterManager
-
Shuts down the counter
- shutdownCounter(ICounter) - Method in interface com.helger.quartz.utils.counter.ICounterManager
-
Shuts down the counter
- ShutdownHookPlugin - Class in com.helger.quartz.plugins.management
-
This plugin catches the event of the JVM terminating (such as upon a CRTL-C)
and tells the scheuler to shutdown.
- ShutdownHookPlugin() - Constructor for class com.helger.quartz.plugins.management.ShutdownHookPlugin
-
- signalSchedulingChange(long) - Method in class com.helger.quartz.core.QuartzSchedulerThread
-
Signals the main processing loop that a change in scheduling has been made
- in order to interrupt any sleeping that may be occuring while waiting for
the fire time to arrive.
- signalSchedulingChange(long) - Method in class com.helger.quartz.core.SchedulerSignaler
-
- signalSchedulingChange(long) - Method in interface com.helger.quartz.spi.ISchedulerSignaler
-
- SimpleClassLoadHelper - Class in com.helger.quartz.simpl
-
A ClassLoadHelper that simply calls
Class.forName(..)
- SimpleClassLoadHelper() - Constructor for class com.helger.quartz.simpl.SimpleClassLoadHelper
-
- SimpleInstanceIdGenerator - Class in com.helger.quartz.simpl
-
The default InstanceIdGenerator used by Quartz when instance id is to be
automatically generated.
- SimpleInstanceIdGenerator() - Constructor for class com.helger.quartz.simpl.SimpleInstanceIdGenerator
-
- SimpleJobFactory - Class in com.helger.quartz.simpl
-
The default JobFactory used by Quartz - simply calls
newInstance() on the job class.
- SimpleJobFactory() - Constructor for class com.helger.quartz.simpl.SimpleJobFactory
-
- simpleSchedule() - Static method in class com.helger.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder.
- SimpleScheduleBuilder - Class in com.helger.quartz
-
SimpleScheduleBuilder is a
IScheduleBuilder that defines
strict/literal interval-based schedules for
Triggers.
- SimpleScheduleBuilder() - Constructor for class com.helger.quartz.SimpleScheduleBuilder
-
- SimpleThreadPool - Class in com.helger.quartz.simpl
-
This is class is a simple implementation of a thread pool, based on the
IThreadPool interface.
- SimpleThreadPool() - Constructor for class com.helger.quartz.simpl.SimpleThreadPool
-
Create a new (unconfigured) SimpleThreadPool.
- SimpleThreadPool(int, int) - Constructor for class com.helger.quartz.simpl.SimpleThreadPool
-
Create a new SimpleThreadPool with the specified number of
Thread s that have the given priority.
- SimpleTrigger - Class in com.helger.quartz.impl.triggers
-
A concrete
ITrigger that is used to
fire a
IJobDetail at a given moment in
time, and optionally repeated at a specified interval.
- SimpleTrigger(SimpleTrigger) - Constructor for class com.helger.quartz.impl.triggers.SimpleTrigger
-
- SimpleTrigger() - Constructor for class com.helger.quartz.impl.triggers.SimpleTrigger
-
Create a SimpleTrigger with no settings.
- skipDayIfHourDoesNotExist(boolean) - Method in class com.helger.quartz.CalendarIntervalScheduleBuilder
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger would
fire, the day will be skipped and the trigger advanced a second interval if
this property is set to true.
- standby() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- standby() - Method in class com.helger.quartz.core.QuartzScheduler
-
Temporarily halts the
QuartzScheduler's firing of
ITriggers.
- standby() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- standby() - Method in interface com.helger.quartz.IScheduler
-
Temporarily halts the
Scheduler's firing of
ITriggers.
- start() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- start() - Method in class com.helger.quartz.core.QuartzScheduler
-
Starts the
QuartzScheduler's threads that fire
ITriggers.
- start() - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- start() - Method in interface com.helger.quartz.IScheduler
-
Starts the
Scheduler's threads that fire
ITriggers.
- start() - Method in class com.helger.quartz.plugins.history.LoggingJobHistoryPlugin
-
- start() - Method in class com.helger.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- start() - Method in class com.helger.quartz.plugins.management.ShutdownHookPlugin
-
- start() - Method in interface com.helger.quartz.spi.ISchedulerPlugin
-
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.
- startAt(Date) - Method in class com.helger.quartz.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 com.helger.quartz.core.IQuartzScheduler
-
- startDelayed(int) - Method in class com.helger.quartz.core.QuartzScheduler
-
- startDelayed(int) - Method in class com.helger.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler.
- startDelayed(int) - Method in interface com.helger.quartz.IScheduler
-
Calls {#start()} after the indicated number of seconds.
- startingDailyAt(LocalTime) - Method in class com.helger.quartz.DailyTimeIntervalScheduleBuilder
-
Set the trigger to begin firing each day at the given time.
- startNow() - Method in class com.helger.quartz.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.
- StdJobRunShellFactory - Class in com.helger.quartz.impl
-
- StdJobRunShellFactory() - Constructor for class com.helger.quartz.impl.StdJobRunShellFactory
-
- StdScheduler - Class in com.helger.quartz.impl
-
An implementation of the Scheduler interface that directly
proxies all method calls to the equivalent call on a given
QuartzScheduler instance.
- StdScheduler(QuartzScheduler) - Constructor for class com.helger.quartz.impl.StdScheduler
-
Construct a StdScheduler instance to proxy the given
QuartzScheduler instance, and with the given
SchedulingContext.
- StdSchedulerFactory - Class in com.helger.quartz.impl
-
An implementation of
ISchedulerFactory
that does all of its work of creating a
QuartzScheduler instance
based on the contents of a
Properties file.
- StdSchedulerFactory() - Constructor for class com.helger.quartz.impl.StdSchedulerFactory
-
Create an uninitialized StdSchedulerFactory.
- storeCalendar(String, ICalendar, boolean, boolean) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- storeCalendar(String, ICalendar, boolean, boolean) - Method in interface com.helger.quartz.spi.IJobStore
-
- storeDurably() - Method in class com.helger.quartz.JobBuilder
-
Whether or not the
Job should remain stored after it is
orphaned (no
ITriggers point to it).
- storeDurably(boolean) - Method in class com.helger.quartz.JobBuilder
-
Whether or not the
Job should remain stored after it is
orphaned (no
ITriggers point to it).
- storeJob(IJobDetail, boolean) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- storeJob(IJobDetail, boolean) - Method in interface com.helger.quartz.spi.IJobStore
-
- storeJobAndTrigger(IJobDetail, IOperableTrigger) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- storeJobAndTrigger(IJobDetail, IOperableTrigger) - Method in interface com.helger.quartz.spi.IJobStore
-
- storeJobsAndTriggers(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- storeJobsAndTriggers(Map<IJobDetail, Set<? extends ITrigger>>, boolean) - Method in interface com.helger.quartz.spi.IJobStore
-
- storeTrigger(IOperableTrigger, boolean) - Method in class com.helger.quartz.simpl.RAMJobStore
-
- storeTrigger(IOperableTrigger, boolean) - Method in interface com.helger.quartz.spi.IJobStore
-
- StringMatcher<T extends Key<T>> - Class in com.helger.quartz.impl.matchers
-
An abstract base class for some types of matchers.
- StringMatcher(String, StringMatcher.EStringOperatorName) - Constructor for class com.helger.quartz.impl.matchers.StringMatcher
-
- StringMatcher.EStringOperatorName - Enum in com.helger.quartz.impl.matchers
-
- supportsPersistence() - Method in interface com.helger.quartz.core.IQuartzScheduler
-
- supportsPersistence() - Method in class com.helger.quartz.core.QuartzScheduler
-
- supportsPersistence() - Method in class com.helger.quartz.simpl.RAMJobStore
-
- supportsPersistence() - Method in interface com.helger.quartz.spi.IJobStore
-
- SYSTEM_PROPERTY - Static variable in class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-
System property to read the instanceId from
- SYSTEM_PROPERTY_AS_INSTANCE_ID - Static variable in class com.helger.quartz.impl.StdSchedulerFactory
-
- SystemPropertyInstanceIdGenerator - Class in com.helger.quartz.simpl
-
InstanceIdGenerator that will use a
system property to
configure the scheduler.
- SystemPropertyInstanceIdGenerator() - Constructor for class com.helger.quartz.simpl.SystemPropertyInstanceIdGenerator
-