Index (Quartz Parent POM 2.0.1 API)

Quartz Java


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

AbstractTrigger<T extends Trigger> - Class in org.quartz.impl.triggers
The base abstract class to be extended by all Triggers.
AbstractTrigger() - Constructor for class org.quartz.impl.triggers.AbstractTrigger
Create a Trigger with no specified name, group, or JobDetail.
AbstractTrigger(String) - Constructor for class org.quartz.impl.triggers.AbstractTrigger
Create a Trigger with the given name, and default group.
AbstractTrigger(String, String) - Constructor for class org.quartz.impl.triggers.AbstractTrigger
Create a Trigger with the given name, and group.
AbstractTrigger(String, String, String, String) - Constructor for class org.quartz.impl.triggers.AbstractTrigger
Create a Trigger with the given name, and group.
acquireNextTrigger(Connection, long, int, long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
acquireNextTriggers(long, int, long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get a handle to the next N triggers to be fired, and mark them as 'reserved' by the calling scheduler.
acquireNextTriggers(long, int, long) - Method in class org.quartz.simpl.RAMJobStore
Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.core.QuartzScheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(String, Calendar, boolean, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addCalendar(String, Calendar, boolean, boolean) - Method in interface org.quartz.Scheduler
Add (register) the given Calendar to the Scheduler.
addConnectionProvider(String, ConnectionProvider) - Method in class org.quartz.utils.DBConnectionManager
 
addDefaultTriggerPersistenceDelegates() - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
addExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
Add the given Date to the list of excluded days.
addInternalJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Add the given JobListener to the Scheduler's internal list.
addInternalSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Register the given SchedulerListener with the Scheduler's list of internal listeners.
addInternalTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Add the given TriggerListener to the Scheduler's internal list.
addJob(CompositeData, boolean) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
addJob(Map<String, Object>, boolean) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Adds a durable job described by abstractJobInfo, which must contain the fully-qualified JobDetail class name under the key "jobDetailClass." That JobDetail type must contain a no-arg constructor and have public access.
addJob(JobDetail, boolean) - Method in class org.quartz.core.QuartzScheduler
Add the given Job to the Scheduler - with no associated Trigger.
addJob(CompositeData, boolean) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
addJob(Map<String, Object>, boolean) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
addJob(JobDetail, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addJob(JobDetail, boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addJob(JobDetail, boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJob(JobDetail, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJob(JobDetail, boolean) - Method in interface org.quartz.Scheduler
Add the given Job to the Scheduler - with no associated Trigger.
addJobChainLink(JobKey, JobKey) - Method in class org.quartz.listeners.JobChainingJobListener
Add a chain mapping - when the Job identified by the first key completes the job identified by the second key will be triggered.
addJobGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Add the given group to the list of job groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
addJobListener(JobListener, Matcher<JobKey>...) - Method in class org.quartz.core.ListenerManagerImpl
 
addJobListener(JobListener, List<Matcher<JobKey>>) - Method in class org.quartz.core.ListenerManagerImpl
 
addJobListener(JobListener, Matcher<JobKey>...) - Method in interface org.quartz.ListenerManager
Add the given JobListener to the Scheduler, and register it to receive events for Jobs that are matched by ANY of the given Matchers.
addJobListener(JobListener, List<Matcher<JobKey>>) - Method in interface org.quartz.ListenerManager
Add the given JobListener to the Scheduler, and register it to receive events for Jobs that are matched by ANY of the given Matchers.
addJobListenerMatcher(String, Matcher<JobKey>) - Method in class org.quartz.core.ListenerManagerImpl
 
addJobListenerMatcher(String, Matcher<JobKey>) - Method in interface org.quartz.ListenerManager
Add the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.
addJobToSchedule(JobDetail) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
addListener(JobListener) - Method in class org.quartz.listeners.BroadcastJobListener
 
addListener(SchedulerListener) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
addListener(TriggerListener) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
addNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
addSchedulerListener(SchedulerListener) - Method in class org.quartz.core.ListenerManagerImpl
 
addSchedulerListener(SchedulerListener) - Method in interface org.quartz.ListenerManager
Register the given SchedulerListener with the Scheduler.
addSchedulerPlugin(SchedulerPlugin) - Method in class org.quartz.core.QuartzSchedulerResources
Add the given SchedulerPlugin for the QuartzScheduler to use.
addToSet(int, int, int, int) - Method in class org.quartz.CronExpression
 
addTriggerGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Add the given group to the list of trigger groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
addTriggerListener(TriggerListener, Matcher<TriggerKey>...) - Method in class org.quartz.core.ListenerManagerImpl
 
addTriggerListener(TriggerListener, List<Matcher<TriggerKey>>) - Method in class org.quartz.core.ListenerManagerImpl
 
addTriggerListener(TriggerListener, Matcher<TriggerKey>) - Method in class org.quartz.core.ListenerManagerImpl
 
addTriggerListener(TriggerListener, Matcher<TriggerKey>...) - Method in interface org.quartz.ListenerManager
Add the given TriggerListener to the Scheduler, and register it to receive events for Triggers that are matched by ANY of the given Matchers.
addTriggerListener(TriggerListener, List<Matcher<TriggerKey>>) - Method in interface org.quartz.ListenerManager
Add the given TriggerListener to the Scheduler, and register it to receive events for Triggers that are matched by ANY of the given Matchers.
addTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in class org.quartz.core.ListenerManagerImpl
 
addTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in interface org.quartz.ListenerManager
Add the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.
addTriggerPersistenceDelegate(TriggerPersistenceDelegate) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
addTriggerToSchedule(Trigger) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
addValidationException(SAXException) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Adds a detected validation exception.
ALIAS_COL_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
ALL_GROUPS_PAUSED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
ALL_SPEC - Static variable in class org.quartz.CronExpression
 
ALL_SPEC_INT - Static variable in class org.quartz.CronExpression
 
allJobs() - Static method in class org.quartz.impl.matchers.EverythingMatcher
Create an EverythingMatcher that matches all jobs.
allTriggers() - Static method in class org.quartz.impl.matchers.EverythingMatcher
Create an EverythingMatcher that matches all triggers.
and(Matcher<U>, Matcher<U>) - Static method in class org.quartz.impl.matchers.AndMatcher
Create an AndMatcher that depends upon the result of both of the given matchers.
AndMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches using an AND operator on two Matcher operands.
AndMatcher(Matcher<T>, Matcher<T>) - Constructor for class org.quartz.impl.matchers.AndMatcher
 
AnnualCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar excludes a set of days of the year.
AnnualCalendar() - Constructor for class org.quartz.impl.calendar.AnnualCalendar
 
AnnualCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.AnnualCalendar
 
AnnualCalendar(TimeZone) - Constructor for class org.quartz.impl.calendar.AnnualCalendar
 
AnnualCalendar(Calendar, TimeZone) - Constructor for class org.quartz.impl.calendar.AnnualCalendar
 
applyMisfire(TriggerWrapper) - Method in class org.quartz.simpl.RAMJobStore
 
areAllDaysExcluded() - Method in class org.quartz.impl.calendar.MonthlyCalendar
Check if all days are excluded.
areAllDaysExcluded() - Method in class org.quartz.impl.calendar.WeeklyCalendar
Check if all week days are excluded.
atHourMinuteAndSecond(int, int, int) - Method in class org.quartz.DateBuilder
 
atHourOfDay(int) - Method in class org.quartz.DateBuilder
Set the hour (0-23) for the Date that will be built by this builder.
atLeastAvailable(int, MemoryConstraint.Unit) - Static method in class org.quartz.locality.constraint.MemoryConstraint
Creates a MemoryConstraint for at least an amount of memory available
atMinute(int) - Method in class org.quartz.DateBuilder
Set the minute (0-59) for the Date that will be built by this builder.
atSecond(int) - Method in class org.quartz.DateBuilder
Set the second (0-59) for the Date that will be built by this builder, and truncate the milliseconds to 000.
AttributeRestoringConnectionInvocationHandler - Class in org.quartz.impl.jdbcjobstore
Protects a Connection's attributes from being permanently modfied.
AttributeRestoringConnectionInvocationHandler(Connection) - Constructor for class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
 
AUTO_GENERATE_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 

B

BaseCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar may be used (you don't have to) as a base class for more sophisticated one's.
BaseCalendar() - Constructor for class org.quartz.impl.calendar.BaseCalendar
 
BaseCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.BaseCalendar
 
BaseCalendar(TimeZone) - Constructor for class org.quartz.impl.calendar.BaseCalendar
 
BaseCalendar(Calendar, TimeZone) - Constructor for class org.quartz.impl.calendar.BaseCalendar
 
begin() - Method in class org.quartz.core.JobRunShell
 
begin() - Method in class org.quartz.ee.jta.JTAJobRunShell
 
bind(Scheduler) - Method in class org.quartz.impl.SchedulerRepository
 
blockedJobs - Variable in class org.quartz.simpl.RAMJobStore
 
blockForAvailableThreads() - Method in class org.quartz.simpl.SimpleThreadPool
 
blockForAvailableThreads() - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
BroadcastJobListener - Class in org.quartz.listeners
Holds a List of references to JobListener instances and broadcasts all events to them (in order).
BroadcastJobListener(String) - Constructor for class org.quartz.listeners.BroadcastJobListener
Construct an instance with the given name.
BroadcastJobListener(String, List<JobListener>) - Constructor for class org.quartz.listeners.BroadcastJobListener
Construct an instance with the given name, and List of listeners.
BroadcastSchedulerListener - Class in org.quartz.listeners
Holds a List of references to SchedulerListener instances and broadcasts all events to them (in order).
BroadcastSchedulerListener() - Constructor for class org.quartz.listeners.BroadcastSchedulerListener
 
BroadcastSchedulerListener(List) - Constructor for class org.quartz.listeners.BroadcastSchedulerListener
Construct an instance with the given List of listeners.
BroadcastTriggerListener - Class in org.quartz.listeners
Holds a List of references to TriggerListener instances and broadcasts all events to them (in order).
BroadcastTriggerListener(String) - Constructor for class org.quartz.listeners.BroadcastTriggerListener
Construct an instance with the given name.
BroadcastTriggerListener(String, List) - Constructor for class org.quartz.listeners.BroadcastTriggerListener
Construct an instance with the given name, and List of listeners.
build() - Method in class org.quartz.CalendarIntervalScheduleBuilder
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is given to.
build() - Method in class org.quartz.CronScheduleBuilder
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is given to.
build() - Method in class org.quartz.DateBuilder
Build the Date defined by this builder instance.
build() - Method in class org.quartz.JobBuilder
Produce the JobDetail instance defined by this JobBuilder.
build() - Method in class org.quartz.locality.LocalityJobBuilder
Method building an immutable LocalityAware JobDetail, wrapping the actual JobDetail instance If a JobBuilder was used at construction time, its build method is invoked
build() - Method in class org.quartz.locality.LocalityTriggerBuilder
Method building an immutable LocalityAware Trigger, wrapping the actual Trigger instance If a TriggerBuilder was used at construction time, its build method is invoked
build() - Method in class org.quartz.locality.NodeSpecBuilder
Method that creates the NodeSpec represented by this builder
build() - Method in class org.quartz.ScheduleBuilder
 
build() - Method in class org.quartz.SimpleScheduleBuilder
Build the actual Trigger -- NOT intended to be invoked by end users, but will rather be invoked by a TriggerBuilder which this ScheduleBuilder is given to.
build() - Method in class org.quartz.TriggerBuilder
Produce the Trigger.
buildExpression(String) - Method in class org.quartz.CronExpression
 

C

calcFailedIfAfter(SchedulerStateRecord) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
Calendar - Interface in org.quartz
An interface to be implemented by objects that define spaces of time during which an associated Trigger may (not) fire.
calendarCache - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
calendarExists(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not a calendar exists.
calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not a calendar exists.
calendarIntervalSchedule() - Static method in class org.quartz.CalendarIntervalScheduleBuilder
Create a CalendarIntervalScheduleBuilder.
CalendarIntervalScheduleBuilder - Class in org.quartz
CalendarIntervalScheduleBuilder is a ScheduleBuilder that defines calendar time (day, week, month, year) interval-based schedules for Triggers.
CalendarIntervalTrigger - Interface in org.quartz
A concrete Trigger that is used to fire a JobDetail based upon repeating calendar time intervals.
CalendarIntervalTriggerImpl - Class in org.quartz.impl.triggers
A concrete Trigger that is used to fire a JobDetail based upon repeating calendar time intervals.
CalendarIntervalTriggerImpl() - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Create a DateIntervalTrigger with no settings.
CalendarIntervalTriggerImpl(String, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Create a DateIntervalTrigger that will occur immediately, and repeat at the the given interval.
CalendarIntervalTriggerImpl(String, String, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Create a DateIntervalTrigger that will occur immediately, and repeat at the the given interval.
CalendarIntervalTriggerImpl(String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Create a DateIntervalTrigger that will occur at the given time, and repeat at the the given interval until the given end time.
CalendarIntervalTriggerImpl(String, String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Create a DateIntervalTrigger that will occur at the given time, and repeat at the the given interval until the given end time.
CalendarIntervalTriggerImpl(String, String, String, String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
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.
CalendarIntervalTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
 
CalendarIntervalTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
 
calendarIsReferenced(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not a calendar is referenced by any triggers.
calendarIsReferenced(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not a calendar is referenced by any triggers.
calendarsByName - Variable in class org.quartz.simpl.RAMJobStore
 
cancelMonitoring() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
Permanently cancels the timer backing this instance.
canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
 
canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
canHandleTriggerType(OperableTrigger) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
canUseProperties() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether String-only properties will be handled in JobDataMaps.
canUseProperties() - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
CascadingClassLoadHelper - Class in org.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 org.quartz.simpl.CascadingClassLoadHelper
 
checkBlockedState(Connection, JobKey, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Determines if a Trigger for the given job should be blocked.
checkExists(JobKey) - Method in class org.quartz.core.QuartzScheduler
Determine whether a Job with the given identifier already exists within the scheduler.
checkExists(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Determine whether a Trigger with the given identifier already exists within the scheduler.
checkExists(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
checkExists(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
checkExists(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Determine whether a Job with the given identifier already exists within the scheduler.
checkExists(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
checkExists(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Determine whether a Trigger with the given identifier already exists within the scheduler.
checkExists(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
checkExists(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
checkExists(JobKey) - Method in interface org.quartz.Scheduler
Determine whether a Job with the given identifier already exists within the scheduler.
checkExists(TriggerKey) - Method in interface org.quartz.Scheduler
Determine whether a Trigger with the given identifier already exists within the scheduler.
checkExists(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Determine whether a Job with the given identifier already exists within the scheduler.
checkExists(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Determine whether a Trigger with the given identifier already exists within the scheduler.
checkForUpdate() - Method in class org.quartz.utils.UpdateChecker
This method ensures that there will be no exception thrown.
checkNext(int, String, int, int) - Method in class org.quartz.CronExpression
 
CircularLossyQueue<T> - Class in org.quartz.utils
An implementation of a CircularQueue data-structure.
CircularLossyQueue(int) - Constructor for class org.quartz.utils.CircularLossyQueue
Constructs the circular queue with the specified capacity
classLoadHelper - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
classLoadHelper - Variable in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
 
classLoadHelper - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
ClassUtils - Class in org.quartz.utils
 
ClassUtils() - Constructor for class org.quartz.utils.ClassUtils
 
cleanupConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Cleanup the given database connection.
clear() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
clear() - Method in class org.quartz.core.QuartzScheduler
Clears (deletes!) all scheduling data - all Jobs, Triggers Calendars.
clear() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
clear() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
clear() - Method in class org.quartz.impl.RemoteMBeanScheduler
 
clear() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
clear() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
clear() - Method in interface org.quartz.Scheduler
Clears (deletes!) all scheduling data - all Jobs, Triggers Calendars.
clear() - Method in class org.quartz.utils.DirtyFlagMap
 
clearAllSchedulingData() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
clearAllSchedulingData(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
clearAllSchedulingData() - Method in class org.quartz.simpl.RAMJobStore
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
clearAndGetSignalSchedulingChangeOnTxCompletion() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
clearData(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
clearData(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Clear (delete!) all scheduling data - all Jobs, Triggers Calendars.
clearDirtyFlag() - Method in class org.quartz.utils.DirtyFlagMap
Clear the 'dirty' flag (set dirty flag to false).
clearFromBusyWorkersList(SimpleThreadPool.WorkerThread) - Method in class org.quartz.simpl.SimpleThreadPool
 
clearSignaledSchedulingChange() - Method in class org.quartz.core.QuartzSchedulerThread
 
clearStatistics() - Method in class org.quartz.core.SampledStatisticsImpl
Clears the collected statistics.
clearValidationExceptions() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Resets the the number of detected validation exceptions.
clone() - Method in interface org.quartz.Calendar
 
clone() - Method in class org.quartz.CronExpression
 
clone() - Method in class org.quartz.impl.calendar.AnnualCalendar
 
clone() - Method in class org.quartz.impl.calendar.BaseCalendar
 
clone() - Method in class org.quartz.impl.calendar.CronCalendar
 
clone() - Method in class org.quartz.impl.calendar.DailyCalendar
 
clone() - Method in class org.quartz.impl.calendar.HolidayCalendar
 
clone() - Method in class org.quartz.impl.calendar.MonthlyCalendar
 
clone() - Method in class org.quartz.impl.calendar.WeeklyCalendar
 
clone() - Method in class org.quartz.impl.JobDetailImpl
 
clone() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
clone() - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
clone() - Method in interface org.quartz.JobDetail
 
clone() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
 
clone() - Method in class org.quartz.locality.DelegatingLocalityTrigger
 
clone() - Method in class org.quartz.utils.DirtyFlagMap
 
close() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Attempts to restore the auto commit and transaction isolation connection attributes of the wrapped connection to their original values (if they were overwritten), before finally actually closing the wrapped connection.
closeConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Closes the supplied Connection.
closeResource(Object) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
Closes a resource that has a close() method.
closeResultSet(ResultSet) - Static method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Cleanup helper method that closes the given ResultSet while ignoring any errors.
closeResultSet(ResultSet) - Static method in class org.quartz.impl.jdbcjobstore.Util
Cleanup helper method that closes the given ResultSet while ignoring any errors.
closeStatement(Statement) - Static method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Cleanup helper method that closes the given Statement while ignoring any errors.
closeStatement(Statement) - Static method in class org.quartz.impl.jdbcjobstore.Util
Cleanup helper method that closes the given Statement while ignoring any errors.
CloudscapeDelegate - Class in org.quartz.impl.jdbcjobstore
Deprecated. Use the StdJDBCDelegate for latest versions of Derby
CloudscapeDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Deprecated.  Create new CloudscapeDelegate instance.
CloudscapeDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Deprecated.  Create new CloudscapeDelegate instance.
clusterCheckIn(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
clusterRecover(Connection, List<SchedulerStateRecord>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
COL_BLOB - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_BOOL_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_BOOL_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_CALENDAR_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_CHECKIN_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_CRON_EXPRESSION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_DEC_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_DEC_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_DESCRIPTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_END_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_ENTRY_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_ENTRY_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_FIRED_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_INSTANCE_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_INT_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_INT_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_IS_DURABLE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_IS_NONCONCURRENT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_IS_UPDATE_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_IS_VOLATILE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_JOB_CLASS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_JOB_DATAMAP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_JOB_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_LAST_CHECKIN_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_LOCK_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_LONG_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_LONG_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_MISFIRE_INSTRUCTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_PREV_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_PRIORITY - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_REPEAT_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_REPEAT_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_REQUESTS_RECOVERY - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_SCHEDULER_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_START_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_STR_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_STR_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_STR_PROP_3 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
COL_TIME_ZONE_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TIMES_TRIGGERED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TRIGGER_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TRIGGER_TYPE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
commitConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Commit the supplied connection
compare(Trigger, Trigger) - Method in class org.quartz.Trigger.TriggerTimeComparator
 
compareTo - Variable in class org.quartz.impl.matchers.KeyMatcher
 
compareTo - Variable in class org.quartz.impl.matchers.StringMatcher
 
compareTo(Trigger) - Method in class org.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.
compareTo(Trigger) - Method in class org.quartz.locality.DelegatingLocalityTrigger
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.
compareTo(Trigger) - Method in interface org.quartz.Trigger
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.
compareTo(Key) - Method in class org.quartz.utils.Key
 
compareWith - Variable in class org.quartz.impl.matchers.StringMatcher
 
complete(boolean) - Method in class org.quartz.core.JobRunShell
 
complete(boolean) - Method in class org.quartz.ee.jta.JTAJobRunShell
 
completeTriggerRetryLoop(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.core.JobRunShell
 
computeEndTimeToAllowParticularNumberOfFirings(OperableTrigger, Calendar, int) - Static method in class org.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(OperableTrigger, Calendar, int) - Static method in class org.quartz.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger.
computeFireTimesBetween(OperableTrigger, Calendar, Date, Date) - Static method in class org.quartz.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger that fall within the given date range.
computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.locality.DelegatingLocalityTrigger
computeNumTimesFiredBetween(Date, Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
 
ConnectionProvider - Interface in org.quartz.utils
Implementations of this interface used by DBConnectionManager to provide connections from various sources.
Constants - Interface in org.quartz.impl.jdbcjobstore
This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.
Constraint<OP extends Enum,T> - Interface in org.quartz.locality.constraint
A Constraint about the node on which a job will be executed A Constraint always needs a matching Evaluator type present on the classpath
containsKey(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
containsTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Deprecated. JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.
containsValue(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
contextDestroyed(ServletContextEvent) - Method in class org.quartz.ee.servlet.QuartzInitializerListener
 
contextInitialized(ServletContextEvent) - Method in class org.quartz.ee.servlet.QuartzInitializerListener
 
convertFromProperty(Properties) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
convert the JobDataMap into a list of properties
convertToProperty(Map<?, ?>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
convert the JobDataMap into a list of properties
coresAtLeast(int) - Static method in class org.quartz.locality.constraint.CpuConstraint
Creates a constraint that requires the node to have a least an amount of core
CoreTrigger - Interface in org.quartz.impl.triggers
internal interface preserved for backward compatibility
COUNT_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
Counter - Interface in org.quartz.utils.counter
A simple counter
CounterConfig - Class in org.quartz.utils.counter
Config for a simple Counter
CounterConfig(long) - Constructor for class org.quartz.utils.counter.CounterConfig
Creates a config with the initial value
CounterImpl - Class in org.quartz.utils.counter
A simple counter implementation
CounterImpl() - Constructor for class org.quartz.utils.counter.CounterImpl
Default Constructor
CounterImpl(long) - Constructor for class org.quartz.utils.counter.CounterImpl
Constructor with initial value
CounterManager - Interface in org.quartz.utils.counter
A Counter Manager that accepts a config to create counters.
CounterManagerImpl - Class in org.quartz.utils.counter
An implementation of a CounterManager.
CounterManagerImpl(Timer) - Constructor for class org.quartz.utils.counter.CounterManagerImpl
Constructor that accepts a timer that will be used for scheduling sampled counter if any is created
countMisfiredTriggersInState(Connection, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the number of triggers in the given state that have misfired - according to the given timestamp.
countMisfiredTriggersInState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the number of triggers in the given states that have misfired - according to the given timestamp.
CpuConstraint - Class in org.quartz.locality.constraint
Cpu based constraint for best node evaluation
CpuConstraint(CpuConstraint.Operator, int) - Constructor for class org.quartz.locality.constraint.CpuConstraint
 
CpuConstraint.Operator - Enum in org.quartz.locality.constraint
 
CpuEvaluator - Class in org.quartz.locality.constraint.evaluator
 
CpuEvaluator(Integer) - Constructor for class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
CREATE_REGISTRY_ALWAYS - Static variable in class org.quartz.core.QuartzSchedulerResources
 
CREATE_REGISTRY_AS_NEEDED - Static variable in class org.quartz.core.QuartzSchedulerResources
 
CREATE_REGISTRY_NEVER - Static variable in class org.quartz.core.QuartzSchedulerResources
 
createCounter() - Method in class org.quartz.utils.counter.CounterConfig
Creates and returns a Counter based on the initial value
createCounter(CounterConfig) - Method in interface org.quartz.utils.counter.CounterManager
Creates a Counter based on tha passed config
createCounter(CounterConfig) - Method in class org.quartz.utils.counter.CounterManagerImpl
Creates a Counter based on tha passed config
createCounter() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
Creates and returns a Counter based on the initial value
createCounter() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterConfig
Creates and returns a Counter based on the initial value
createJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Build a Calendar for the given timeStamp.
createJavaCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
Build a Calendar with the current time.
createJobRunShell(TriggerFiredBundle) - Method in interface org.quartz.core.JobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.impl.StdJobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
createMailInfo() - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
createMessage(JobDataMap, Session) - Method in interface org.quartz.jobs.ee.jms.JmsMessageFactory
Creates a javax.jms.Message.
createRemoteScheduler(String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a proxy to a remote scheduler.
createRemoteScheduler(String, String, String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Same as DirectSchedulerFactory.createRemoteScheduler(String rmiHost, int rmiPort), with the addition of specifying the scheduler name and instance ID.
createRemoteScheduler(String, String, String, String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Same as DirectSchedulerFactory.createRemoteScheduler(String rmiHost, int rmiPort), with the addition of specifying the scheduler name, instance ID, and rmi bind name.
createScheduler(ThreadPool, JobStore) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool and job store.
createScheduler(String, String, ThreadPool, JobStore) - Method in class org.quartz.impl.DirectSchedulerFactory
Same as DirectSchedulerFactory.createScheduler(ThreadPool threadPool, JobStore jobStore), with the addition of specifying the scheduler name and instance ID.
createScheduler(String, String, ThreadPool, JobStore, String, int, long, long) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool and job store and binds it to RMI.
createScheduler(String, String, ThreadPool, JobStore, Map, String, int, long, long, boolean, String) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool, job store, and plugins, and binds it to RMI.
createService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
createUniqueName(String) - Static method in class org.quartz.utils.Key
 
createVolatileSchduler(int) - Method in class org.quartz.impl.DirectSchedulerFactory
Deprecated. see correctly spelled method.
createVolatileScheduler(int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates an in memory job store (RAMJobStore) The thread priority is set to Thread.NORM_PRIORITY
createWorkerThreads(int) - Method in class org.quartz.simpl.SimpleThreadPool
 
CREDENTIALS - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
CREDENTIALS - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
CronCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar excludes the set of times expressed by a given CronExpression.
CronCalendar(String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Create a CronCalendar with the given cron expression and no baseCalendar.
CronCalendar(Calendar, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Create a CronCalendar with the given cron expression and baseCalendar.
CronCalendar(Calendar, String, TimeZone) - Constructor for class org.quartz.impl.calendar.CronCalendar
Create a CronCalendar with the given cron exprssion, baseCalendar, and TimeZone.
CronExpression - Class in org.quartz
Provides a parser and evaluator for unix-like cron expressions.
CronExpression(String) - Constructor for class org.quartz.CronExpression
Constructs a new CronExpression based on the specified parameter.
cronSchedule(String) - Static method in class org.quartz.CronScheduleBuilder
Create a CronScheduleBuilder with the given cron-expression.
CronScheduleBuilder - Class in org.quartz
CronScheduleBuilder is a ScheduleBuilder that defines CronExpression-based schedules for Triggers.
CronTrigger - Interface in org.quartz
The public interface for inspecting settings specific to a CronTrigger, .
CronTriggerImpl - Class in org.quartz.impl.triggers
A concrete Trigger that is used to fire a JobDetail at given moments in time, defined with Unix 'cron-like' definitions.
CronTriggerImpl() - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Create a CronTrigger with no settings.
CronTriggerImpl(String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String, String, String, TimeZone) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String, String, Date, Date, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerImpl(String, String, String, String, Date, Date, String, TimeZone) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
Deprecated. use a TriggerBuilder instead
CronTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
 
CronTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
CronTriggerSupport - Class in org.quartz.core.jmx
 
CronTriggerSupport() - Constructor for class org.quartz.core.jmx.CronTriggerSupport
 
current() - Static method in enum org.quartz.locality.constraint.OsConstraint.OS
 

D

dailyAtHourAndMinute(int, int) - Static method in class org.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 org.quartz.impl.calendar
This implementation of the Calendar excludes (or includes - see below) a specified time range each day.
DailyCalendar(String, String) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified strings and no baseCalendar.
DailyCalendar(Calendar, String, String) - Constructor for class org.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 org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified values and no baseCalendar.
DailyCalendar(Calendar, int, int, int, int, int, int, int, int) - Constructor for class org.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 org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified java.util.Calendars and no baseCalendar.
DailyCalendar(Calendar, Calendar, Calendar) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified java.util.Calendars and the specified baseCalendar.
DailyCalendar(long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified values and no baseCalendar.
DailyCalendar(Calendar, long, long) - Constructor for class org.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 org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified values and no baseCalendar.
DailyCalendar(Calendar, TimeZone, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Create a DailyCalendar with a time range defined by the specified values and the specified baseCalendar.
DateBuilder - Class in org.quartz
DateBuilder is used to conveniently create java.util.Date instances that meet particular criteria.
DateBuilder.IntervalUnit - Enum in org.quartz
 
dateFormat - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
dateOf(int, int, int) - Static method in class org.quartz.DateBuilder
Get a Date object that represents the given time, on today's date (equivalent to DateBuilder.todayAt(int, int, int)).
dateOf(int, int, int, int, int) - Static method in class org.quartz.DateBuilder
Get a Date object that represents the given time, on the given date.
dateOf(int, int, int, int, int, int) - Static method in class org.quartz.DateBuilder
Get a Date object that represents the given time, on the given date.
DAY_OF_MONTH - Static variable in class org.quartz.CronExpression
 
DAY_OF_WEEK - Static variable in class org.quartz.CronExpression
 
dayMap - Static variable in class org.quartz.CronExpression
 
daysOfMonth - Variable in class org.quartz.CronExpression
 
daysOfWeek - Variable in class org.quartz.CronExpression
 
DB2v6Delegate - Class in org.quartz.impl.jdbcjobstore
Quartz JDBC delegate for DB2 v6 databases.
DB2v6Delegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
DB2v6Delegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
DB2v7Delegate - Class in org.quartz.impl.jdbcjobstore
Quartz JDBC delegate for DB2 v7 databases.
DB2v7Delegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
DB2v7Delegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
DB2v8Delegate - Class in org.quartz.impl.jdbcjobstore
Quartz JDBC delegate for DB2 v8 databases.
DB2v8Delegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
DB2v8Delegate(Logger, String, String, String, Boolean, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
DB_DRIVER - Static variable in class org.quartz.utils.PoolingConnectionProvider
The JDBC database driver.
DB_IDLE_VALIDATION_SECONDS - Static variable in class org.quartz.utils.PoolingConnectionProvider
The number of seconds between tests of idle connections - only enabled if the validation query property is set.
DB_MAX_CACHED_STATEMENTS_PER_CONNECTION - Static variable in class org.quartz.utils.PoolingConnectionProvider
The maximum number of prepared statements that will be cached per connection in the pool.
DB_MAX_CONNECTIONS - Static variable in class org.quartz.utils.PoolingConnectionProvider
The maximum number of database connections to have in the pool.
DB_PASSWORD - Static variable in class org.quartz.utils.PoolingConnectionProvider
The database user password.
DB_PROPS_PREFIX - Static variable in class org.quartz.utils.DBConnectionManager
 
DB_URL - Static variable in class org.quartz.utils.PoolingConnectionProvider
The JDBC database URL.
DB_USER - Static variable in class org.quartz.utils.PoolingConnectionProvider
The database user name.
DB_VALIDATE_ON_CHECKOUT - Static variable in class org.quartz.utils.PoolingConnectionProvider
Whether the database sql query to validate connections should be executed every time a connection is retrieved from the pool to ensure that it is still valid.
DB_VALIDATION_QUERY - Static variable in class org.quartz.utils.PoolingConnectionProvider
The database sql query to execute every time a connection is returned to the pool to ensure that it is still valid.
DBConnectionManager - Class in org.quartz.utils
Manages a collection of ConnectionProviders, and provides transparent access to their connections.
DBSemaphore - Class in org.quartz.impl.jdbcjobstore
Base class for database based lock handlers for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
DBSemaphore(String, String, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DBSemaphore
 
decrement() - Method in interface org.quartz.utils.counter.Counter
Decrement the counter by 1
decrement(long) - Method in interface org.quartz.utils.counter.Counter
Decrement the counter by given amount
decrement() - Method in class org.quartz.utils.counter.CounterImpl
Decrement the counter by 1
decrement(long) - Method in class org.quartz.utils.counter.CounterImpl
Decrement the counter by given amount
decrement(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
Decrements the numerator and denominator by the passed values
decrement(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Decrements the numerator and denominator by the passed values
decrement() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
decrement(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
DEFAULT_DB_MAX_CACHED_STATEMENTS_PER_CONNECTION - Static variable in class org.quartz.utils.PoolingConnectionProvider
Default maximum number of database connections in the pool.
DEFAULT_DB_MAX_CONNECTIONS - Static variable in class org.quartz.utils.PoolingConnectionProvider
Default maximum number of database connections in the pool.
DEFAULT_FAIL_OVER_GROUP - Static variable in interface org.quartz.Scheduler
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_GROUP - Static variable in interface org.quartz.Scheduler
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 org.quartz.utils.Key
The default group for scheduling entities, with the value "DEFAULT".
DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.DirectSchedulerFactory
 
DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
DEFAULT_PRIORITY - Static variable in interface org.quartz.Trigger
The default value for priority.
DEFAULT_RECOVERY_GROUP - Static variable in interface org.quartz.Scheduler
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 org.quartz.impl.DirectSchedulerFactory
 
DEFAULT_TABLE_PREFIX - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
DEFAULT_TRANSACTION_MANANGER_LOCATION - Static variable in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
 
DEFAULT_USER_TX_LOCATION - Static variable in class org.quartz.ee.jta.UserTransactionHelper
 
delegateClass - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
delegateClassName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
delegateInitString - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
DelegatingLocalityJobDetail - Class in org.quartz.locality
Wrapping a JobDetail instance while adding the LocalityAware contract All JobDetail method calls will be delegated to the wrapped JobDetail instance
DelegatingLocalityJobDetail(JobDetail, NodeSpec) - Constructor for class org.quartz.locality.DelegatingLocalityJobDetail
Constructs a LocalityAware JobDetail, wrapping an existing JobDetail instance, with additional NodeSpec
DelegatingLocalityTrigger - Class in org.quartz.locality
Wrapping a Trigger instance while adding the LocalityAware contract All Trigger method calls will be delegated to the wrapped Trigger instance
DelegatingLocalityTrigger(Trigger, NodeSpec) - Constructor for class org.quartz.locality.DelegatingLocalityTrigger
Constructs a LocalityAware Trigger, wrapping an existing Trigger instance, with additional NodeSpec
DELETE_ALL_BLOB_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_CRON_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_JOB_DETAILS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_PAUSED_TRIGGER_GRPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_SIMPLE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_SIMPROP_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_ALL_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_NO_RECOVERY_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
DELETE_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
deleteAllPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
deleteAllPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteBlobTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the cron trigger data for a trigger.
deleteCalendar(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
deleteCalendar(String) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Calendar from the Scheduler.
deleteCalendar(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
deleteCalendar(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
deleteCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete a calendar.
deleteCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete a calendar.
deleteCalendar(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
deleteCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
deleteCalendar(String) - Method in interface org.quartz.Scheduler
Delete the identified Calendar from the Scheduler.
deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
deleteFiredTrigger(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete a fired trigger.
deleteFiredTrigger(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete a fired trigger.
deleteFiredTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete all fired triggers.
deleteFiredTriggers(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete all fired triggers of the given instance.
deleteFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete all fired triggers.
deleteFiredTriggers(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
deleteJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Job from the Scheduler - and any associated Triggers.
deleteJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
deleteJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
deleteJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
deleteJob(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
deleteJob(JobKey) - Method in interface org.quartz.Scheduler
Delete the identified Job from the Scheduler - and any associated Triggers.
deleteJobDetail(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the job detail record for the given job.
deleteJobDetail(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the job detail record for the given job.
deleteJobs(List<JobKey>) - Method in class org.quartz.core.QuartzScheduler
 
deleteJobs(List<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
deleteJobs(List<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
deleteJobs(List<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
 
deleteJobs(List<JobKey>) - Method in class org.quartz.impl.StdScheduler
 
deleteJobs(List<JobKey>) - Method in interface org.quartz.Scheduler
Delete the identified Jobs from the Scheduler - and any associated Triggers.
deletePausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
deletePausedTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
deletePausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deletePausedTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteSchedulerState(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete a scheduler-instance state record.
deleteSchedulerState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteTrigger(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the base trigger data for a trigger.
deleteTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the base trigger data for a trigger.
deleteTriggerExtension(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
depth() - Method in class org.quartz.utils.CircularLossyQueue
Returns the number of items currently in the queue
destroy() - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
destroyService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
DIRECTORY_NAME - Static variable in class org.quartz.jobs.DirectoryScanJob
JobDataMap key with which to specify the directory to be monitored - an absolute path is recommended.
DIRECTORY_SCAN_LISTENER_NAME - Static variable in class org.quartz.jobs.DirectoryScanJob
JobDataMap key with which to specify the DirectoryScanListener to be notified when the directory contents change.
DirectoryScanJob - Class in org.quartz.jobs
Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected.
DirectoryScanJob() - Constructor for class org.quartz.jobs.DirectoryScanJob
 
DirectoryScanListener - Interface in org.quartz.jobs
Interface for objects wishing to receive a 'call-back' from a DirectoryScanJob.
DirectSchedulerFactory - Class in org.quartz.impl
A singleton implementation of SchedulerFactory.
DirectSchedulerFactory() - Constructor for class org.quartz.impl.DirectSchedulerFactory
Constructor
DirtyFlagMap - Class in org.quartz.utils
An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified.
DirtyFlagMap() - Constructor for class org.quartz.utils.DirtyFlagMap
Create a DirtyFlagMap that 'wraps' a HashMap.
DirtyFlagMap(int) - Constructor for class org.quartz.utils.DirtyFlagMap
Create a DirtyFlagMap that 'wraps' a HashMap that has the given initial capacity.
DirtyFlagMap(int, float) - Constructor for class org.quartz.utils.DirtyFlagMap
Create a DirtyFlagMap that 'wraps' a HashMap that has the given initial capacity and load factor.
DisallowConcurrentExecution - Annotation Type in org.quartz
An annotation that marks a Job class as one that must not have multiple instances executed concurrently (where instance is based-upon a JobDetail definition - or in other words based upon a JobKey).
doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
dontSetNonManagedTXConnectionAutoCommitFalse - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
DriverDelegate - Interface in org.quartz.impl.jdbcjobstore
This is the base interface for all driver delegate classes.
dsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 

E

EhcacheConstraint - Class in org.quartz.locality.constraint
Constraints related the locality of Ehcache values
EhcacheConstraint(EhcacheConstraint.Operator, EhcacheConstraint.Value) - Constructor for class org.quartz.locality.constraint.EhcacheConstraint
Constructor

The Cache needs to be alive and clustered using Terracotta in Serialization mode

EhcacheConstraint.Operator - Enum in org.quartz.locality.constraint
 
EhcacheConstraint.Value - Class in org.quartz.locality.constraint
 
EhcacheConstraint.Value(String, String, Collection<?>) - Constructor for class org.quartz.locality.constraint.EhcacheConstraint.Value
 
EhcacheEvaluator - Class in org.terracotta.modules.ehcache.store
Ehcache evaluator, which lets Jobs be executed on certain node, depending of the locality of the data in a Ehcache
EhcacheEvaluator(ConcurrentMap<String, String>) - Constructor for class org.terracotta.modules.ehcache.store.EhcacheEvaluator
Constructor
EJB_ARG_TYPES_KEY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJB_ARGS_KEY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJB_JNDI_NAME_KEY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJB_METHOD_KEY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJBInvokerJob - Class in org.quartz.jobs.ee.ejb
A Job that invokes a method on an EJB.
EJBInvokerJob() - Constructor for class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
elements(Cache, Collection) - Static method in class org.quartz.locality.constraint.EhcacheConstraint
Creates a EhcacheConstraint for local values to a Set of keys
emitter - Variable in class org.quartz.core.QuartzSchedulerMBeanImpl
emitter
endAt(Date) - Method in class org.quartz.TriggerBuilder
Set the time at which the Trigger will no longer fire - even if it's schedule has remaining repeats.
entrySet() - Method in class org.quartz.utils.DirtyFlagMap
 
equals(Object) - Method in class org.quartz.impl.JobDetailImpl
 
equals(Object) - Method in class org.quartz.impl.matchers.AndMatcher
 
equals(Object) - Method in class org.quartz.impl.matchers.EverythingMatcher
 
equals(Object) - Method in class org.quartz.impl.matchers.KeyMatcher
 
equals(Object) - Method in class org.quartz.impl.matchers.NotMatcher
 
equals(Object) - Method in class org.quartz.impl.matchers.OrMatcher
 
equals(Object) - Method in class org.quartz.impl.matchers.StringMatcher
 
equals(Object) - Method in class org.quartz.impl.triggers.AbstractTrigger
Trigger equality is based upon the equality of the TriggerKey.
equals(Object) - Method in class org.quartz.locality.constraint.CpuConstraint
 
equals(Object) - Method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
equals(Object) - Method in class org.quartz.locality.constraint.MemoryConstraint
 
equals(Object) - Method in class org.quartz.locality.constraint.NodeGroupConstraint
 
equals(Object) - Method in class org.quartz.locality.constraint.OsConstraint
 
equals(Object) - Method in interface org.quartz.Matcher
 
equals(Object) - Method in interface org.quartz.Trigger
Trigger equality is based upon the equality of the TriggerKey.
equals(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
equals(Object) - Method in class org.quartz.utils.Key
 
equals(Object) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
 
error(SAXParseException) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
ErrorHandler interface.
errorTriggerRetryLoop(TriggerFiredBundle) - Method in class org.quartz.core.QuartzSchedulerThread
 
evaluate(String, String) - Method in enum org.quartz.impl.matchers.StringMatcher.StringOperatorName
 
evaluate(String, String) - Method in enum org.quartz.locality.constraint.NodeGroupConstraint.Operator
 
evaluate(OsConstraint.OS, OsConstraint.OS) - Method in enum org.quartz.locality.constraint.OsConstraint.Operator
 
Evaluator<T extends Constraint> - Interface in org.quartz.locality.constraint.evaluator
An Evaluator will match and potentially return best suited nodes for a Job to execute on.
EvaluatorTimerTask - Class in org.quartz.locality.constraint.evaluator
An evaluator that performs monitoring on a regular basis
EvaluatorTimerTask() - Constructor for class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
 
EvaluatorTimerTask.Status - Enum in org.quartz.locality.constraint.evaluator
 
evenHourDate(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even hour above the given date.
evenHourDateAfterNow() - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even hour after the current time.
evenHourDateBefore(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the previous even hour below the given date.
evenMinuteDate(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even minute above the given date.
evenMinuteDateAfterNow() - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even minute after the current time.
evenMinuteDateBefore(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the previous even minute below the given date.
evenSecondDate(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even second above the given date.
evenSecondDateAfterNow() - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even second after the current time.
evenSecondDateBefore(Date) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the previous even second below the given date.
EverythingMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches on the complete key being equal (both name and group).
EverythingMatcher() - Constructor for class org.quartz.impl.matchers.EverythingMatcher
 
execute(Connection) - Method in interface org.quartz.impl.jdbcjobstore.JobStoreSupport.TransactionCallback
 
execute(Connection) - Method in interface org.quartz.impl.jdbcjobstore.JobStoreSupport.VoidTransactionCallback
 
execute(JobExecutionContext) - Method in interface org.quartz.Job
Called by the Scheduler when a Trigger fires that is associated with the Job.
execute(JobExecutionContext) - Method in class org.quartz.jobs.DirectoryScanJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.jms.SendDestinationMessageJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.jms.SendQueueMessageJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.jms.SendTopicMessageJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.jmx.JMXInvokerJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.FileScanJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.NativeJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.NoOpJob
Do nothing.
ExecuteInJTATransaction - Annotation Type in org.quartz
An annotation that marks a Job class as one that will have its execution wrapped by a JTA Transaction.
executeInLock(String, JobStoreSupport.TransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Execute the given callback having optionally acquired the given lock.
executeInLock(String, JobStoreSupport.VoidTransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Execute the given callback having aquired the given lock.
executeInLock(String, JobStoreSupport.TransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Execute the given callback having aquired the given lock.
executeInLock(String, JobStoreSupport.TransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Execute the given callback having optionally aquired the given lock.
executeInNonManagedTXLock(String, JobStoreSupport.VoidTransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Execute the given callback having optionally aquired the given lock.
executeInNonManagedTXLock(String, JobStoreSupport.TransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Execute the given callback having optionally aquired the given lock.
executePreProcessCommands(Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
executeSQL(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
Execute the SQL that will lock the proper database row.
executeSQL(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
Execute the SQL select for update that will lock the proper database row.
executeSQL(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
Execute the SQL select for update that will lock the proper database row.
executeWithoutLock(JobStoreSupport.TransactionCallback) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Execute the given callback in a transaction.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.locality.DelegatingLocalityTrigger
expressionParsed - Variable in class org.quartz.CronExpression
 

F

FAILED_JOB_ORIGINAL_TRIGGER_FIRETIME_IN_MILLISECONDS - Static variable in interface org.quartz.Scheduler
A constant JobDataMap key that can be used to retrieve the scheduled fire time of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
FAILED_JOB_ORIGINAL_TRIGGER_GROUP - Static variable in interface org.quartz.Scheduler
A constant JobDataMap key that can be used to retrieve the group of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
FAILED_JOB_ORIGINAL_TRIGGER_NAME - Static variable in interface org.quartz.Scheduler
A constant JobDataMap key that can be used to retrieve the name of the original Trigger from a recovery trigger's data map in the case of a job recovering after a failed scheduler instance.
fatalError(SAXParseException) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
ErrorHandler interface.
FILE_NAME - Static variable in class org.quartz.jobs.FileScanJob
JobDataMap key with which to specify the name of the file to monitor.
FILE_SCAN_LISTENER_NAME - Static variable in class org.quartz.jobs.FileScanJob
JobDataMap key with which to specify the FileScanListener to be notified when the file contents change.
FileScanJob - Class in org.quartz.jobs
Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.
FileScanJob() - Constructor for class org.quartz.jobs.FileScanJob
 
FileScanListener - Interface in org.quartz.jobs
Interface for objects wishing to receive a 'call-back' from a FileScanJob.
filesUpdatedOrAdded(File[]) - Method in interface org.quartz.jobs.DirectoryScanListener
 
fileUpdated(String) - Method in interface org.quartz.jobs.FileScanListener
 
fileUpdated(String) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
 
findFailedInstances(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get a list of all scheduler instances in the cluster that may have failed.
findNextWhiteSpace(int, String) - Method in class org.quartz.CronExpression
 
findTriggerPersistenceDelegate(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
findTriggerPersistenceDelegate(String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
firedTriggerBundle - Variable in class org.quartz.core.JobRunShell
 
FiredTriggerRecord - Class in org.quartz.impl.jdbcjobstore
Conveys the state of a fired-trigger record.
FiredTriggerRecord() - Constructor for class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
firstCheckIn - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
forJob(JobKey) - Method in class org.quartz.TriggerBuilder
Set the identity of the Job which should be fired by the produced Trigger.
forJob(String) - Method in class org.quartz.TriggerBuilder
Set the identity of the Job which should be fired by the produced Trigger - a JobKey will be produced with the given name and default group.
forJob(String, String) - Method in class org.quartz.TriggerBuilder
Set the identity of the Job which should be fired by the produced Trigger - a JobKey will be produced with the given name and group.
forJob(JobDetail) - Method in class org.quartz.TriggerBuilder
Set the identity of the Job which should be fired by the produced Trigger, by extracting the JobKey from the given job.
FRIDAY - Static variable in class org.quartz.DateBuilder
 
futureDate(int, DateBuilder.IntervalUnit) - Static method in class org.quartz.DateBuilder
 

G

generateInstanceId() - Method in class org.quartz.simpl.HostnameInstanceIdGenerator
 
generateInstanceId() - Method in class org.quartz.simpl.SimpleInstanceIdGenerator
 
generateInstanceId() - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
Returns the cluster wide value for this scheduler instance's id, based on a system property
generateJMXObjectName(String, String) - Static method in class org.quartz.core.QuartzSchedulerResources
Create the name under which this scheduler should be registered in JMX.
get(Object) - Method in class org.quartz.impl.JobExecutionContextImpl
 
get(Object) - Method in interface org.quartz.JobExecutionContext
Get the value with the given key from the context's data map.
get(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
getAllJobDetails() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getAllJobDetails() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getAllowsTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Deprecated. JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.
getAllSampleValues() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
Returns all samples in history
getAllSampleValues() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Returns all samples in history
getAllSchedulers() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).
getAllSchedulers() - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).
getAllSchedulers() - Method in interface org.quartz.SchedulerFactory
Returns handles to all known Schedulers (made by any SchedulerFactory within this jvm.).
getAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getAndReset() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
Returns the current value of the counter and resets it to 0
getAndReset() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Returns the current value of the counter and resets it to 0
getAndReset() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Returns the current value of the counter and resets it to 0
getAndSet(long) - Method in interface org.quartz.utils.counter.Counter
Returns the value of the counter and sets it to the new value
getAndSet(long) - Method in class org.quartz.utils.counter.CounterImpl
Returns the value of the counter and sets it to the new value
getAndSet(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
getAttribute(String) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
 
getAttribute(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Get the given attribute of the remote Scheduler MBean.
getAttributeRestoringConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Wrap the given Connection in a Proxy such that attributes that might be set will be restored before the connection is closed (and potentially restored to a pool).
getAttributes(String[]) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
 
getAttributes(String[]) - Method in class org.quartz.impl.RemoteMBeanScheduler
Get the given attributes of the remote Scheduler MBean.
getBaseCalendar() - Method in interface org.quartz.Calendar
Get the base calendar.
getBaseCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
Get the base calendar.
getBatchTimeWindow() - Method in class org.quartz.core.QuartzSchedulerResources
 
getBoolean(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Retrieves the value of the designated column in the current row as a boolean.
getBoolean(ResultSet, int) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Retrieves the value of the designated column index in the current row as a boolean.
getBoolean(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified boolean value from the StringKeyDirtyFlagMap.
getBoolean(XPath, String, Document) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
getBooleanFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Boolean value from the JobDataMap.
getBooleanProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getBooleanProperty(String, boolean) - Method in class org.quartz.utils.PropertiesParser
 
getBooleanValue(String) - Method in class org.quartz.JobDataMap
Retrieve the identified boolean value from the JobDataMap.
getBooleanValueFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified boolean value from the JobDataMap.
getByteProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getByteProperty(String, byte) - Method in class org.quartz.utils.PropertiesParser
 
getCacheManagerName() - Method in class org.quartz.locality.constraint.EhcacheConstraint
Gets the CacheManager name for the Cache
getCacheManagerName() - Method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
getCacheName() - Method in class org.quartz.locality.constraint.EhcacheConstraint
Gets the Cache name
getCacheName() - Method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
getCalendar(String) - Method in class org.quartz.core.QuartzScheduler
Get the Calendar instance with the given name.
getCalendar(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCalendar() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getCalendar(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCalendar() - Method in interface org.quartz.JobExecutionContext
Get a handle to the Calendar referenced by the Trigger instance that fired the Job.
getCalendar(String) - Method in interface org.quartz.Scheduler
Get the Calendar instance with the given name.
getCalendarName() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the name of the Calendar associated with this Trigger.
getCalendarName() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get the name of the Calendar associated with this Trigger.
getCalendarName() - Method in interface org.quartz.Trigger
Get the name of the Calendar associated with this Trigger.
getCalendarNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getCalendarNames() - Method in class org.quartz.core.QuartzScheduler
Get the names of all registered Calendars.
getCalendarNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getCalendarNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCalendarNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the names of all of the Calendar s in the JobStore.
getCalendarNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getCalendarNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendarNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCalendarNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCalendarNames() - Method in interface org.quartz.Scheduler
Get the names of all registered Calendars.
getCalendarNames() - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Calendar s in the JobStore.
getCc() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getChar(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified char value from the StringKeyDirtyFlagMap.
getCharacterFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Character value from the JobDataMap.
getCharFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified char value from the JobDataMap.
getCharProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getCharProperty(String, char) - Method in class org.quartz.utils.PropertiesParser
 
getCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getCheckinTimestamp() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getClassLoader() - Method in class org.quartz.simpl.CascadingClassLoadHelper
Enable sharing of the "best" class-loader with 3rd party.
getClassLoader() - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
Enable sharing of the class-loader with 3rd party.
getClassLoader() - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
Enable sharing of the class-loader with 3rd party.
getClassLoader() - Method in class org.quartz.simpl.SimpleClassLoadHelper
Enable sharing of the class-loader with 3rd party.
getClassLoader() - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
Enable sharing of the class-loader with 3rd party.
getClassLoadHelper() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getClusterCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster.
getCompareToValue() - Method in class org.quartz.impl.matchers.KeyMatcher
 
getCompareToValue() - Method in class org.quartz.impl.matchers.StringMatcher
 
getCompareWithOperator() - Method in class org.quartz.impl.matchers.StringMatcher
 
getConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getConnection() - Method in interface org.quartz.utils.ConnectionProvider
 
getConnection(String) - Method in class org.quartz.utils.DBConnectionManager
Get a database connection from the DataSource with the given name.
getConnection() - Method in class org.quartz.utils.JNDIConnectionProvider
 
getConnection() - Method in class org.quartz.utils.PoolingConnectionProvider
 
getConnection() - Method in class org.quartz.utils.weblogic.WeblogicConnectionProvider
 
getConstraint() - Method in exception org.quartz.locality.LocalityException
Constraint being the issue
getConstraints() - Method in interface org.quartz.locality.NodeSpec
Returns a List of Constraint to be used to identify the targeted node
getContentType() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getContext() - Method in class org.quartz.impl.RemoteMBeanScheduler
Returns the SchedulerContext of the Scheduler.
getContext() - Method in class org.quartz.impl.RemoteScheduler
Returns the SchedulerContext of the Scheduler.
getContext() - Method in class org.quartz.impl.StdScheduler
Returns the SchedulerContext of the Scheduler.
getContext() - Method in interface org.quartz.Scheduler
Returns the SchedulerContext of the Scheduler.
getContextProperties() - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
Get the properties to use when creating a JNDI InitialContext.
getCounterValue() - Method in class org.quartz.utils.counter.sampled.TimeStampedCounterValue
Get the counter value
getCronExpression() - Method in class org.quartz.CronExpression
 
getCronExpression() - Method in interface org.quartz.CronTrigger
 
getCronExpression() - Method in class org.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 org.quartz.impl.triggers.CronTriggerImpl
 
getCurrentlyExecutingJobs() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzScheduler
Return a list of JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance.
getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getCurrentlyExecutingJobs() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCurrentlyExecutingJobs() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCurrentlyExecutingJobs() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCurrentlyExecutingJobs() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getCurrentlyExecutingJobs() - Method in interface org.quartz.Scheduler
Return a list of JobExecutionContext objects that represent all currently executing Jobs in this Scheduler instance.
getCurrentTime() - Method in class org.quartz.simpl.SimpleTimeBroker
Get the current time, simply using new Date().
getDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the name of the DataSource that should be used for performing database functions.
getDataSource() - Method in class org.quartz.utils.PoolingConnectionProvider
Get the C3PO ComboPooledDataSource created during initialization.
getDayOfWeekNumber(String) - Method in class org.quartz.CronExpression
 
getDaysExcluded() - Method in class org.quartz.impl.calendar.AnnualCalendar
Get the array which defines the exclude-value of each day of month
getDaysExcluded() - Method in class org.quartz.impl.calendar.MonthlyCalendar
Get the array which defines the exclude-value of each day of month.
getDaysExcluded() - Method in class org.quartz.impl.calendar.WeeklyCalendar
Get the array with the week days
getDbRetryInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getDecimal1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getDecimal2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getDefaultScheduler() - Static method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the default Scheduler, creating it if it does not yet exist.
getDelegate() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the driver delegate for DB operations.
getDescription() - Method in interface org.quartz.Calendar
Return the description given to the Calendar instance by its creator (if any).
getDescription() - Method in class org.quartz.impl.calendar.BaseCalendar
Return the description given to the Calendar instance by its creator (if any).
getDescription() - Method in class org.quartz.impl.JobDetailImpl
 
getDescription() - Method in class org.quartz.impl.triggers.AbstractTrigger
Return the description given to the Trigger instance by its creator (if any).
getDescription() - Method in interface org.quartz.JobDetail
Return the description given to the Job instance by its creator (if any).
getDescription() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Return the description given to the Job instance by its creator (if any).
getDescription() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Return the description given to the Trigger instance by its creator (if any).
getDescription() - Method in interface org.quartz.Trigger
Return the description given to the Trigger instance by its creator (if any).
getDouble(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified double value from the StringKeyDirtyFlagMap.
getDoubleCheckLockMisfireHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether to check to see if there are Triggers that have misfired before actually acquiring the lock to recover them.
getDoubleFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Double value from the JobDataMap.
getDoubleProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getDoubleProperty(String, double) - Method in class org.quartz.utils.PropertiesParser
 
getDoubleValue(String) - Method in class org.quartz.JobDataMap
Retrieve the identified double value from the JobDataMap.
getDoubleValueFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified double value from the JobDataMap.
getDriverDelegateClass() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the JDBC driver delegate class name.
getDriverDelegateInitString() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the JDBC driver delegate's initialization string.
getEarliestNewTime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
 
getEndOfDayJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Returns the end of the given day Calendar.
getEndTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular repeat settings).
getEndTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Get the time at which the DateIntervalTrigger should quit repeating.
getEndTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Get the time at which the CronTrigger should quit repeating - even if repeastCount isn't yet satisfied.
getEndTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Get the time at which the SimpleTrigger should quit repeating - even if repeastCount isn't yet satisfied.
getEndTime() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular repeat settings).
getEndTime() - Method in interface org.quartz.Trigger
Get the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular repeat settings).
getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.quartz.simpl.RAMJobStore
 
getExcludedDates() - Method in class org.quartz.impl.calendar.HolidayCalendar
Returns a SortedSet of Dates representing the excluded days.
getExpressionSetSummary(Set) - Method in class org.quartz.CronExpression
 
getExpressionSetSummary(ArrayList) - Method in class org.quartz.CronExpression
 
getExpressionSummary() - Method in class org.quartz.CronExpression
 
getExpressionSummary() - Method in interface org.quartz.CronTrigger
 
getExpressionSummary() - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
getFileNames() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
Comma separated list of file names (with paths) to the XML files that should be read.
getFinalFireTime() - Method in class org.quartz.CronExpression
NOT YET IMPLEMENTED: Returns the final time that the CronExpression will match.
getFinalFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
Returns the last time at which the Trigger will fire, if the Trigger will repeat indefinitely, null will be returned.
getFinalFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
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 org.quartz.impl.triggers.CronTriggerImpl
NOT YET IMPLEMENTED: Returns the final time at which the CronTrigger will fire.
getFinalFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Returns the final time at which the SimpleTrigger will fire, if repeatCount is REPEAT_INDEFINITELY, null will be returned.
getFinalFireTime() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Returns the last time at which the Trigger will fire, if the Trigger will repeat indefinitely, null will be returned.
getFinalFireTime() - Method in interface org.quartz.Trigger
Returns the last time at which the Trigger will fire, if the Trigger will repeat indefinitely, null will be returned.
getFiredTriggerRecordId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getFiredTriggerRecordId() - Method in class org.quartz.simpl.RAMJobStore
 
getFireInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFireInstanceId() - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
getFireInstanceId() - Method in class org.quartz.locality.DelegatingLocalityTrigger
getFireInstanceState() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getFireTime() - Method in interface org.quartz.JobExecutionContext
The actual time the trigger fired.
getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
Returns the next time at which the Trigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Returns the next time at which the DateIntervalTrigger will fire, after the given time.
getFireTimeAfter(Date, boolean) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Returns the next time at which the CronTrigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Returns the next time at which the SimpleTrigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.locality.DelegatingLocalityTrigger
Returns the next time at which the Trigger will fire, after the given time.
getFireTimeAfter(Date) - Method in interface org.quartz.Trigger
Returns the next time at which the Trigger will fire, after the given time.
getFireTimeBefore(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Returns the last time at which the SimpleTrigger will fire, before the given time.
getFireTimestamp() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFloat(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified float value from the StringKeyDirtyFlagMap.
getFloatFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Float value from the JobDataMap.
getFloatProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getFloatProperty(String, float) - Method in class org.quartz.utils.PropertiesParser
 
getFloatValue(String) - Method in class org.quartz.JobDataMap
Retrieve the identified float value from the JobDataMap.
getFloatValueFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified float value from the JobDataMap.
getFrom() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getFullJobName() - Method in class org.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 org.quartz.impl.JobDetailImpl
Returns the 'full name' of the JobDetail in the format "group.name".
getFullName() - Method in class org.quartz.impl.triggers.AbstractTrigger
Returns the 'full name' of the Trigger in the format "group.name".
getGroup() - Method in class org.quartz.impl.JobDetailImpl
Get the group of this Job.
getGroup() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the group of this Trigger.
getGroup() - Method in class org.quartz.utils.Key
Get the group portion of the key.
getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
 
getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
getHandledTriggerTypeDiscriminator() - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
getHistorySize() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
Returns the history size
getIndexNames() - Method in class org.quartz.core.jmx.TriggerSupport
 
getInitialContext(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
 
getInitialValue() - Method in class org.quartz.utils.counter.CounterConfig
Gets the initial value
getInputStream(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Returns an InputStream from the fileName as a resource.
getInstance() - Static method in class org.quartz.impl.DirectSchedulerFactory
 
getInstance() - Static method in class org.quartz.impl.SchedulerRepository
 
getInstance() - Static method in class org.quartz.utils.DBConnectionManager
Get the class instance.
getInstanceId() - Method in class org.quartz.core.QuartzSchedulerResources
Get the instance Id for the QuartzScheduler.
getInstanceId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the instance Id of the Scheduler (must be unique within a cluster).
getInstanceName() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the instance name of the Scheduler (must be unique within this server instance).
getInt(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified int value from the StringKeyDirtyFlagMap.
getInt1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getInt2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getIntArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getIntArrayProperty(String, int[]) - Method in class org.quartz.utils.PropertiesParser
 
getIntegerFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified int value from the JobDataMap.
getInternalJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the internal JobListener that has the given name.
getInternalJobListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the JobListeners in the Scheduler's internal list.
getInternalSchedulerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the internal SchedulerListeners registered with the Scheduler.
getInternalTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the internal TriggerListener that has the given name.
getInternalTriggerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a list containing all of the TriggerListeners in the Scheduler's internal list.
getInterval() - Static method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
 
getIntervalMillis() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Returns the sampling thread interval in millis
getIntervalSecs() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
Returns the interval time (seconds)
getIntFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified int value from the JobDataMap.
getIntProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getIntProperty(String, int) - Method in class org.quartz.utils.PropertiesParser
 
getIntValue(String) - Method in class org.quartz.JobDataMap
Retrieve the identified int value from the JobDataMap.
getInvertTimeRange() - Method in class org.quartz.impl.calendar.DailyCalendar
Indicates whether the time range represents an inverted time range (see class description).
getItemDescriptions() - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
getItemDescriptions() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
getItemDescriptions() - Static method in class org.quartz.core.jmx.TriggerSupport
 
getItemNames() - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
getItemNames() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
getItemNames() - Static method in class org.quartz.core.jmx.TriggerSupport
 
getItemTypes() - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
getItemTypes() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
getItemTypes() - Static method in class org.quartz.core.jmx.TriggerSupport
 
getJMXExport() - Method in class org.quartz.core.QuartzSchedulerResources
Get whether the QuartzScheduler should be registered with the local MBeanServer.
getJMXObjectName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name under which the QuartzScheduler should be registered with the local MBeanServer.
getJndiName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getJndiName() - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
getJobBuilder() - Method in class org.quartz.impl.JobDetailImpl
 
getJobBuilder() - Method in interface org.quartz.JobDetail
Get a JobBuilder that is configured to produce a JobDetail identical to this one.
getJobBuilder() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Get a JobBuilder that is configured to produce a JobDetail identical to this one.
getJobClass() - Method in class org.quartz.impl.JobDetailImpl
 
getJobClass() - Method in interface org.quartz.JobDetail
Get the instance of Job that will be executed.
getJobClass() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Get the instance of Job that will be executed.
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
 
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
 
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs for job details.
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
 
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs for job details.
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
 
getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
 
getJobDataMap() - Method in class org.quartz.impl.JobDetailImpl
 
getJobDataMap() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the JobDataMap that is associated with the Trigger.
getJobDataMap() - Method in interface org.quartz.JobDetail
Get the JobDataMap that is associated with the Job.
getJobDataMap() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Get the JobDataMap that is associated with the Job.
getJobDataMap() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get the JobDataMap that is associated with the Trigger.
getJobDataMap() - Method in interface org.quartz.Trigger
Get the JobDataMap that is associated with the Trigger.
getJobDetail(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobDetail(JobKey) - Method in class org.quartz.core.QuartzScheduler
Get the JobDetail for the Job instance with the given name and group.
getJobDetail(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobDetail(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobDetail() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getJobDetail(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobDetail(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobDetail(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobDetail() - Method in interface org.quartz.JobExecutionContext
Get the JobDetail associated with the Job.
getJobDetail(JobKey) - Method in interface org.quartz.Scheduler
Get the JobDetail for the Job instance with the given key.
getJobFactory() - Method in class org.quartz.core.QuartzScheduler
 
getJobFailedMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job fails its execution.
getJobGroup() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the name of the associated JobDetail's group.
getJobGroupNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobGroupNames() - Method in class org.quartz.core.QuartzScheduler
Get the names of all known Job groups.
getJobGroupNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobGroupNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobGroupNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the names of all of the Job groups.
getJobGroupNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getJobGroupNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobGroupNames() - Method in interface org.quartz.Scheduler
Get the names of all known JobDetail groups.
getJobGroupNames() - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Job groups.
getJobGroupsToNeverDelete() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Get the (unmodifiable) list of job groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
getJobInstance() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getJobInstance() - Method in interface org.quartz.JobExecutionContext
Get the instance of the Job that was created for this execution.
getJobKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getJobKey() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
 
getJobKey() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
getJobKey() - Method in class org.quartz.locality.DelegatingLocalityTrigger
getJobKey() - Method in interface org.quartz.Trigger
 
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the Jobs in the matching groups.
getJobKeys(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the names of all of the Job s that matcher the given groupMatcher.
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobKeys(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
Get the keys of all the JobDetails in the matching groups.
getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Job s that match the given groupMatcher.
getJobListener(String) - Method in class org.quartz.core.ListenerManagerImpl
 
getJobListener(String) - Method in interface org.quartz.ListenerManager
Get the JobListener that has the given name.
getJobListenerMatchers(String) - Method in class org.quartz.core.ListenerManagerImpl
 
getJobListenerMatchers(String) - Method in interface org.quartz.ListenerManager
Get the set of Matchers for which the listener will receive events if ANY of the matchers match.
getJobListeners() - Method in class org.quartz.core.ListenerManagerImpl
 
getJobListeners() - Method in interface org.quartz.ListenerManager
Get a List containing all of the JobListeners in the Scheduler.
getJobName() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the name of the associated JobDetail.
getJobNames(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobNames(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobNames(Connection, GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobRunShellFactory for the QuartzScheduler to use.
getJobRunTime() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getJobRunTime() - Method in interface org.quartz.JobExecutionContext
The amount of time the job ran for (in milliseconds).
getJobsCompletedMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobsCompletedMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
 
getJobsCompletedMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobsCompletedMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
 
getJobsCompletedMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
 
getJobsExecutedMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobsExecutedMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobsExecutingMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
 
getJobsExecutingMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
 
getJobsExecutingMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
 
getJobsScheduledMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobsScheduledMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
 
getJobsScheduledMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobsScheduledMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
 
getJobsScheduledMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
 
getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobStore for the QuartzScheduler to use.
getJobStoreClass() - Method in class org.quartz.core.QuartzScheduler
 
getJobStoreClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobStoreClass() - Method in class org.quartz.SchedulerMetaData
Returns the class-name of the JobStore instance that is being used by the Scheduler.
getJobStoreClassName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getJobStoreClassName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getJobSuccessMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job successfully completes its execution.
getJobToBeFiredMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job is about to execute.
getJobWasVetoedMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job execution is vetoed by a trigger listener.
getKey() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
 
getKey() - Method in class org.quartz.impl.JobDetailImpl
 
getKey() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
getKey() - Method in interface org.quartz.JobDetail
 
getKey() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
getKey() - Method in class org.quartz.locality.DelegatingLocalityTrigger
getKey() - Method in interface org.quartz.Trigger
 
getKeyOfNonSerializableValue(Map<?, ?>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Find the key of the first non-serializable value in the given Map.
getKeys() - Method in class org.quartz.locality.constraint.EhcacheConstraint
Accessor
getKeys() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Get a copy of the Map's String keys in an array of Strings.
getKeySet() - Method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
getLastDayOfMonth(int, int) - Method in class org.quartz.CronExpression
 
getLastModifiedDate(String) - Method in class org.quartz.jobs.FileScanJob
 
getLeftOperand() - Method in class org.quartz.impl.matchers.AndMatcher
 
getLeftOperand() - Method in class org.quartz.impl.matchers.OrMatcher
 
getListenerManager() - Method in class org.quartz.core.QuartzScheduler
 
getListenerManager() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getListenerManager() - Method in class org.quartz.impl.RemoteScheduler
 
getListenerManager() - Method in class org.quartz.impl.StdScheduler
 
getListenerManager() - Method in interface org.quartz.Scheduler
Get a reference to the scheduler's ListenerManager, through which listeners may be registered.
getListeners() - Method in class org.quartz.listeners.BroadcastJobListener
 
getListeners() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
getListeners() - Method in class org.quartz.listeners.BroadcastTriggerListener
 
getLoadedJobs() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Returns a List of jobs loaded from the xml file.
getLoadedTriggers() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Returns a List of triggers loaded from the xml file.
getLockHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getLog() - Method in class org.quartz.core.JobRunShell
 
getLog() - Method in class org.quartz.core.QuartzScheduler
 
getLog() - Method in class org.quartz.core.QuartzSchedulerThread
 
getLog() - Method in class org.quartz.impl.DirectSchedulerFactory
 
getLog() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
 
getLog() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
getLog() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getLog() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
 
getLog() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
 
getLog() - Method in class org.quartz.impl.StdSchedulerFactory
 
getLog() - Method in class org.quartz.jobs.ee.jmx.JMXInvokerJob
 
getLog() - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
getLog() - Method in class org.quartz.jobs.NativeJob
 
getLog() - Method in class org.quartz.listeners.JobListenerSupport
Get the Logger for this class's category.
getLog() - Method in class org.quartz.listeners.SchedulerListenerSupport
Get the Logger for this class's category.
getLog() - Method in class org.quartz.listeners.TriggerListenerSupport
Get the Logger for this class's category.
getLog() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
getLog() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
getLog() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
 
getLog() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Get the commons Logger for this class.
getLog() - Method in class org.quartz.simpl.RAMJobStore
 
getLog() - Method in class org.quartz.simpl.SimpleJobFactory
 
getLog() - Method in class org.quartz.simpl.SimpleThreadPool
 
getLog() - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
getLog() - Method in class org.quartz.utils.JNDIConnectionProvider
 
getLong(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified long value from the StringKeyDirtyFlagMap.
getLong1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getLong2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getLongFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Long value from the JobDataMap.
getLongProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getLongProperty(String, long) - Method in class org.quartz.utils.PropertiesParser
 
getLongValue(String) - Method in class org.quartz.JobDataMap
Retrieve the identified long value from the JobDataMap.
getLongValueFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified long value from the JobDataMap.
getMailSession(SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
getMakeSchedulerThreadDaemon() - Method in class org.quartz.core.QuartzSchedulerResources
Get whether to mark the Quartz scheduling thread as daemon.
getMakeThreadsDaemons() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether the threads spawned by this JobStore should be marked as daemon.
getMaxBatchSize() - Method in class org.quartz.core.QuartzSchedulerResources
 
getMaxMisfiresToHandleAtATime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the maximum number of misfired triggers that the misfire handling thread will try to recover at one time (within one transaction).
getMaxValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
getMergedJobDataMap() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getMergedJobDataMap() - Method in interface org.quartz.JobExecutionContext
Get the convenience JobDataMap of this execution context.
getMessage() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getMessage() - Method in exception org.quartz.xml.ValidationException
Returns the detail message string.
getMessageFactory(String) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
Creates the JmsMessageFactory
getMetaData() - Method in class org.quartz.impl.RemoteMBeanScheduler
 
getMetaData() - Method in class org.quartz.impl.RemoteScheduler
 
getMetaData() - Method in class org.quartz.impl.StdScheduler
 
getMetaData() - Method in interface org.quartz.Scheduler
Get a SchedulerMetaData object describing the settings and capabilities of the scheduler instance.
getMinValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
getMisfireInstruction() - Method in class org.quartz.impl.triggers.AbstractTrigger
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 passed to this method.
getMisfireInstruction() - Method in class org.quartz.locality.DelegatingLocalityTrigger
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.
getMisfireInstruction() - Method in interface org.quartz.Trigger
Get the instruction the Scheduler should be given for handling misfire situations for this Trigger- the concrete Trigger type that you are using will have defined a set of additional MISFIRE_INSTRUCTION_XXX constants that may be set as this property's value.
getMisfireThreshold() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getMisfireThreshold() - Method in class org.quartz.simpl.RAMJobStore
 
getMisfireTime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getMonthNumber(String) - Method in class org.quartz.CronExpression
 
getMostRecentSample() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
Returns the most recent sampled value
getMostRecentSample() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Returns the most recent sampled value
getName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name for the QuartzScheduler.
getName() - Method in class org.quartz.core.SampledStatisticsImpl
 
getName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getName() - Method in class org.quartz.impl.JobDetailImpl
Get the name of this Job.
getName() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the name of this Trigger.
getName() - Method in interface org.quartz.JobListener
Get the name of the JobListener.
getName() - Method in class org.quartz.listeners.BroadcastJobListener
 
getName() - Method in class org.quartz.listeners.BroadcastTriggerListener
 
getName() - Method in class org.quartz.listeners.JobChainingJobListener
 
getName() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
getName() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
getName() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Get the name of this plugin.
getName() - Method in interface org.quartz.TriggerListener
Get the name of the TriggerListener.
getName() - Method in class org.quartz.utils.Key
Get the name portion of the key.
getNextFireTime() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
Get the group portion of the key.
getNextFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getNextFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
Returns the next time at which the Trigger is scheduled to fire.
getNextFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Returns the next time at which the Trigger is scheduled to fire.
getNextFireTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Returns the next time at which the Trigger is scheduled to fire.
getNextFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Returns the next time at which the Trigger is scheduled to fire.
getNextFireTime() - Method in interface org.quartz.JobExecutionContext
 
getNextFireTime() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Returns the next time at which the Trigger is scheduled to fire.
getNextFireTime() - Method in interface org.quartz.Trigger
Returns the next time at which the Trigger is scheduled to fire.
getNextIncludedTime(long) - Method in interface org.quartz.Calendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.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 org.quartz.impl.calendar.BaseCalendar
Determine the next time (in milliseconds) that is 'included' by the Calendar after the given time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.CronCalendar
Determines the next time included by the CronCalendar after the specified time.
getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.DailyCalendar
Determines the next time included by the DailyCalendar after the specified time.
getNextIncludedTime(long) - Method in class org.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 org.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 org.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 org.quartz.CronExpression
Returns the next date/time after the given date/time which does not satisfy the expression
getNextValidTimeAfter(Date) - Method in class org.quartz.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNodeGroupForJobGroup(String) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Retrieves the node group for a particular trigger group
getNodeGroupForTriggerGroup(String) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Retrieves the node group for a particular trigger group
getNodeSpec() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Accessor to the NodeSpec instance to evaluate constraints
getNodeSpec() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Accessor to the NodeSpec instance to evaluate constraints
getNodeSpec() - Method in interface org.quartz.locality.LocalityAware
Accessor to the NodeSpec instance to evaluate constraints
getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
For JobStoreTX, the non-managed TX connection is just the normal connection because it is not CMT.
getNonManagedTXDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the name of the DataSource that should be used for performing database functions.
getNotificationInfo() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getNumberOfCalendars() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfCalendars() - Method in class org.quartz.simpl.RAMJobStore
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the number of Job s that are stored in the JobStore.
getNumberOfJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfJobs() - Method in class org.quartz.simpl.RAMJobStore
Get the number of JobDetail s that are stored in the JobsStore.
getNumberOfJobsExecuted() - Method in class org.quartz.SchedulerMetaData
Returns the number of jobs executed since the Scheduler started..
getNumberOfTriggers() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the number of Trigger s that are stored in the JobsStore.
getNumberOfTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfTriggers() - Method in class org.quartz.simpl.RAMJobStore
Get the number of Trigger s that are stored in the JobsStore.
getNumericValue(String, int) - Method in class org.quartz.CronExpression
 
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Deprecated.  This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
This method should be overridden by any delegate subclasses that need special handling for BLOBs.
getOp() - Method in class org.quartz.locality.constraint.CpuConstraint
 
getOp() - Method in class org.quartz.locality.constraint.MemoryConstraint
Getter to operator
getOperand() - Method in class org.quartz.impl.matchers.NotMatcher
 
getOptionalParm(JobDataMap, String) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
getPausedTriggerGroups() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getPausedTriggerGroups() - Method in class org.quartz.core.QuartzScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getPausedTriggerGroups() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Triggers in the given group.
getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteMBeanScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.StdScheduler
 
getPausedTriggerGroups() - Method in interface org.quartz.Scheduler
Get the names of all Trigger groups that are paused.
getPausedTriggerGroups() - Method in class org.quartz.simpl.RAMJobStore
 
getPerformanceMetrics() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getPerformanceMetrics() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getPoolSize() - Method in class org.quartz.simpl.SimpleThreadPool
 
getPoolSize() - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
getPreviousFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getPreviousFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
Returns the previous time at which the Trigger fired.
getPreviousFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Returns the previous time at which the DateIntervalTrigger fired.
getPreviousFireTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Returns the previous time at which the CronTrigger fired.
getPreviousFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Returns the previous time at which the SimpleTrigger fired.
getPreviousFireTime() - Method in interface org.quartz.JobExecutionContext
 
getPreviousFireTime() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Returns the previous time at which the Trigger fired.
getPreviousFireTime() - Method in interface org.quartz.Trigger
Returns the previous time at which the Trigger fired.
getPriority() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getPriority() - Method in class org.quartz.impl.triggers.AbstractTrigger
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.
getPriority() - Method in class org.quartz.locality.DelegatingLocalityTrigger
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.
getPriority() - Method in interface org.quartz.Trigger
The priority of a Trigger acts as a tiebreaker such that if two Triggers have the same scheduled fire time, then the one with the higher priority will get first access to a worker thread.
getProcessedMisfiredTriggerCount() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
 
getProperties() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getPropertiesFile() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getPropertyGroup(String) - Method in class org.quartz.utils.PropertiesParser
 
getPropertyGroup(String, boolean) - Method in class org.quartz.utils.PropertiesParser
 
getPropertyGroup(String, boolean, String[]) - Method in class org.quartz.utils.PropertiesParser
Get all properties that start with the given prefix.
getPropertyGroups(String) - Method in class org.quartz.utils.PropertiesParser
 
getRefireCount() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getRefireCount() - Method in interface org.quartz.JobExecutionContext
 
getRemoteScheduler() - Method in class org.quartz.impl.RemoteScheduler
 
getRepeatCount() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
 
getRepeatCount() - Method in interface org.quartz.SimpleTrigger
Get the the number of times the SimpleTrigger should repeat, after which it will be automatically deleted.
getRepeatInterval() - Method in interface org.quartz.CalendarIntervalTrigger
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 org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
getRepeatInterval() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
 
getRepeatInterval() - Method in interface org.quartz.SimpleTrigger
Get the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
getRepeatIntervalUnit() - Method in interface org.quartz.CalendarIntervalTrigger
Get the interval unit - the time unit on with the interval applies.
getRepeatIntervalUnit() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
getReplyTo() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getRequiredParm(JobDataMap, String, String) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
getResource(String) - Method in class org.quartz.simpl.CascadingClassLoadHelper
Finds a resource with a given name.
getResource(String) - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
Finds a resource with a given name.
getResource(String) - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
Finds a resource with a given name.
getResource(String) - Method in class org.quartz.simpl.SimpleClassLoadHelper
Finds a resource with a given name.
getResource(String) - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
Finds a resource with a given name.
getResourceAsStream(String) - Method in class org.quartz.simpl.CascadingClassLoadHelper
Finds a resource with a given name.
getResourceAsStream(String) - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
Finds a resource with a given name.
getResourceAsStream(String) - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
Finds a resource with a given name.
getResourceAsStream(String) - Method in class org.quartz.simpl.SimpleClassLoadHelper
Finds a resource with a given name.
getResourceAsStream(String) - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
Finds a resource with a given name.
getResult() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getResult() - Method in interface org.quartz.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 org.quartz.impl.matchers.AndMatcher
 
getRightOperand() - Method in class org.quartz.impl.matchers.OrMatcher
 
getRMIBindName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name under which to bind the QuartzScheduler in RMI.
getRMICreateRegistryStrategy() - Method in class org.quartz.core.QuartzSchedulerResources
Get the setting of whether or not Quartz should create an RMI Registry, and if so, how.
getRMIRegistryHost() - Method in class org.quartz.core.QuartzSchedulerResources
Get the host name of the RMI Registry that the scheduler should export itself to.
getRMIRegistryPort() - Method in class org.quartz.core.QuartzSchedulerResources
Get the port number of the RMI Registry that the scheduler should export itself to.
getRMIServerPort() - Method in class org.quartz.core.QuartzSchedulerResources
Get the port number the scheduler server will be bound to.
getRunningSince() - Method in class org.quartz.SchedulerMetaData
Returns the Date at which the Scheduler started running.
getScanInterval() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
The interval (in seconds) at which to scan for changes to the file.
getSchedName() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
getScheduleBuilder() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
 
getScheduleBuilder() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
getScheduleBuilder() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getScheduleBuilder() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getScheduleBuilder() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getScheduleBuilder() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getScheduleBuilder() - Method in interface org.quartz.Trigger
Get a ScheduleBuilder that is configured to produce a schedule identical to this trigger's schedule.
getScheduledFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getScheduledFireTime() - Method in interface org.quartz.JobExecutionContext
The scheduled time the trigger fired for.
getScheduler() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String) - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler with the given name, if it exists.
getScheduler() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getScheduler() - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String) - Method in class org.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 org.quartz.JobExecutionContext
Get a handle to the Scheduler instance that fired the Job.
getScheduler() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Get this plugin's Scheduler.
getScheduler() - Method in interface org.quartz.SchedulerFactory
Returns a client-usable handle to a Scheduler.
getScheduler(String) - Method in interface org.quartz.SchedulerFactory
Returns a handle to the Scheduler with the given name, if it exists.
getSchedulerClass() - Method in class org.quartz.SchedulerMetaData
Returns the class-name of the Scheduler instance.
getSchedulerContext() - Method in class org.quartz.core.QuartzScheduler
Returns the SchedulerContext of the Scheduler.
getSchedulerContext() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerInstanceId() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getSchedulerInstanceId() - Method in class org.quartz.core.QuartzScheduler
Returns the instance Id of the QuartzScheduler.
getSchedulerInstanceId() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getSchedulerInstanceId() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getSchedulerInstanceId() - Method in class org.quartz.impl.RemoteMBeanScheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.impl.RemoteScheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.impl.StdScheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in interface org.quartz.Scheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.SchedulerMetaData
Returns the instance Id of the Scheduler.
getSchedulerListeners() - Method in class org.quartz.core.ListenerManagerImpl
 
getSchedulerListeners() - Method in interface org.quartz.ListenerManager
Get a List containing all of the SchedulerListeners registered with the Scheduler.
getSchedulerName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getSchedulerName() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the QuartzScheduler.
getSchedulerName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getSchedulerName() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerName() - Method in class org.quartz.impl.RemoteMBeanScheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in class org.quartz.impl.RemoteScheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in class org.quartz.impl.StdScheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in interface org.quartz.Scheduler
Returns the name of the Scheduler.
getSchedulerName() - Method in class org.quartz.SchedulerMetaData
Returns the name of the Scheduler.
getSchedulerNameLiteral() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
getSchedulerNameLiteral() - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
getSchedulerObjectName() - Method in class org.quartz.impl.RemoteMBeanScheduler
Get the name under which the Scheduler MBean is registered on the remote MBean server.
getSchedulerPlugins() - Method in class org.quartz.core.QuartzSchedulerResources
Get the List of all SchedulerPlugins for the QuartzScheduler to use.
getSchedulerSignaler() - Method in class org.quartz.core.QuartzScheduler
 
getSchedulerThreadGroup() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the thread group for Quartz's main threads.
getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
getSet(int) - Method in class org.quartz.CronExpression
 
getShortProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getShortProperty(String, short) - Method in class org.quartz.utils.PropertiesParser
 
getSignaledNextFireTime() - Method in class org.quartz.core.QuartzSchedulerThread
 
getSmtpHost() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getSQL() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
getStartOfDayJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Returns the start of the given day as a Calendar.
getStartScheduler() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getStartTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
Get the time at which the Trigger should occur.
getStartTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Get the time at which the DateIntervalTrigger should occur.
getStartTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Get the time at which the CronTrigger should occur.
getStartTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Get the time at which the SimpleTrigger should occur.
getStartTime() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get the time at which the Trigger should occur.
getStartTime() - Method in interface org.quartz.Trigger
Get the time at which the Trigger should occur.
getStatePropertyNames() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
 
getStatePropertyValues() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
 
getStatus() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
Get the name portion of the key.
getStatus() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
 
getString(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Retrieve the identified String value from the StringKeyDirtyFlagMap.
getString1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getString2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getString3() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
getStringArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getStringArrayProperty(String, String[]) - Method in class org.quartz.utils.PropertiesParser
 
getStringProperty(String) - Method in class org.quartz.utils.PropertiesParser
Get the trimmed String value of the property with the given name.
getStringProperty(String, String) - Method in class org.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.
getSubject() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getSummary() - Method in class org.quartz.SchedulerMetaData
Returns a formatted (human readable) String describing all the Scheduler's meta-data values.
getSystemIdForFileName(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
For the given fileName, attempt to expand it to its full path for use as a system id.
getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the prefix that should be pre-pended to all table names.
getTargetedOs() - Method in class org.quartz.locality.constraint.OsConstraint
Getter to targeted OS
getTargetNodeGroup() - Method in class org.quartz.locality.constraint.NodeGroupConstraint
Getter to the target node group
getThreadCount() - Method in class org.quartz.simpl.SimpleThreadPool
Get the number of worker threads in the pool.
getThreadName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name for the QuartzSchedulerThread.
getThreadNamePrefix() - Method in class org.quartz.simpl.SimpleThreadPool
 
getThreadPool() - Method in class org.quartz.core.QuartzSchedulerResources
Get the ThreadPool for the QuartzScheduler to use.
getThreadPoolClass() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getThreadPoolClass() - Method in class org.quartz.SchedulerMetaData
Returns the class-name of the ThreadPool instance that is being used by the Scheduler.
getThreadPoolClassName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getThreadPoolClassName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getThreadPoolSize() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getThreadPoolSize() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolSize() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getThreadPoolSize() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getThreadPoolSize() - Method in class org.quartz.SchedulerMetaData
Returns the number of threads currently in the Scheduler's ThreadPool.
getThreadPriority() - Method in class org.quartz.simpl.SimpleThreadPool
Get the thread priority of worker threads in the pool.
getTimeAfter(Date) - Method in class org.quartz.CronExpression
 
getTimeAfter(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
getTimeBefore(Date) - Method in class org.quartz.CronExpression
NOT YET IMPLEMENTED: Returns the time before the given time that the CronExpression matches.
getTimeBefore(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
NOT YET IMPLEMENTED: Returns the time before the given time that this CronTrigger will fire.
getTimeRangeEndingTimeInMillis(long) - Method in class org.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 org.quartz.impl.calendar.DailyCalendar
Returns the start time of the time range (in milliseconds) of the day specified in timeInMillis
getTimerTask() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Returns the timer task for this sampled counter
getTimestamp() - Method in class org.quartz.utils.counter.sampled.TimeStampedCounterValue
Get value of the timestamp
getTimesTriggered() - Method in interface org.quartz.CalendarIntervalTrigger
Get the number of times the DateIntervalTrigger has already fired.
getTimesTriggered() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
getTimesTriggered() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Get the number of times the SimpleTrigger has already fired.
getTimesTriggered() - Method in interface org.quartz.SimpleTrigger
Get the number of times the SimpleTrigger has already fired.
getTimeZone() - Method in class org.quartz.CronExpression
Returns the time zone for which this CronExpression will be resolved.
getTimeZone() - Method in interface org.quartz.CronTrigger
Returns the time zone for which the cronExpression of this CronTrigger will be resolved.
getTimeZone() - Method in class org.quartz.impl.calendar.BaseCalendar
Returns the time zone for which this Calendar will be resolved.
getTimeZone() - Method in class org.quartz.impl.calendar.CronCalendar
Returns the time zone for which the CronExpression of this CronCalendar will be resolved.
getTimeZone() - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
getTo() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
getTransaction() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
Helper method to get the current Transaction from the TransactionManager in JNDI.
getTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Get the Trigger instance with the given name and group.
getTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTrigger() - Method in class org.quartz.impl.JobExecutionContextImpl
 
getTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTrigger() - Method in interface org.quartz.JobExecutionContext
Get a handle to the Trigger instance that fired the Job.
getTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
Get the Trigger instance with the given key.
getTriggerBuilder() - Method in interface org.quartz.CalendarIntervalTrigger
 
getTriggerBuilder() - Method in interface org.quartz.CronTrigger
 
getTriggerBuilder() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
getTriggerBuilder() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Get a TriggerBuilder that is configured to produce a Trigger identical to this one.
getTriggerBuilder() - Method in interface org.quartz.SimpleTrigger
 
getTriggerBuilder() - Method in interface org.quartz.Trigger
Get a TriggerBuilder that is configured to produce a Trigger identical to this one.
getTriggerCompleteMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Get the message that is printed upon the completion of a trigger's firing.
getTriggerFiredMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Get the message that is printed upon a trigger's firing.
getTriggerGroupNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getTriggerGroupNames() - Method in class org.quartz.core.QuartzScheduler
Get the names of all known Trigger groups.
getTriggerGroupNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getTriggerGroupNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerGroupNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the names of all of the Trigger groups.
getTriggerGroupNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerGroupNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerGroupNames() - Method in interface org.quartz.Scheduler
Get the names of all known Trigger groups.
getTriggerGroupNames() - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Trigger groups.
getTriggerGroupsToNeverDelete() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Get the (unmodifiable) list of trigger groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
getTriggerKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the Triggers in the matching groups.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the names of all of the Trigger s that match the given group Matcher.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
Get the names of all the Triggers in the given group.
getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Trigger s that match the given groupMatcher.
getTriggerListener(String) - Method in class org.quartz.core.ListenerManagerImpl
 
getTriggerListener(String) - Method in interface org.quartz.ListenerManager
Get the TriggerListener that has the given name.
getTriggerListenerMatchers(String) - Method in class org.quartz.core.ListenerManagerImpl
 
getTriggerListenerMatchers(String) - Method in interface org.quartz.ListenerManager
Get the set of Matchers for which the listener will receive events if ANY of the matchers match.
getTriggerListeners() - Method in class org.quartz.core.ListenerManagerImpl
 
getTriggerListeners() - Method in interface org.quartz.ListenerManager
Get a List containing all of the TriggerListeners in the Scheduler.
getTriggerMisfiredMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Get the message that is printed upon a trigger's mis-firing.
getTriggerNames(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getTriggerNames(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getTriggerNames(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerProperties(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
 
getTriggerProperties(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
getTriggerPropertyBundle(SimplePropertiesTriggerProperties) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
 
getTriggerPropertyBundle(SimplePropertiesTriggerProperties) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
getTriggersForJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get all of the Triggers that are associated to the given Job.
getTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggersForJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Get all of the Triggers that are associated to the given Job.
getTriggersOfJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getTriggersOfJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
Get all Trigger s that are associated with the identified JobDetail.
getTriggersOfJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getTriggersOfJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggersOfJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggersOfJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggersOfJob(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggersOfJob(JobKey) - Method in interface org.quartz.Scheduler
Get all Trigger s that are associated with the identified JobDetail.
getTriggerState(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getTriggerState(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Get the current state of the identified Trigger.
getTriggerState(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getTriggerState(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerState(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the current state of the identified Trigger.
getTriggerState(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerState(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerState(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerState(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerState(TriggerKey) - Method in interface org.quartz.Scheduler
Get the current state of the identified Trigger.
getTriggerState(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Get the current state of the identified Trigger.
getTriggerWrappersForCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
 
getTriggerWrappersForJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
 
getTrimmedToNullString(XPath, String, Node) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
getUnderlyingException() - Method in exception org.quartz.SchedulerException
Return the exception that is the underlying cause of this exception.
getUnderlyingProperties() - Method in class org.quartz.utils.PropertiesParser
 
getUniqueIdentifier(String, String) - Static method in class org.quartz.core.QuartzSchedulerResources
 
getUniqueIdentifier() - Method in class org.quartz.core.QuartzSchedulerResources
 
getUpdatedOrNewFiles(String, long, long) - Method in class org.quartz.jobs.DirectoryScanJob
 
getUpdateLockRowSQL() - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
getURL(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Returns an URL from the fileName as a resource.
getUseDBLocks() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether this instance should use database-based thread synchronization.
getUserTxLocation() - Static method in class org.quartz.ee.jta.UserTransactionHelper
 
getValidationExceptions() - Method in exception org.quartz.xml.ValidationException
Returns collection of errors.
getValue(int, String, int) - Method in class org.quartz.CronExpression
 
getValue(T) - Method in class org.quartz.impl.matchers.GroupMatcher
 
getValue(T) - Method in class org.quartz.impl.matchers.NameMatcher
 
getValue(T) - Method in class org.quartz.impl.matchers.StringMatcher
 
getValue() - Method in class org.quartz.locality.constraint.CpuConstraint
 
getValue() - Method in interface org.quartz.utils.counter.Counter
Gets current value of the counter
getValue() - Method in class org.quartz.utils.counter.CounterImpl
Gets current value of the counter
getValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Gets current value of the counter
getVersion() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
getVersion() - Method in class org.quartz.core.QuartzScheduler
 
getVersion() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
getVersion() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getVersion() - Method in class org.quartz.SchedulerMetaData
Returns the version of Quartz that is running.
getVersionIteration() - Static method in class org.quartz.core.QuartzScheduler
 
getVersionMajor() - Static method in class org.quartz.core.QuartzScheduler
 
getVersionMinor() - Static method in class org.quartz.core.QuartzScheduler
 
getWrapInUserTransaction() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Wrap the start() and shutdown() methods in a UserTransaction.
getWrappedConnection() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Gets the underlying connection to which all operations ultimately defer.
getWrappedMap() - Method in class org.quartz.utils.DirtyFlagMap
Get a direct handle to the underlying Map.
groupContains(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
Create a GroupMatcher that matches groups containing the given string.
groupEndsWith(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
Create a GroupMatcher that matches groups ending with the given string.
groupEquals(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
Create a GroupMatcher that matches groups equaling the given string.
GroupMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches on group (ignores name) property of Keys.
GroupMatcher(String, StringMatcher.StringOperatorName) - Constructor for class org.quartz.impl.matchers.GroupMatcher
 
groupStartsWith(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
Create a GroupMatcher that matches groups starting with the given string.

H

has(Constraint) - Method in class org.quartz.locality.NodeSpecBuilder
DSL method to add a constraint
hasAdditionalProperties() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
hasAdditionalProperties() - Method in interface org.quartz.impl.triggers.CoreTrigger
 
hasAdditionalProperties() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Used by extensions of CronTrigger to imply that there are additional properties, specifically so that extensions can choose whether to be stored as a serialized blob, or as a flattened CronTrigger table.
hasAdditionalProperties() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Used by extensions of SimpleTrigger to imply that there are additional properties, specifically so that extensions can choose whether to be stored as a serialized blob, or as a flattened SimpleTrigger table.
hasAvailableThread(String) - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
hasAvailableThread() - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
hashCode() - Method in class org.quartz.impl.JobDetailImpl
 
hashCode() - Method in class org.quartz.impl.matchers.AndMatcher
 
hashCode() - Method in class org.quartz.impl.matchers.EverythingMatcher
 
hashCode() - Method in class org.quartz.impl.matchers.KeyMatcher
 
hashCode() - Method in class org.quartz.impl.matchers.NotMatcher
 
hashCode() - Method in class org.quartz.impl.matchers.OrMatcher
 
hashCode() - Method in class org.quartz.impl.matchers.StringMatcher
 
hashCode() - Method in class org.quartz.impl.triggers.AbstractTrigger
 
hashCode() - Method in class org.quartz.locality.constraint.CpuConstraint
 
hashCode() - Method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
hashCode() - Method in class org.quartz.locality.constraint.MemoryConstraint
 
hashCode() - Method in class org.quartz.locality.constraint.NodeGroupConstraint
 
hashCode() - Method in class org.quartz.locality.constraint.OsConstraint
 
hashCode() - Method in interface org.quartz.Matcher
 
hashCode() - Method in class org.quartz.utils.DirtyFlagMap
 
hashCode() - Method in class org.quartz.utils.Key
 
hashCode() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
 
hasMisfiredTriggersInState(Connection, String, long, int, List<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers in the given states that have misfired - according to the given timestamp.
hasMisfiredTriggersInState(Connection, String, long, int, List<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers in the given state that have misfired - according to the given timestamp.
hasMoreMisfiredTriggers() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
 
history - Variable in class org.quartz.utils.counter.sampled.SampledCounterImpl
The history of this counter
HolidayCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar stores a list of holidays (full days that are excluded from scheduling).
HolidayCalendar() - Constructor for class org.quartz.impl.calendar.HolidayCalendar
 
HolidayCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.HolidayCalendar
 
HolidayCalendar(TimeZone) - Constructor for class org.quartz.impl.calendar.HolidayCalendar
 
HolidayCalendar(Calendar, TimeZone) - Constructor for class org.quartz.impl.calendar.HolidayCalendar
 
HostnameInstanceIdGenerator - Class in org.quartz.simpl
InstanceIdGenerator that names the scheduler instance using just the machine hostname.
HostnameInstanceIdGenerator() - Constructor for class org.quartz.simpl.HostnameInstanceIdGenerator
 
HOUR - Static variable in class org.quartz.CronExpression
 
hours - Variable in class org.quartz.CronExpression
 
HSQLDBDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the HSQLDB database.
HSQLDBDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
Create new HSQLDBDelegate instance.
HSQLDBDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
Create new MSSQLDelegate instance.

I

increment() - Method in interface org.quartz.utils.counter.Counter
Increment the counter by 1
increment(long) - Method in interface org.quartz.utils.counter.Counter
Increment the counter by given amount
increment() - Method in class org.quartz.utils.counter.CounterImpl
Increment the counter by 1
increment(long) - Method in class org.quartz.utils.counter.CounterImpl
Increment the counter by given amount
increment(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
Increments the numerator and denominator by the passed values
increment(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Increments the numerator and denominator by the passed values
increment() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
increment(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
incrementRefireCount() - Method in class org.quartz.impl.JobExecutionContextImpl
 
init(ServletConfig) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
initDocumentParser() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Initializes the XML parser.
INITIAL_CONTEXT_FACTORY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
INITIAL_CONTEXT_FACTORY - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
initialize(QuartzScheduler) - Method in class org.quartz.core.JobRunShell
 
initialize(Scheduler) - Method in interface org.quartz.core.JobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it.
initialize() - Method in class org.quartz.core.QuartzScheduler
 
initialize() - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
Initialize this remote MBean scheduler, getting the JBoss RMIAdaptor for communication.
initialize(Scheduler) - Method in class org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
initialize(Scheduler) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
initialize(String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Called by the QuartzScheduler before the JobStore is used, in order to give it a chance to initialize.
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
initialize(String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
initStrings are of the format: settingName=settingValue|otherSettingName=otherSettingValue|...
initialize(String, String) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
initialize() - Method in class org.quartz.impl.RemoteMBeanScheduler
Initialize this RemoteMBeanScheduler instance, connecting to the remote MBean server.
initialize(Scheduler) - Method in class org.quartz.impl.StdJobRunShellFactory
Initialize the factory, providing a handle to the Scheduler that should be made available within the JobRunShell and the JobExecutionContext s within it.
initialize() - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contents of a Properties file and overriding System properties.
initialize(String) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contents of the Properties file with the given name.
initialize(InputStream) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contents of the Properties file opened with the given InputStream.
initialize(Properties) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contents of the given Properties object.
initialize(String, ConcurrentMap<String, ConcurrentMap<CpuConstraint.Operator, Integer>>) - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
initialize(String, ConcurrentMap<String, Long>) - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Will start the monitoring, to store available memory on the local node in the shared map.
initialize(String, ConcurrentMap<String, Set<String>>) - Method in class org.quartz.locality.constraint.evaluator.OsEvaluator
During its bootstrapping, the JobStore will call this method once on each node, passing a Clustered ConcurrentMap instance and the local instanceId of the Scheduler
initialize(String, ConcurrentMap<String, V>) - Method in interface org.quartz.locality.constraint.evaluator.PersistentEvaluator
During its bootstrapping, the JobStore will call this method once on each node, passing a Clustered ConcurrentMap instance and the local instanceId of the Scheduler
initialize(String, Scheduler) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize(String, Scheduler) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize(String, Scheduler) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize(String, Scheduler) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
 
initialize(String, Scheduler) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize() - Method in class org.quartz.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 org.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() - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
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(ClassLoadHelper, SchedulerSignaler) - Method in class org.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 org.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 org.quartz.simpl.SimpleThreadPool
 
initialize() - Method in class org.quartz.simpl.SimpleTimeBroker
 
initialize() - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
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 org.quartz.simpl.ZeroSizeThreadPool
 
initializeTrigger(MutableTrigger, CompositeData) - Static method in class org.quartz.core.jmx.TriggerSupport
 
initializeTrigger(MutableTrigger, Map<String, Object>) - Static method in class org.quartz.core.jmx.TriggerSupport
 
InitThreadContextClassLoadHelper - Class in org.quartz.simpl
A ClassLoadHelper that uses either the context class loader of the thread that initialized Quartz.
InitThreadContextClassLoadHelper() - Constructor for class org.quartz.simpl.InitThreadContextClassLoadHelper
 
inLocale(Locale) - Method in class org.quartz.DateBuilder
Set the Locale for the Date that will be built by this builder (if "null", system default will be used)
inMonth(int) - Method in class org.quartz.DateBuilder
Set the month (1-12) for the Date that will be built by this builder.
inMonthOnDay(int, int) - Method in class org.quartz.DateBuilder
 
INSERT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
INSERT_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
INSERT_ORACLE_CALENDAR - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
INSERT_ORACLE_JOB_DETAIL - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
INSERT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
INSERT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
insertBlobTrigger(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the blob trigger data.
insertCalendar(Connection, String, Calendar) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a new calendar.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Insert a new calendar.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert a new calendar.
insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
insertFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a fired trigger.
insertFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert a fired trigger.
insertJobDetail(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the job detail record.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Insert the job detail record.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the job detail record.
insertPausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
insertPausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
insertSchedulerState(Connection, String, long, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a scheduler-instance state record.
insertSchedulerState(Connection, String, long, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the base trigger data.
insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
 
insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the base trigger data.
instanceId - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
instanceId - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
instanceName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
instantiate(QuartzSchedulerResources, QuartzScheduler) - Method in class org.quartz.impl.StdSchedulerFactory
 
interrupt(JobKey) - Method in class org.quartz.core.QuartzScheduler
Interrupt all instances of the identified InterruptableJob executing in this Scheduler instance.
interrupt(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
interrupt(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
interrupt(JobKey) - Method in class org.quartz.impl.RemoteScheduler
 
interrupt(JobKey) - Method in class org.quartz.impl.StdScheduler
 
interrupt() - Method in interface org.quartz.InterruptableJob
Called by the Scheduler when a user interrupts the Job.
interrupt(JobKey) - Method in interface org.quartz.Scheduler
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.
InterruptableJob - Interface in org.quartz
The interface to be implemented by Jobs that provide a mechanism for having their execution interrupted.
interruptJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
interruptJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
inTimeZone(TimeZone) - Method in class org.quartz.CronScheduleBuilder
The TimeZone in which to base the schedule.
inTimeZone(TimeZone) - Method in class org.quartz.DateBuilder
Set the TimeZone for the Date that will be built by this builder (if "null", system default will be used)
invalidateHandleCreateException(String, Exception) - Method in class org.quartz.impl.RemoteScheduler
 
InvalidConfigurationException - Exception in org.quartz.impl.jdbcjobstore
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
InvalidConfigurationException(String) - Constructor for exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException
 
InvalidConfigurationException() - Constructor for exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException
 
invoke(String, Object[], String[]) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
 
invoke(Object, Method, Object[]) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
 
invoke(String, Object[], String[]) - Method in class org.quartz.impl.RemoteMBeanScheduler
Invoke the given operation on the remote Scheduler MBean.
inYear(int) - Method in class org.quartz.DateBuilder
Set the year for the Date that will be built by this builder.
is(Constraint) - Method in class org.quartz.locality.NodeSpecBuilder
DSL method to add a constraint
isAcquireTriggersWithinLock() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not the query and update to acquire a Trigger for firing should be performed after obtaining an explicit DB lock (to avoid possible race conditions on the trigger's db row).
isAlwaysLookup() - Method in class org.quartz.utils.JNDIConnectionProvider
 
isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.quartz.utils.ClassUtils
 
isBoolean1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
isBoolean2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
isCleanShutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Determine whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
isClustered() - Method in class org.quartz.core.QuartzScheduler
 
isClustered() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isClustered() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether this instance is part of a cluster.
isClustered() - Method in class org.quartz.simpl.RAMJobStore
 
isConcurrentExectionDisallowed() - Method in class org.quartz.impl.JobDetailImpl
 
isConcurrentExectionDisallowed() - Method in interface org.quartz.JobDetail
 
isConcurrentExectionDisallowed() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
isCurrent() - Method in enum org.quartz.locality.constraint.OsConstraint.OS
 
isDayExcluded(Calendar) - Method in class org.quartz.impl.calendar.AnnualCalendar
Return true, if day is defined to be exluded.
isDayExcluded(int) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Return true, if day is defined to be excluded.
isDayExcluded(int) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Return true, if wday (see Calendar.get()) is defined to be exluded.
isDestinationSecure(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
 
isDirty() - Method in class org.quartz.utils.DirtyFlagMap
Determine whether the Map is flagged dirty.
isDontSetAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
isDontSetNonManagedTXConnectionAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
isDurable() - Method in class org.quartz.impl.JobDetailImpl
 
isDurable() - Method in interface org.quartz.JobDetail
Whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
isDurable() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
isEmpty() - Method in class org.quartz.utils.DirtyFlagMap
 
isEmtpy() - Method in class org.quartz.utils.CircularLossyQueue
Returns true if the queue is empty, otherwise false
isExistingTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
isExistingTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
isFailOnFileNotFound() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
isIgnoreDuplicates() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
If true (and OverWriteExistingData is false) then any job/triggers encountered in this file that have names that already exist in the scheduler will be ignored, and no error will be produced.
isInStandbyMode() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler is paused.
isInStandbyMode() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isInStandbyMode() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isInStandbyMode() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isInStandbyMode() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isInStandbyMode() - Method in interface org.quartz.Scheduler
Reports whether the Scheduler is in stand-by mode.
isInStandbyMode() - Method in class org.quartz.SchedulerMetaData
Reports whether the Scheduler is in standby mode.
isInterruptJobsOnShutdown() - Method in class org.quartz.core.QuartzSchedulerResources
 
isInterruptJobsOnShutdownWithWait() - Method in class org.quartz.core.QuartzSchedulerResources
 
isJobDisallowsConcurrentExecution() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
isJobNonConcurrent(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not the given job disallows concurrent execution.
isJobNonConcurrent(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not the given job is stateful.
isJobRequestsRecovery() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
isJobStoreClustered() - Method in class org.quartz.SchedulerMetaData
Returns whether or not the Scheduler'sJobStore is clustered.
isJobStoreSupportsPersistence() - Method in class org.quartz.SchedulerMetaData
Returns whether or not the Scheduler'sJobStore instance supports persistence.
isLeapYear(int) - Method in class org.quartz.CronExpression
 
isLockOnInsert() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
Determine whether the calling thread owns a lock on the identified resource.
isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
Determine whether the calling thread owns a lock on the identified resource.
isLockOwner(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
Determine whether the calling thread owns a lock on the identified resource.
isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
Determine whether the calling thread owns a lock on the identified resource.
isMakeThreadsDaemons() - Method in class org.quartz.simpl.SimpleThreadPool
 
isMatch(T) - Method in class org.quartz.impl.matchers.AndMatcher
 
isMatch(T) - Method in class org.quartz.impl.matchers.EverythingMatcher
 
isMatch(T) - Method in class org.quartz.impl.matchers.KeyMatcher
 
isMatch(T) - Method in class org.quartz.impl.matchers.NotMatcher
 
isMatch(T) - Method in class org.quartz.impl.matchers.OrMatcher
 
isMatch(T) - Method in class org.quartz.impl.matchers.StringMatcher
 
isMatch(T) - Method in interface org.quartz.Matcher
 
isNodeInGroup(String, String) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Checks whether a node is part of a group
isOverWriteExistingData() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Whether the existing scheduling data (with same identifiers) will be overwritten.
isPersistJobDataAfterExecution() - Method in class org.quartz.impl.JobDetailImpl
 
isPersistJobDataAfterExecution() - Method in interface org.quartz.JobDetail
 
isPersistJobDataAfterExecution() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
isRecovering() - Method in class org.quartz.impl.JobExecutionContextImpl
 
isRecovering() - Method in interface org.quartz.JobExecutionContext
If the Job is being re-executed because of a 'recovery' situation, this method will return true.
isResetOnSample() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
Returns true if counters created from this config will reset on each sample
isRunUpdateCheck() - Method in class org.quartz.core.QuartzSchedulerResources
 
isSampledStatisticsEnabled() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
isSampledStatisticsEnabled() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
isSatisfiedBy(Date) - Method in class org.quartz.CronExpression
Indicates whether the given date satisfies the cron expression.
isScheduleChanged() - Method in class org.quartz.core.QuartzSchedulerThread
 
isSchedulerRemote() - Method in class org.quartz.SchedulerMetaData
Returns whether the Scheduler is being used remotely (via RMI).
isShutdown() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
isShutdown() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler has been shutdown.
isShutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
isShutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isShutdown() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isShutdown() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isShutdown() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isShutdown() - Method in interface org.quartz.Scheduler
Reports whether the Scheduler has been shutdown.
isShutdown() - Method in class org.quartz.SchedulerMetaData
Reports whether the Scheduler has been shutdown.
isShuttingDown() - Method in class org.quartz.core.QuartzScheduler
 
isSignalOnSchedulingChange() - Method in class org.quartz.core.QuartzScheduler
 
isStandbyMode() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
isStandbyMode() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
isStarted() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
isStarted() - Method in class org.quartz.core.QuartzScheduler
 
isStarted() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
isStarted() - Method in class org.quartz.impl.RemoteMBeanScheduler
Whether the scheduler has been started.
isStarted() - Method in class org.quartz.impl.RemoteScheduler
Whether the scheduler has been started.
isStarted() - Method in class org.quartz.impl.StdScheduler
Whether the scheduler has been started.
isStarted() - Method in interface org.quartz.Scheduler
Whether the scheduler has been started.
isStarted() - Method in class org.quartz.SchedulerMetaData
Returns whether the scheduler has been started.
isThreadsInheritContextClassLoaderOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
 
isThreadsInheritGroupOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
 
isThreadsInheritInitializersClassLoadContext() - Method in class org.quartz.core.QuartzSchedulerResources
Get whether to set the class load context of spawned threads to that of the initializing thread.
isThreadsInheritInitializersClassLoadContext() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether to set the class load context of spawned threads to that of the initializing thread.
isThrowIfPropertyNotFound() - Method in class org.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.
isTimeIncluded(long) - Method in interface org.quartz.Calendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.AnnualCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.BaseCalendar
Check if date/time represented by timeStamp is included.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.CronCalendar
Determines whether the given time (in milliseconds) is 'included' by the BaseCalendar
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.DailyCalendar
Determines whether the given time (in milliseconds) is 'included' by the BaseCalendar
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.HolidayCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTriggerGroupPaused(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
isTriggerGroupPaused(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
isTxIsolationLevelReadCommitted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
isTxIsolationLevelSerializable() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
isValidExpression(String) - Static method in class org.quartz.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isWarnIfPropertyNotFound() - Method in class org.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.

J

JBoss4RMIRemoteMBeanScheduler - Class in org.quartz.ee.jmx.jboss
An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via JBoss's JMX RMIAdaptor.
JBoss4RMIRemoteMBeanScheduler() - Constructor for class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
 
jec - Variable in class org.quartz.core.JobRunShell
 
JMS_ACK_MODE - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_CONNECTION_FACTORY_JNDI - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_DESTINATION_JNDI - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_MSG_FACTORY_CLASS_NAME - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_PASSWORD - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_USE_TXN - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JMS_USER - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
JmsHelper - Class in org.quartz.jobs.ee.jms
Utility class that aids in the processing of JMS based jobs and sending of javax.jms.Message
JmsJobException - Exception in org.quartz.jobs.ee.jms
The JmsJobException is used to indicate an error during sending of a javax.jms.Messaage.
JmsJobException() - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
 
JmsJobException(String) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
 
JmsJobException(Throwable) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
 
JmsJobException(String, Throwable) - Constructor for exception org.quartz.jobs.ee.jms.JmsJobException
 
JmsMessageFactory - Interface in org.quartz.jobs.ee.jms
The JmsMessageFactory interface allows for the creation of ajavax.jms.Message.
JMXInvokerJob - Class in org.quartz.jobs.ee.jmx
Generic JMX invoker Job.
JMXInvokerJob() - Constructor for class org.quartz.jobs.ee.jmx.JMXInvokerJob
 
JNDIConnectionProvider - Class in org.quartz.utils
A ConnectionProvider that provides connections from a DataSource that is managed by an application server, and made available via JNDI.
JNDIConnectionProvider(String, boolean) - Constructor for class org.quartz.utils.JNDIConnectionProvider
Constructor
JNDIConnectionProvider(String, Properties, boolean) - Constructor for class org.quartz.utils.JNDIConnectionProvider
Constructor
Job - Interface in org.quartz
The interface to be implemented by classes which represent a 'job' to be performed.
JOB_ADDED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_DELETED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_EXECUTION_VETOED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_SCHEDULED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_TO_BE_EXECUTED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_UNSCHEDULED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOB_WAS_EXECUTED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
jobAdded(JobDetail) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobAdded(JobDetail) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobAdded(JobDetail) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobAdded(JobDetail) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobAdded(JobDetail) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail has been added.
JobBuilder - Class in org.quartz
JobBuilder is used to instantiate JobDetails.
JobChainingJobListener - Class in org.quartz.listeners
Keeps a collection of mappings of which Job to trigger after the completion of a given job.
JobChainingJobListener(String) - Constructor for class org.quartz.listeners.JobChainingJobListener
Construct an instance with the given name.
JobDataMap - Class in org.quartz
Holds state information for Job instances.
JobDataMap() - Constructor for class org.quartz.JobDataMap
Create an empty JobDataMap.
JobDataMap(Map) - Constructor for class org.quartz.JobDataMap
Create a JobDataMap with the given data.
JobDataMapSupport - Class in org.quartz.core.jmx
 
JobDataMapSupport() - Constructor for class org.quartz.core.jmx.JobDataMapSupport
 
jobDeleted(JobKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobDeleted(String, String) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobDeleted(JobKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobDeleted(JobKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobDeleted(JobKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail has been deleted.
JobDetail - Interface in org.quartz
Conveys the detail properties of a given Job instance.
JobDetailImpl - Class in org.quartz.impl
Conveys the detail properties of a given Job instance.
JobDetailImpl() - Constructor for class org.quartz.impl.JobDetailImpl
Create a JobDetail with no specified name or group, and the default settings of all the other properties.
JobDetailImpl(String, Class<? extends Job>) - Constructor for class org.quartz.impl.JobDetailImpl
Deprecated. use JobBuilder
JobDetailImpl(String, String, Class<? extends Job>) - Constructor for class org.quartz.impl.JobDetailImpl
Deprecated. use JobBuilder
JobDetailImpl(String, String, Class<? extends Job>, boolean, boolean) - Constructor for class org.quartz.impl.JobDetailImpl
Deprecated. use JobBuilder
JobDetailSupport - Class in org.quartz.core.jmx
 
JobDetailSupport() - Constructor for class org.quartz.core.jmx.JobDetailSupport
 
JobExecutionContext - Interface in org.quartz
A context bundle containing handles to various environment information, that is given to a JobDetail instance as it is executed, and to a Trigger instance after the execution completes.
JobExecutionContextImpl - Class in org.quartz.impl
 
JobExecutionContextImpl(Scheduler, TriggerFiredBundle, Job) - Constructor for class org.quartz.impl.JobExecutionContextImpl
Create a JobExcecutionContext with the given context data.
JobExecutionContextSupport - Class in org.quartz.core.jmx
 
JobExecutionContextSupport() - Constructor for class org.quartz.core.jmx.JobExecutionContextSupport
 
JobExecutionException - Exception in org.quartz
An exception that can be thrown by a Job to indicate to the Quartz Scheduler that an error occurred while executing, and whether or not the Job requests to be re-fired immediately (using the same JobExecutionContext, or whether it wants to be unscheduled.
JobExecutionException() - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException, with the 're-fire immediately' flag set to false.
JobExecutionException(Throwable) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException, with the given cause.
JobExecutionException(String) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException, with the given message.
JobExecutionException(boolean) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException with the 're-fire immediately' flag set to the given value.
JobExecutionException(Throwable, boolean) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException with the given underlying exception, and the 're-fire immediately' flag set to the given value.
JobExecutionException(String, Throwable) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException with the given message, and underlying exception.
JobExecutionException(String, Throwable, boolean) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException with the given message, and underlying exception, and the 're-fire immediately' flag set to the given value.
JobExecutionException(String, boolean) - Constructor for exception org.quartz.JobExecutionException
Create a JobExcecutionException with the given message and the 're-fire immediately' flag set to the given value.
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobExecutionVetoed(JobExecutionContext) - Method in interface org.quartz.JobListener
Called by the Scheduler when a JobDetail was about to be executed (an associated Trigger has occurred), but a TriggerListener vetoed it's execution.
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.listeners.BroadcastJobListener
 
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.listeners.JobListenerSupport
 
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
jobExists(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not the given job exists.
jobExists(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Check existence of a given job.
jobExists(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not the given job exists.
jobGroupsToDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
jobGroupsToNeverDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
JobKey - Class in org.quartz
Uniquely identifies a JobDetail.
JobKey(String) - Constructor for class org.quartz.JobKey
 
JobKey(String, String) - Constructor for class org.quartz.JobKey
 
jobKey(String) - Static method in class org.quartz.JobKey
 
jobKey(String, String) - Static method in class org.quartz.JobKey
 
JobListener - Interface in org.quartz
The interface to be implemented by classes that want to be informed when a JobDetail executes.
JobListenerSupport - Class in org.quartz.listeners
A helpful abstract base class for implementors of JobListener.
JobListenerSupport() - Constructor for class org.quartz.listeners.JobListenerSupport
 
jobPaused(JobKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobPaused(JobKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobPaused(JobKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobPaused(JobKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail has been paused.
JobPersistenceException - Exception in org.quartz
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
JobPersistenceException(String) - Constructor for exception org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message.
JobPersistenceException(String, Throwable) - Constructor for exception org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message and cause.
jobResumed(JobKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobResumed(JobKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobResumed(JobKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobResumed(JobKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail has been un-paused.
JobRunShell - Class in org.quartz.core
JobRunShell instances are responsible for providing the 'safe' environment for Job s to run in, and for performing all of the work of executing the Job, catching ANY thrown exceptions, updating the Trigger with the Job's completion code, etc.
JobRunShell(Scheduler, TriggerFiredBundle) - Constructor for class org.quartz.core.JobRunShell
Create a JobRunShell instance with the given settings.
JobRunShellFactory - Interface in org.quartz.core
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
JOBS_PAUSED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
JOBS_RESUMED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
jobsByGroup - Variable in class org.quartz.simpl.RAMJobStore
 
jobsByKey - Variable in class org.quartz.simpl.RAMJobStore
 
jobScheduled(Trigger) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobScheduled(Trigger) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobScheduled(Trigger) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobScheduled(Trigger) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobScheduled(Trigger) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail is scheduled.
jobsPaused(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobsPaused(String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobsPaused(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobsPaused(String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a group of JobDetails has been paused.
jobsResumed(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobsResumed(String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobsResumed(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobsResumed(String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a group of JobDetails has been un-paused.
jobsToDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
JobStoreCMT - Class in org.quartz.impl.jdbcjobstore
JobStoreCMT is meant to be used in an application-server environment that provides container-managed-transactions.
JobStoreCMT() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
JobStoreSupport - Class in org.quartz.impl.jdbcjobstore
Contains base functionality for JDBC-based JobStore implementations.
JobStoreSupport() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
JobStoreSupport.RecoverMisfiredJobsResult - Class in org.quartz.impl.jdbcjobstore
Helper class for returning the composite result of trying to recover misfired jobs.
JobStoreSupport.RecoverMisfiredJobsResult(boolean, int, long) - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
 
JobStoreSupport.TransactionCallback - Interface in org.quartz.impl.jdbcjobstore
Implement this interface to provide the code to execute within the a transaction template.
JobStoreSupport.VoidTransactionCallback - Interface in org.quartz.impl.jdbcjobstore
Implement this interface to provide the code to execute within the a transaction template that has no return value.
jobStoreSupportsPersistence() - Method in class org.quartz.SchedulerMetaData
Deprecated. s
JobStoreTX - Class in org.quartz.impl.jdbcjobstore
JobStoreTX is meant to be used in a standalone environment.
JobStoreTX() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreTX
 
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobToBeExecuted(JobExecutionContext) - Method in interface org.quartz.JobListener
Called by the Scheduler when a JobDetail is about to be executed (an associated Trigger has occurred).
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.listeners.BroadcastJobListener
 
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.listeners.JobListenerSupport
 
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
jobUnscheduled(TriggerKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobUnscheduled(TriggerKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
jobUnscheduled(TriggerKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
jobUnscheduled(TriggerKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail is unscheduled.
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.SampledStatisticsImpl
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in interface org.quartz.JobListener
Called by the Scheduler after a JobDetail has been executed, and be for the associated Trigger's triggered(xx) method has been called.
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.BroadcastJobListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.JobChainingJobListener
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.listeners.JobListenerSupport
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
JTAAnnotationAwareJobRunShellFactory - Class in org.quartz.ee.jta
Responsible for creating the instances of a JobRunShell to be used within the QuartzScheduler instance.
JTAAnnotationAwareJobRunShellFactory() - Constructor for class org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
 
JTAJobRunShell - Class in org.quartz.ee.jta
An extension of JobRunShell that begins an XA transaction before executing the Job, and commits (or rolls-back) the transaction after execution completes.
JTAJobRunShell(Scheduler, TriggerFiredBundle) - Constructor for class org.quartz.ee.jta.JTAJobRunShell
Create a JTAJobRunShell instance with the given settings.
JTAJobRunShellFactory - Class in org.quartz.ee.jta
Responsible for creating the instances of JTAJobRunShell to be used within the QuartzScheduler instance.
JTAJobRunShellFactory() - Constructor for class org.quartz.ee.jta.JTAJobRunShellFactory
 
JTANonClusteredSemaphore - Class in org.quartz.impl.jdbcjobstore
Provides in memory thread/resource locking that is JTA Transaction aware.
JTANonClusteredSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
 

K

Key<T> - Class in org.quartz.utils
Object representing a job or trigger key.
Key(String, String) - Constructor for class org.quartz.utils.Key
Construct a new key with the given name and group.
keyEquals(U) - Static method in class org.quartz.impl.matchers.KeyMatcher
Create a KeyMatcher that matches Keys that equal the given key.
KeyMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches on the complete key being equal (both name and group).
KeyMatcher(T) - Constructor for class org.quartz.impl.matchers.KeyMatcher
 
keySet() - Method in class org.quartz.utils.DirtyFlagMap
 

L

lastCheckin - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
lastdayOffset - Variable in class org.quartz.CronExpression
 
lastdayOfMonth - Variable in class org.quartz.CronExpression
 
lastdayOfWeek - Variable in class org.quartz.CronExpression
 
leftOperand - Variable in class org.quartz.impl.matchers.AndMatcher
 
leftOperand - Variable in class org.quartz.impl.matchers.OrMatcher
 
LINUX - Static variable in class org.quartz.locality.constraint.OsConstraint
 
ListenerManager - Interface in org.quartz
Client programs may be interested in the 'listener' interfaces that are available from Quartz.
ListenerManagerImpl - Class in org.quartz.core
 
ListenerManagerImpl() - Constructor for class org.quartz.core.ListenerManagerImpl
 
loadAtMost(double) - Static method in class org.quartz.locality.constraint.CpuConstraint
Creates a constraint that requires the node to have at most a certain load
loadClass(String) - Method in class org.quartz.simpl.CascadingClassLoadHelper
Return the class with the given name.
loadClass(String) - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
Return the class with the given name.
loadClass(String) - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
Return the class with the given name.
loadClass(String) - Method in class org.quartz.simpl.SimpleClassLoadHelper
Return the class with the given name.
loadClass(String) - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
Return the class with the given name.
loadedJobs - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
loadedTriggers - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
loadExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
loadExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
loadExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
loadExtendedTriggerProperties(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
LoadingLoaderClassLoadHelper - Class in org.quartz.simpl
A ClassLoadHelper that uses either the loader of it's own class (this.getClass().getClassLoader().loadClass( ..
LoadingLoaderClassLoadHelper() - Constructor for class org.quartz.simpl.LoadingLoaderClassLoadHelper
 
LocalityAware - Interface in org.quartz.locality
LocalityAware types can provide node specifications to potentially dispatch the instance to a particular node in the cluster.
LocalityException - Exception in org.quartz.locality
Exception thrown when some Constraint cannot be handled
LocalityException(String, Constraint) - Constructor for exception org.quartz.locality.LocalityException
 
LocalityJobBuilder - Class in org.quartz.locality
Builder for LocalityAware JobDetail instances.
LocalityJobBuilder(JobBuilder) - Constructor for class org.quartz.locality.LocalityJobBuilder
 
LocalityJobDetail - Interface in org.quartz.locality
A specialized JobDetail that contains Quartz Where information
LocalityTrigger - Interface in org.quartz.locality
A specialized Trigger that contains Quartz Where information
LocalityTriggerBuilder - Class in org.quartz.locality
Builder for LocalityAware Triggers, which decorate the Trigger and adds the Locality feature to it, by adding a reference to a NodeSpec.
LocalityTriggerBuilder(TriggerBuilder) - Constructor for class org.quartz.locality.LocalityTriggerBuilder
 
LocalityTriggerBuilder(Trigger) - Constructor for class org.quartz.locality.LocalityTriggerBuilder
 
localJob(JobDetail) - Static method in class org.quartz.locality.LocalityJobBuilder
Factory method to create builder to a wrapping LocalityAware JobDetail
localJob(JobBuilder) - Static method in class org.quartz.locality.LocalityJobBuilder
Factory method to create builder to a wrapping LocalityAware JobDetailBuilder
localTrigger(TriggerBuilder) - Static method in class org.quartz.locality.LocalityTriggerBuilder
Creates a delegating LocalityTriggerBuilder based on the TriggerBuilder
localTrigger(Trigger) - Static method in class org.quartz.locality.LocalityTriggerBuilder
Creates a delegating LocalityTriggerBuilder based on the Trigger
lock - Variable in class org.quartz.simpl.RAMJobStore
 
LOCK_CALENDAR_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_JOB_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_MISFIRE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_STATE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_TRIGGER_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LockException - Exception in org.quartz.impl.jdbcjobstore
Exception class for when there is a failure obtaining or releasing a resource lock.
LockException(String) - Constructor for exception org.quartz.impl.jdbcjobstore.LockException
 
LockException(String, Throwable) - Constructor for exception org.quartz.impl.jdbcjobstore.LockException
 
logger - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
LoggingJobHistoryPlugin - Class in org.quartz.plugins.history
Logs a history of all job executions (and execution vetos) via the Jakarta Commons-Logging framework.
LoggingJobHistoryPlugin() - Constructor for class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
LoggingTriggerHistoryPlugin - Class in org.quartz.plugins.history
Logs a history of all trigger firings via the Jakarta Commons-Logging framework.
LoggingTriggerHistoryPlugin() - Constructor for class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
logWarnIfNonZero(int, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
lookup(String) - Method in class org.quartz.impl.SchedulerRepository
 
lookupAll() - Method in class org.quartz.impl.SchedulerRepository
 
lookupUserTransaction() - Static method in class org.quartz.ee.jta.UserTransactionHelper
Create/Lookup a UserTransaction in the InitialContext via the name set in setUserTxLocation().

M

main(String[]) - Static method in class org.quartz.helpers.VersionPrinter
 
main(String[]) - Static method in class org.quartz.impl.QuartzServer
 
main(String[]) - Static method in class org.quartz.utils.UpdateChecker
 
makeAvailable(SimpleThreadPool.WorkerThread) - Method in class org.quartz.simpl.SimpleThreadPool
 
Matcher<T extends Key> - Interface in org.quartz
Matchers can be used in various Scheduler API methods to select the entities that should be operated upon.
matches(Integer) - Method in class org.quartz.locality.constraint.CpuConstraint
 
matches(Integer, Integer) - Method in enum org.quartz.locality.constraint.CpuConstraint.Operator
 
matches(CpuConstraint) - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
matches(T) - Method in interface org.quartz.locality.constraint.evaluator.Evaluator
Evaluates the constraint against local node.
matches(MemoryConstraint) - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Evaluates the constraint against local node.
matches(MemoryConstraint, String) - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Verifies whether the constraint passed is validating on the node
matches(NodeGroupConstraint) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Evaluates the constraint against local node.
matches(OsConstraint) - Method in class org.quartz.locality.constraint.evaluator.OsEvaluator
Evaluates the constraint against local node.
matches(Long) - Method in class org.quartz.locality.constraint.MemoryConstraint
matches(String) - Method in class org.quartz.locality.constraint.NodeGroupConstraint
matches() - Method in class org.quartz.locality.constraint.OsConstraint
Evaluate against current node
matches(OsConstraint.OS) - Method in class org.quartz.locality.constraint.OsConstraint
 
matches(EhcacheConstraint) - Method in class org.terracotta.modules.ehcache.store.EhcacheEvaluator
Evaluates the constraint against local node.
MAX_YEAR - Static variable in class org.quartz.CronExpression
 
maxToRecoverAtATime - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
maybeThrowValidationException() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Throws a ValidationException if the number of validationExceptions detected is greater than zero.
mayFireAgain() - Method in class org.quartz.impl.triggers.AbstractTrigger
Used by the Scheduler to determine whether or not it is possible for this Trigger to fire again.
mayFireAgain() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Determines whether or not the DateIntervalTrigger will occur again.
mayFireAgain() - Method in class org.quartz.impl.triggers.CronTriggerImpl
Determines whether or not the CronTrigger will occur again.
mayFireAgain() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Determines whether or not the SimpleTrigger will occur again.
mayFireAgain() - Method in class org.quartz.locality.DelegatingLocalityTrigger
Used by the Scheduler to determine whether or not it is possible for this Trigger to fire again.
mayFireAgain() - Method in interface org.quartz.Trigger
Used by the Scheduler to determine whether or not it is possible for this Trigger to fire again.
MemoryConstraint - Class in org.quartz.locality.constraint
Constraint on memory characteristics of the node to execute the Job on
MemoryConstraint(MemoryConstraint.Operator, long) - Constructor for class org.quartz.locality.constraint.MemoryConstraint
MemoryConstraint constructor
MemoryConstraint.Operator - Enum in org.quartz.locality.constraint
 
MemoryConstraint.Unit - Enum in org.quartz.locality.constraint
Memory units
MemoryEvaluator - Class in org.quartz.locality.constraint.evaluator
Evaluates memory constraints
MemoryEvaluator() - Constructor for class org.quartz.locality.constraint.evaluator.MemoryEvaluator
 
MILLISECONDS_IN_DAY - Static variable in class org.quartz.DateBuilder
 
MILLISECONDS_IN_HOUR - Static variable in class org.quartz.DateBuilder
 
MILLISECONDS_IN_MINUTE - Static variable in class org.quartz.DateBuilder
 
MINIMUM_UPDATE_AGE - Static variable in class org.quartz.jobs.DirectoryScanJob
JobDataMap key with which to specify a long value that represents the minimum number of milliseconds that must have past since the file's last modified time in order to consider the file new/altered.
MINIMUM_UPDATE_AGE - Static variable in class org.quartz.jobs.FileScanJob
JobDataMap key with which to specify a long value that represents the minimum number of milliseconds that must have past since the file's last modified time in order to consider the file new/altered.
MINUTE - Static variable in class org.quartz.CronExpression
 
minutes - Variable in class org.quartz.CronExpression
 
MISFIRE_INSTRUCTION_DO_NOTHING - Static variable in interface org.quartz.CalendarIntervalTrigger
Instructs the Scheduler that upon a mis-fire situation, the CalendarIntervalTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated Calendar, but it does not want to be fired now.
MISFIRE_INSTRUCTION_DO_NOTHING - Static variable in interface org.quartz.CronTrigger
Instructs the Scheduler that upon a mis-fire situation, the CronTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated Calendar, but it does not want to be fired now.
MISFIRE_INSTRUCTION_FIRE_NOW - Static variable in interface org.quartz.SimpleTrigger
Instructs the Scheduler that upon a mis-fire situation, the SimpleTrigger wants to be fired now by Scheduler.
MISFIRE_INSTRUCTION_FIRE_ONCE_NOW - Static variable in interface org.quartz.CalendarIntervalTrigger
Instructs the Scheduler that upon a mis-fire situation, the CalendarIntervalTrigger wants to be fired now by Scheduler.
MISFIRE_INSTRUCTION_FIRE_ONCE_NOW - Static variable in interface org.quartz.CronTrigger
Instructs the Scheduler that upon a mis-fire situation, the CronTrigger wants to be fired now by Scheduler.
MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY - Static variable in interface org.quartz.Trigger
Instructs the Scheduler that the Trigger will never be evaluated for a misfire situation, and that the scheduler will simply try to fire it as soon as it can, and then update the Trigger as if it had fired at the proper time.
MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT - Static variable in interface org.quartz.SimpleTrigger
Instructs the Scheduler that upon a mis-fire situation, the SimpleTrigger wants to be re-scheduled to the next scheduled time after 'now' - taking into account any associated Calendar, and with the repeat count left unchanged.
MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT - Static variable in interface org.quartz.SimpleTrigger
Instructs the Scheduler that upon a mis-fire situation, the SimpleTrigger wants to be re-scheduled to the next scheduled time after 'now' - taking into account any associated Calendar, and with the repeat count set to what it would be, if it had not missed any firings.
MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT - Static variable in interface org.quartz.SimpleTrigger
Instructs the Scheduler that upon a mis-fire situation, the SimpleTrigger wants to be re-scheduled to 'now' (even if the associated Calendar excludes 'now') with the repeat count left as-is.
MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT - Static variable in interface org.quartz.SimpleTrigger
Instructs the Scheduler that upon a mis-fire situation, the SimpleTrigger wants to be re-scheduled to 'now' (even if the associated Calendar excludes 'now') with the repeat count set to what it would be, if it had not missed any firings.
MISFIRE_INSTRUCTION_SMART_POLICY - Static variable in interface org.quartz.Trigger
Instructs the Scheduler that upon a mis-fire situation, the updateAfterMisfire() method will be called on the Trigger to determine the mis-fire instruction, which logic will be trigger-implementation-dependent.
misfireThreshold - Variable in class org.quartz.simpl.RAMJobStore
 
modifiedByCalendar(String) - Method in class org.quartz.TriggerBuilder
Set the name of the Calendar that should be applied to this Trigger's schedule.
MONDAY - Static variable in class org.quartz.DateBuilder
 
monitor() - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
monitor() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
 
monitor() - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Performs the monitoring of the free memory on the local node
MONTH - Static variable in interface org.quartz.Calendar
 
MONTH - Static variable in class org.quartz.CronExpression
 
MonthlyCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar excludes a set of days of the month.
MonthlyCalendar() - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
 
MonthlyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
 
MonthlyCalendar(TimeZone) - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
 
MonthlyCalendar(Calendar, TimeZone) - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
 
monthlyOnDayAndHourAndMinute(int, int, int) - Static method in class org.quartz.CronScheduleBuilder
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire one per month on the given day of month at the given time (hour and minute).
monthMap - Static variable in class org.quartz.CronExpression
 
months - Variable in class org.quartz.CronExpression
 
MSSQLDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the MSSQL JDBC driver.
MSSQLDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.MSSQLDelegate
Create new MSSQLDelegate instance.
MSSQLDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.MSSQLDelegate
 
mxBeanAvgLoadMonitoring - Static variable in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 

N

nameContains(String) - Static method in class org.quartz.impl.matchers.NameMatcher
Create a NameMatcher that matches names containing the given string.
nameEndsWith(String) - Static method in class org.quartz.impl.matchers.NameMatcher
Create a NameMatcher that matches names ending with the given string.
nameEquals(String) - Static method in class org.quartz.impl.matchers.NameMatcher
Create a NameMatcher that matches names equaling the given string.
NameMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches on name (ignores group) property of Keys.
NameMatcher(String, StringMatcher.StringOperatorName) - Constructor for class org.quartz.impl.matchers.NameMatcher
 
nameStartsWith(String) - Static method in class org.quartz.impl.matchers.NameMatcher
Create a NameMatcher that matches names starting with the given string.
NativeJob - Class in org.quartz.jobs
Built in job for executing native executables in a separate process.
NativeJob() - Constructor for class org.quartz.jobs.NativeJob
 
nearestWeekday - Variable in class org.quartz.CronExpression
 
newDate() - Static method in class org.quartz.DateBuilder
Create a DateBuilder, with initial settings for the current date and time in the system default timezone.
newDateInLocale(Locale) - Static method in class org.quartz.DateBuilder
Create a DateBuilder, with initial settings for the current date and time in the given locale.
newDateInTimezone(TimeZone) - Static method in class org.quartz.DateBuilder
Create a DateBuilder, with initial settings for the current date and time in the given timezone.
newDateInTimeZoneAndLocale(TimeZone, Locale) - Static method in class org.quartz.DateBuilder
Create a DateBuilder, with initial settings for the current date and time in the given timezone and locale.
newJob() - Static method in class org.quartz.JobBuilder
Create a JobBuilder with which to define a JobDetail.
newJob(Class<? extends Job>) - Static method in class org.quartz.JobBuilder
Create a JobBuilder with which to define a JobDetail, and set the class name of the Job to be executed.
newJob(TriggerFiredBundle, Scheduler) - Method in class org.quartz.simpl.PropertySettingJobFactory
 
newJob(TriggerFiredBundle, Scheduler) - Method in class org.quartz.simpl.SimpleJobFactory
 
newJobDataMap(TabularData) - Static method in class org.quartz.core.jmx.JobDataMapSupport
 
newJobDataMap(Map<String, Object>) - Static method in class org.quartz.core.jmx.JobDataMapSupport
 
newJobDetail(CompositeData) - Static method in class org.quartz.core.jmx.JobDetailSupport
 
newJobDetail(Map<String, Object>) - Static method in class org.quartz.core.jmx.JobDetailSupport
 
newTrigger(CompositeData) - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
newTrigger(Map<String, Object>) - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
newTrigger(CompositeData) - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
newTrigger(Map<String, Object>) - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
newTrigger(CompositeData) - Static method in class org.quartz.core.jmx.TriggerSupport
 
newTrigger(Map<String, Object>) - Static method in class org.quartz.core.jmx.TriggerSupport
 
newTrigger() - Static method in class org.quartz.TriggerBuilder
Create a new TriggerBuilder with which to define a specification for a Trigger.
nextGivenMinuteDate(Date, int) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even multiple of the given minute.
nextGivenSecondDate(Date, int) - Static method in class org.quartz.DateBuilder
Returns a date that is rounded to the next even multiple of the given minute.
NO_OP - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
 
NO_SPEC - Static variable in class org.quartz.CronExpression
 
NO_SPEC_INT - Static variable in class org.quartz.CronExpression
 
node() - Static method in class org.quartz.locality.NodeSpecBuilder
Factory method
NodeGroupConstraint - Class in org.quartz.locality.constraint
Constraint to have a Job execute on a specific node group.
NodeGroupConstraint(String) - Constructor for class org.quartz.locality.constraint.NodeGroupConstraint
Constructor
NodeGroupConstraint(NodeGroupConstraint.Operator, String) - Constructor for class org.quartz.locality.constraint.NodeGroupConstraint
 
NodeGroupConstraint.Operator - Enum in org.quartz.locality.constraint
 
NodeGroupEvaluator - Class in org.quartz.locality.constraint.evaluator
Evaluator that matches job execution to particular nodes based on the Trigger and JobDetail groups they are in.
NodeGroupEvaluator() - Constructor for class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Constructor initializing all the local data structures
NodeSpec - Interface in org.quartz.locality
Encapsulates all metadata about Locality.
NodeSpecBuilder - Class in org.quartz.locality
Builder for NodeSpec, specifically required for the DSL builder-style API:
NodeSpecBuilder() - Constructor for class org.quartz.locality.NodeSpecBuilder
 
nonManagedTxDsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
NoOpJob - Class in org.quartz.jobs
An implementation of Job, that does absolutely nothing - useful for system which only wish to use TriggerListeners and JobListeners, rather than writing Jobs that perform work.
NoOpJob() - Constructor for class org.quartz.jobs.NoOpJob
 
NoSuchDelegateException - Exception in org.quartz.impl.jdbcjobstore
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
NoSuchDelegateException(String) - Constructor for exception org.quartz.impl.jdbcjobstore.NoSuchDelegateException
 
NoSuchDelegateException(String, Throwable) - Constructor for exception org.quartz.impl.jdbcjobstore.NoSuchDelegateException
 
not(Matcher<U>) - Static method in class org.quartz.impl.matchers.NotMatcher
Create a NotMatcher that reverses the result of the given matcher.
notifyJobListenersToBeExecuted(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobListenersWasVetoed(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobStoreJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.core.QuartzScheduler
 
notifyJobStoreJobVetoed(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersError(String, SchedulerException) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersFinalized(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersFinalized(Trigger) - Method in class org.quartz.core.SchedulerSignalerImpl
 
notifySchedulerListenersInStandbyMode() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersJobAdded(JobDetail) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersJobDeleted(JobKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersJobDeleted(JobKey) - Method in class org.quartz.core.SchedulerSignalerImpl
 
notifySchedulerListenersPausedJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedJobs(String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedTriggers(String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedJobs(String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedTriggers(String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersSchduled(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersShutdown() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersShuttingdown() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersStarted() - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersUnscheduled(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerThread(long) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersComplete(JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersFired(JobExecutionContext) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersMisfired(Trigger) - Method in class org.quartz.core.SchedulerSignalerImpl
 
NotMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches using an NOT operator on another Matcher.
NotMatcher(Matcher<T>) - Constructor for class org.quartz.impl.matchers.NotMatcher
 
nthdayOfWeek - Variable in class org.quartz.CronExpression
 
NullSampledStatisticsImpl - Class in org.quartz.core
 
NullSampledStatisticsImpl() - Constructor for class org.quartz.core.NullSampledStatisticsImpl
 
numJobsExecuted() - Method in class org.quartz.core.QuartzScheduler
 
numJobsExecuted() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

O

ObjectAlreadyExistsException - Exception in org.quartz
An exception that is thrown to indicate that an attempt to store a new object (i.e.
ObjectAlreadyExistsException(String) - Constructor for exception org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException with the given message.
ObjectAlreadyExistsException(JobDetail) - Constructor for exception org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given JobDetail.
ObjectAlreadyExistsException(Trigger) - Constructor for exception org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given Trigger.
obtainLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
Grants a lock on the identified resource to the calling thread (blocking until it is available).
obtainLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
Grants a lock on the identified resource to the calling thread (blocking until it is available).
obtainLock(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
Grants a lock on the identified resource to the calling thread (blocking until it is available).
obtainLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
Grants a lock on the identified resource to the calling thread (blocking until it is available).
ofType(Class<? extends Job>) - Method in class org.quartz.JobBuilder
Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.
onDay(int) - Method in class org.quartz.DateBuilder
Set the day of month (1-31) for the Date that will be built by this builder.
operand - Variable in class org.quartz.impl.matchers.NotMatcher
 
or(Matcher<U>, Matcher<U>) - Static method in class org.quartz.impl.matchers.OrMatcher
Create an OrMatcher that depends upon the result of at least one of the given matchers.
OracleDelegate - Class in org.quartz.impl.jdbcjobstore.oracle
This is a driver delegate for the Oracle 10 and 11 database.
OracleDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
Create new OrcaleDelegate instance.
OracleDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
Create new OrcaleDelegate instance.
orderDescending() - Static method in class org.quartz.locality.constraint.MemoryConstraint
Returns a MemoryConstraint to sort the nodes by memory available
org.quartz - package org.quartz
The main package of Quartz, containing the client-side interfaces.
org.quartz.core - package org.quartz.core
Contains the core classes and interfaces for the Quartz job scheduler.
org.quartz.core.jmx - package org.quartz.core.jmx
 
org.quartz.ee.jmx.jboss - package org.quartz.ee.jmx.jboss
 
org.quartz.ee.jta - package org.quartz.ee.jta
 
org.quartz.ee.servlet - package org.quartz.ee.servlet
 
org.quartz.helpers - package org.quartz.helpers
Contains helper classes to make working with Quartz easier.
org.quartz.impl - package org.quartz.impl
Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler.
org.quartz.impl.calendar - package org.quartz.impl.calendar
 
org.quartz.impl.jdbcjobstore - package org.quartz.impl.jdbcjobstore
 
org.quartz.impl.jdbcjobstore.oracle - package org.quartz.impl.jdbcjobstore.oracle
 
org.quartz.impl.jdbcjobstore.oracle.weblogic - package org.quartz.impl.jdbcjobstore.oracle.weblogic
 
org.quartz.impl.matchers - package org.quartz.impl.matchers
 
org.quartz.impl.triggers - package org.quartz.impl.triggers
This package contains Trigger implementations that ship with Quartz.
org.quartz.jobs - package org.quartz.jobs
 
org.quartz.jobs.ee.ejb - package org.quartz.jobs.ee.ejb
 
org.quartz.jobs.ee.jms - package org.quartz.jobs.ee.jms
 
org.quartz.jobs.ee.jmx - package org.quartz.jobs.ee.jmx
 
org.quartz.jobs.ee.mail - package org.quartz.jobs.ee.mail
 
org.quartz.listeners - package org.quartz.listeners
 
org.quartz.locality - package org.quartz.locality
 
org.quartz.locality.constraint - package org.quartz.locality.constraint
 
org.quartz.locality.constraint.evaluator - package org.quartz.locality.constraint.evaluator
 
org.quartz.plugins - package org.quartz.plugins
 
org.quartz.plugins.history - package org.quartz.plugins.history
 
org.quartz.plugins.management - package org.quartz.plugins.management
 
org.quartz.plugins.xml - package org.quartz.plugins.xml
 
org.quartz.simpl - package org.quartz.simpl
Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler.
org.quartz.utils - package org.quartz.utils
 
org.quartz.utils.counter - package org.quartz.utils.counter
 
org.quartz.utils.counter.sampled - package org.quartz.utils.counter.sampled
 
org.quartz.utils.weblogic - package org.quartz.utils.weblogic
 
org.quartz.xml - package org.quartz.xml
 
org.terracotta.modules.ehcache.store - package org.terracotta.modules.ehcache.store
 
OrMatcher<T extends Key> - Class in org.quartz.impl.matchers
Matches using an OR operator on two Matcher operands.
OrMatcher(Matcher<T>, Matcher<T>) - Constructor for class org.quartz.impl.matchers.OrMatcher
 
OsConstraint - Class in org.quartz.locality.constraint
Constraint to a specific operating system
OsConstraint(OsConstraint.Operator, OsConstraint.OS) - Constructor for class org.quartz.locality.constraint.OsConstraint
 
OsConstraint.Operator - Enum in org.quartz.locality.constraint
 
OsConstraint.OS - Enum in org.quartz.locality.constraint
 
OsEvaluator - Class in org.quartz.locality.constraint.evaluator
Evaluator that persists all nodes' Operation Systems
OsEvaluator() - Constructor for class org.quartz.locality.constraint.evaluator.OsEvaluator
 
OSX - Static variable in class org.quartz.locality.constraint.OsConstraint
 

P

partOfNodeGroup(String) - Static method in class org.quartz.locality.constraint.NodeGroupConstraint
Creates a NodeGroupConstraint that specifies the node group on which the Job has to be executed
passivate() - Method in class org.quartz.core.JobRunShell
 
passivate() - Method in class org.quartz.ee.jta.JTAJobRunShell
Override passivate() to ensure we always cleanup the UserTransaction.
pauseAll() - Method in class org.quartz.core.QuartzScheduler
Pause all triggers - equivalent of calling pauseTriggers(GroupMatcher) with a matcher matching all known groups.
pauseAll() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseAll() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseAll() - Method in interface org.quartz.Scheduler
Pause all triggers - similar to calling pauseTriggerGroup(group) on every group, however, after using this method resumeAll() must be called to clear the scheduler's state of 'remembering' that all new triggers will be paused as they are added.
pauseAll() - Method in class org.quartz.simpl.RAMJobStore
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
pauseAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pausedJobGroups - Variable in class org.quartz.simpl.RAMJobStore
 
pausedTriggerGroups - Variable in class org.quartz.simpl.RAMJobStore
 
pauseJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
pauseJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
Pause the JobDetail with the given name - by pausing all of its current Triggers.
pauseJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause the Job with the given name - by pausing all of its current Triggers.
pauseJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseJob(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseJob(JobKey) - Method in interface org.quartz.Scheduler
Pause the JobDetail with the given key - by pausing all of its current Triggers.
pauseJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Pause the JobDetail with the given name - by pausing all of its current Triggers.
pauseJobGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
pauseJobGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
Pause all of the JobDetails in the matching groups - by pausing all of their Triggers.
pauseJobs(GroupMatcher) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Jobs matching the given groupMatcher - by pausing all of their Triggers.
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
Pause all of the JobDetails in the matching groups - by pausing all of their Triggers.
pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
Pause all of the JobDetails in the given group - by pausing all of their Triggers.
pauseJobsContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all jobs whose group contains jobGroupToken
pauseJobsContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseJobsEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all jobs whose group ends with jobGroupSuffix
pauseJobsEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseJobsStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all jobs whose group starts with jobGroupPrefix
pauseJobsStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseMonitoring() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
Pauses the monitoring
pauseTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
pauseTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Pause the Trigger with the given name.
pauseTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause the Trigger with the given name.
pauseTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause the Trigger with the given name.
pauseTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
Pause the Trigger with the given key.
pauseTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Pause the Trigger with the given name.
pauseTriggerGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
pauseTriggerGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Triggers matching the given groupMatcher.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
Pause all of the Triggers in the matching groups.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Triggers matching the given groupMatcher.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
Pause all of the Triggers in the groups matching.
pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
Pause all of the known Triggers matching.
pauseTriggersContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all triggers whose group contains triggerGroupToken
pauseTriggersContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseTriggersEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all triggers whose group ends with triggerGroupSuffix
pauseTriggersEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
pauseTriggersStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Pause all triggers whose group starts with triggerGroupPrefix
pauseTriggersStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
peek() - Method in class org.quartz.utils.CircularLossyQueue
Returns value at the tail of the queue
peekTriggers() - Method in class org.quartz.simpl.RAMJobStore
 
PersistentEvaluator<T extends Constraint,V> - Interface in org.quartz.locality.constraint.evaluator
An particular Evaluator that will be passed a clustered ConcurrentMap instance to store shared data.
PersistJobDataAfterExecution - Annotation Type in org.quartz
An annotation that marks a Job class as one that makes updates to its JobDataMap during execution, and wishes the scheduler to re-store the JobDataMap when execution completes.
PointbaseDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the Pointbase JDBC driver.
PointbaseDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Create new PointbaseJDBCDelegate instance.
PointbaseDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Create new PointbaseJDBCDelegate instance.
PoolingConnectionProvider - Class in org.quartz.utils
A ConnectionProvider implementation that creates its own pool of connections.
PoolingConnectionProvider(String, String, String, String, int, String) - Constructor for class org.quartz.utils.PoolingConnectionProvider
 
PoolingConnectionProvider(Properties) - Constructor for class org.quartz.utils.PoolingConnectionProvider
Create a connection pool using the given properties.
populateMailInfo(JobDataMap, SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
PostgreSQLDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the PostgreSQL JDBC driver.
PostgreSQLDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
Create new PostgreSQLDelegate instance.
PostgreSQLDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
Create new PostgreSQLDelegate instance.
prepareMimeMessage(SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
prepForProcessing() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
PRINCIPAL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
PRINCIPAL - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
process(InputSource) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
processFile(String) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
 
processFile() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xml file in the default location (a file named "quartz_jobs.xml" in the current working directory).
processFile(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xml file named fileName.
processFile(String, String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xmlfile named fileName with the given system ID.
processFileAndScheduleJobs(Scheduler, boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xml file in the default location, and schedule all of the jobs defined within it.
processFileAndScheduleJobs(String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xml file in the given location, and schedule all of the jobs defined within it.
processFileAndScheduleJobs(String, String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xml file in the given location, and schedule all of the jobs defined within it.
processStreamAndScheduleJobs(InputStream, String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Process the xmlfile named fileName with the given system ID.
PROP_CC_RECIPIENT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The e-mail address to cc the mail to.
PROP_COMMAND - Static variable in class org.quartz.jobs.NativeJob
Required parameter that specifies the name of the command (executable) to be ran.
PROP_CONNECTION_PROVIDER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_CONSUME_STREAMS - Static variable in class org.quartz.jobs.NativeJob
Optional parameter (value should be 'true' or 'false') that specifies whether the spawned process's stdout and stderr streams should be consumed.
PROP_CONTENT_TYPE - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The message content type.
PROP_DATASOURCE_DRIVER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_ALWAYS_LOOKUP - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_CREDENTIALS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_INITIAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_PRINCIPAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_PROVDER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_JNDI_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_MAX_CONNECTIONS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_PASSWORD - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_USER - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_DATASOURCE_VALIDATION_QUERY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_LOCK_HANDLER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_LOCK_HANDLER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_USE_PROP - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_LISTENER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_MESSAGE - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The e-mail message body.
PROP_PARAMETERS - Static variable in class org.quartz.jobs.NativeJob
Optional parameter that specifies the parameters to be passed to the executed command.
PROP_PLUGIN_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_PLUGIN_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_RECIPIENT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The e-mail address to send the mail to.
PROP_REPLY_TO - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The e-mail address the message should say to reply to.
PROP_SCHED_BATCH_TIME_WINDOW - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_CLASS_LOAD_HELPER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_CONTEXT_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_DB_FAILURE_RETRY_INTERVAL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_IDLE_WAIT_TIME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_ID_GENERATOR_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_ID_GENERATOR_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INSTANCE_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INTERRUPT_JOBS_ON_SHUTDOWN - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_INTERRUPT_JOBS_ON_SHUTDOWN_WITH_WAIT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JMX_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JMX_OBJECT_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JMX_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JMX_PROXY_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JOB_FACTORY_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_JOB_FACTORY_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_MAKE_SCHEDULER_THREAD_DAEMON - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_MAX_BATCH_SIZE - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_BIND_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_CREATE_REGISTRY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_HOST - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_SERVER_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_SCHEDULER_THREADS_INHERIT_CONTEXT_CLASS_LOADER_OF_INITIALIZING_THREAD - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_SKIP_UPDATE_CHECK - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_THREAD_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_USER_TX_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_WRAP_JOB_IN_USER_TX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SENDER - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The e-mail address to claim the mail is from.
PROP_SMTP_HOST - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The host name of the smtp server.
PROP_SUBJECT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
The subject to place on the e-mail.
PROP_TABLE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_THREAD_POOL_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_THREAD_POOL_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_TRIGGER_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_WAIT_FOR_PROCESS - Static variable in class org.quartz.jobs.NativeJob
Optional parameter (value should be 'true' or 'false') that specifies whether the job should wait for the execution of the native process to complete before it completes.
PROPERTIES_FILE - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PropertiesParser - Class in org.quartz.utils
This is an utility calss used to parse the properties.
PropertiesParser(Properties) - Constructor for class org.quartz.utils.PropertiesParser
 
PropertySettingJobFactory - Class in org.quartz.simpl
A JobFactory that instantiates the Job instance (using the default no-arg constructor, or more specifically: class.newInstance()), and then attempts to set all values in the JobExecutionContext's JobDataMap onto bean properties of the Job.
PropertySettingJobFactory() - Constructor for class org.quartz.simpl.PropertySettingJobFactory
 
PROVIDER_URL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
PROVIDER_URL - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
 
push(T) - Method in class org.quartz.utils.CircularLossyQueue
Adds a new item
put(Object, Object) - Method in class org.quartz.impl.JobExecutionContextImpl
 
put(Object, Object) - Method in interface org.quartz.JobExecutionContext
Put the specified value into the context's data map with the given key.
put(Object, Object) - Method in class org.quartz.utils.DirtyFlagMap
 
put(String, int) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given int value to the StringKeyDirtyFlagMap.
put(String, long) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given long value to the StringKeyDirtyFlagMap.
put(String, float) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given float value to the StringKeyDirtyFlagMap.
put(String, double) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given double value to the StringKeyDirtyFlagMap.
put(String, boolean) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given boolean value to the StringKeyDirtyFlagMap.
put(String, char) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given char value to the StringKeyDirtyFlagMap.
put(String, String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given String value to the StringKeyDirtyFlagMap.
put(Object, Object) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the given Object value to the StringKeyDirtyFlagMap.
putAll(Map) - Method in class org.quartz.utils.DirtyFlagMap
 
putAll(Map) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Adds the name-value pairs in the given Map to the StringKeyDirtyFlagMap.
putAsString(String, boolean) - Method in class org.quartz.JobDataMap
Adds the given boolean value as a string version to the Job's data map.
putAsString(String, Boolean) - Method in class org.quartz.JobDataMap
Adds the given Boolean value as a string version to the Job's data map.
putAsString(String, char) - Method in class org.quartz.JobDataMap
Adds the given char value as a string version to the Job's data map.
putAsString(String, Character) - Method in class org.quartz.JobDataMap
Adds the given Character value as a string version to the Job's data map.
putAsString(String, double) - Method in class org.quartz.JobDataMap
Adds the given double value as a string version to the Job's data map.
putAsString(String, Double) - Method in class org.quartz.JobDataMap
Adds the given Double value as a string version to the Job's data map.
putAsString(String, float) - Method in class org.quartz.JobDataMap
Adds the given float value as a string version to the Job's data map.
putAsString(String, Float) - Method in class org.quartz.JobDataMap
Adds the given Float value as a string version to the Job's data map.
putAsString(String, int) - Method in class org.quartz.JobDataMap
Adds the given int value as a string version to the Job's data map.
putAsString(String, Integer) - Method in class org.quartz.JobDataMap
Adds the given Integer value as a string version to the Job's data map.
putAsString(String, long) - Method in class org.quartz.JobDataMap
Adds the given long value as a string version to the Job's data map.
putAsString(String, Long) - Method in class org.quartz.JobDataMap
Adds the given Long value as a string version to the Job's data map.

Q

qs - Variable in class org.quartz.core.JobRunShell
 
QUARTZ_FACTORY_KEY - Static variable in class org.quartz.ee.servlet.QuartzInitializerListener
 
QUARTZ_FACTORY_KEY - Static variable in class org.quartz.ee.servlet.QuartzInitializerServlet
 
QUARTZ_NS - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
QUARTZ_SCHEMA_WEB_URL - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
QUARTZ_SYSTEM_ID_JAR_PREFIX - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
QUARTZ_XML_DEFAULT_FILE_NAME - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
QUARTZ_XSD_PATH_IN_JAR - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
QuartzInitializerListener - Class in org.quartz.ee.servlet
A ServletContextListner that can be used to initialize Quartz.
QuartzInitializerListener() - Constructor for class org.quartz.ee.servlet.QuartzInitializerListener
 
QuartzInitializerServlet - Class in org.quartz.ee.servlet
A Servlet that can be used to initialize Quartz, if configured as a load-on-startup servlet in a web application.
QuartzInitializerServlet() - Constructor for class org.quartz.ee.servlet.QuartzInitializerServlet
 
QuartzScheduler - Class in org.quartz.core
This is the heart of Quartz, an indirect implementation of the Scheduler interface, containing methods to schedule Jobs, register JobListener instances, etc.
QuartzScheduler(QuartzSchedulerResources, long, long) - Constructor for class org.quartz.core.QuartzScheduler
Create a QuartzScheduler with the given configuration properties.
QuartzSchedulerMBean - Interface in org.quartz.core.jmx
 
QuartzSchedulerMBeanImpl - Class in org.quartz.core
 
QuartzSchedulerMBeanImpl(QuartzScheduler) - Constructor for class org.quartz.core.QuartzSchedulerMBeanImpl
QuartzSchedulerMBeanImpl
QuartzSchedulerResources - Class in org.quartz.core
Contains all of the resources (JobStore,ThreadPool, etc.) necessary to create a QuartzScheduler instance.
QuartzSchedulerResources() - Constructor for class org.quartz.core.QuartzSchedulerResources
Create an instance with no properties initialized.
QuartzSchedulerThread - Class in org.quartz.core
The thread responsible for performing the work of firing Trigger s that are registered with the QuartzScheduler.
QuartzServer - Class in org.quartz.impl
Instantiates an instance of Quartz Scheduler as a stand-alone program, if the scheduler is configured for RMI it will be made available.
QuartzService - Class in org.quartz.ee.jmx.jboss
JBoss specific MBean implementation for configuring, starting, and binding to JNDI a Quartz Scheduler instance.
QuartzService() - Constructor for class org.quartz.ee.jmx.jboss.QuartzService
 
QuartzServiceMBean - Interface in org.quartz.ee.jmx.jboss
Interface exposed via JMX for MBean for configuring, starting, and binding to JNDI a Quartz Scheduler instance.

R

RAMJobStore - Class in org.quartz.simpl
This class implements a JobStore that utilizes RAM as its storage device.
RAMJobStore() - Constructor for class org.quartz.simpl.RAMJobStore
Create a new RAMJobStore.
recoverJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Recover any failed or misfired jobs and clean up the data store as appropriate.
recoverJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Will recover any failed or misfired jobs and clean up the data store as appropriate.
recoverMisfiredJobs(Connection, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
refireImmediately() - Method in exception org.quartz.JobExecutionException
 
releaseAcquiredTrigger(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseAcquiredTrigger(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
releaseAcquiredTrigger(OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
Release the lock on the identified resource if it is held by the calling thread.
releaseLock(Connection, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
releaseLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
Release the lock on the identified resource if it is held by the calling thread, unless currently in a JTA transaction.
releaseLock(String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
Release the lock on the identified resource if it is held by the calling thread, unless currently in a JTA transaction.
releaseLock(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
Release the lock on the identified resource if it is held by the calling thread.
releaseLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
Release the lock on the identified resource if it is held by the calling thread.
releaseTriggerRetryLoop(OperableTrigger) - Method in class org.quartz.core.QuartzSchedulerThread
 
RemotableQuartzScheduler - Interface in org.quartz.core
 
RemoteMBeanScheduler - Class in org.quartz.impl
An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via JMX.
RemoteMBeanScheduler() - Constructor for class org.quartz.impl.RemoteMBeanScheduler
 
RemoteScheduler - Class in org.quartz.impl
An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via RMI.
RemoteScheduler(String, String, int) - Constructor for class org.quartz.impl.RemoteScheduler
Construct a RemoteScheduler instance to proxy the given RemoteableQuartzScheduler instance, and with the given SchedulingContext.
remove(String) - Method in class org.quartz.impl.SchedulerRepository
 
remove(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
removeCalendar(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Remove (delete) the Calendar with the given name.
removeCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Calendar with the given name.
removeExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
 
removeExcludedDay(Calendar) - Method in class org.quartz.impl.calendar.AnnualCalendar
Remove the given day from the list of excluded days
removeInternalJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identified JobListener from the Scheduler's list of internal listeners.
removeInternalSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given SchedulerListener from the Scheduler's list of internal listeners.
removeinternalTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identified TriggerListener from the Scheduler's list of internal listeners.
removeJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJob(Connection, JobKey, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJobGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Remove the given group to the list of job groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
removeJobListener(String) - Method in class org.quartz.core.ListenerManagerImpl
 
removeJobListener(String) - Method in interface org.quartz.ListenerManager
Remove the identified JobListener from the Scheduler.
removeJobListenerMatcher(String, Matcher<JobKey>) - Method in class org.quartz.core.ListenerManagerImpl
 
removeJobListenerMatcher(String, Matcher<JobKey>) - Method in interface org.quartz.ListenerManager
Remove the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.
removeJobs(List<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeJobs(List<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
 
removeListener(JobListener) - Method in class org.quartz.listeners.BroadcastJobListener
 
removeListener(String) - Method in class org.quartz.listeners.BroadcastJobListener
 
removeListener(SchedulerListener) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
removeListener(TriggerListener) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
removeListener(String) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
removeNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
removeNotificationListener(NotificationListener) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.core.ListenerManagerImpl
 
removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.ListenerManager
Remove the given SchedulerListener from the Scheduler.
removeTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Deprecated. JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.
removeTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Remove (delete) the Trigger with the given name.
removeTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Trigger with the given name.
removeTriggerGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Remove the given group to the list of trigger groups that will never be deleted by this processor, even if a pre-processing-command to delete the group is encountered.
removeTriggerListener(String) - Method in class org.quartz.core.ListenerManagerImpl
 
removeTriggerListener(String) - Method in interface org.quartz.ListenerManager
Remove the identified TriggerListener from the Scheduler.
removeTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in class org.quartz.core.ListenerManagerImpl
 
removeTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in interface org.quartz.ListenerManager
Remove the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.
removeTriggers(List<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeTriggers(List<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
 
REPEAT_INDEFINITELY - Static variable in interface org.quartz.SimpleTrigger
Used to indicate the 'repeat count' of the trigger is indefinite.
repeatForever() - Method in class org.quartz.SimpleScheduleBuilder
Specify that the trigger will repeat indefinitely.
repeatHourlyForever() - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with a 1 hour interval.
repeatHourlyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with an interval of the given number of hours.
repeatHourlyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with a 1 hour interval.
repeatHourlyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with an interval of the given number of hours.
repeatMinutelyForever() - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with a 1 minute interval.
repeatMinutelyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with an interval of the given number of minutes.
repeatMinutelyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with a 1 minute interval.
repeatMinutelyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with an interval of the given number of minutes.
repeatSecondlyForever() - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with a 1 second interval.
repeatSecondlyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat forever with an interval of the given number of seconds.
repeatSecondlyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with a 1 second interval.
repeatSecondlyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with an interval of the given number of seconds.
replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
replaceTrigger(Connection, TriggerKey, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
 
requestRecovery() - Method in class org.quartz.JobBuilder
Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
requestRecovery(boolean) - Method in class org.quartz.JobBuilder
Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
requestShutdown() - Method in class org.quartz.core.JobRunShell
 
requestsRecovery() - Method in class org.quartz.impl.JobDetailImpl
 
requestsRecovery() - Method in interface org.quartz.JobDetail
Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
requestsRecovery() - Method in class org.quartz.locality.DelegatingLocalityJobDetail
Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
This Semaphore implementation does use the database.
requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
This Semaphore implementation does not use the database.
requiresConnection() - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
Whether this Semaphore implementation requires a database connection for its lock management operations.
requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
This Semaphore implementation does not use the database.
rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.core.QuartzScheduler
Remove (delete) the Trigger with the given name, and store the new given one - which must be associated with the same job.
rescheduleJob(TriggerKey, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
rescheduleJob(TriggerKey, Trigger) - Method in interface org.quartz.Scheduler
Remove (delete) the Trigger with the given key, and store the new given one - which must be associated with the same job (the new trigger must have the job name & group specified) - however, the new trigger need not have the same name as the old trigger.
resetOnSample - Variable in class org.quartz.utils.counter.sampled.SampledCounterImpl
Should the counter reset on each sample?
resolveSchemaSource() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
 
restoreOriginalAtributes() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Attempts to restore the auto commit and transaction isolation connection attributes of the wrapped connection to their original values (if they were overwritten).
resumeAll() - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeAll() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
protected
resumeAll() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeAll() - Method in interface org.quartz.Scheduler
Resume (un-pause) all triggers - similar to calling resumeTriggerGroup(group) on every group.
resumeAll() - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
resumeAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
resumeJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the JobDetail with the given name.
resumeJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) the Job with the given name.
resumeJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeJob(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeJob(JobKey) - Method in interface org.quartz.Scheduler
Resume (un-pause) the JobDetail with the given key.
resumeJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) the JobDetail with the given name.
resumeJobGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
resumeJobGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the JobDetails in the matching groups.
resumeJobs(GroupMatcher) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) all of the Jobs in the given group.
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
Resume (un-pause) all of the JobDetails in matching groups.
resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all of the JobDetails in the given group.
resumeJobsContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all jobs whose group contains jobGroupToken
resumeJobsContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJobsEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all jobs whose group ends with jobGroupSuffix
resumeJobsEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeJobsStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all jobs whose group starts with jobGroupPrefix
resumeJobsStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeMonitoring() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
resumes the monitoring
resumeTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
resumeTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the Trigger with the given name.
resumeTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) the Trigger with the given name.
resumeTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) the Trigger with the given name.
resumeTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
Resume (un-pause) the Trigger with the given key.
resumeTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) the Trigger with the given key.
resumeTriggerGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
resumeTriggerGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) all of the Triggers matching the given groupMatcher.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the Triggers in the matching groups.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) all of the Triggers matching the given groupMatcher.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
Resume (un-pause) all of the Triggers in matching groups.
resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all of the Triggers in the given group.
resumeTriggersContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all triggers whose group contains triggerGroupToken
resumeTriggersContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeTriggersEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all triggers whose group ends with triggerGroupSuffix
resumeTriggersEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
resumeTriggersStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Resume all triggers whose group starts with triggerGroupPrefix
resumeTriggersStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
retrieveCalendar(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Retrieve the given Trigger.
retrieveCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the given Trigger.
retrieveJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Retrieve the JobDetail for the given Job.
retrieveJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the JobDetail for the given Job.
retrieveTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Retrieve the given Trigger.
retrieveTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the given Trigger.
returnUserTransaction(UserTransaction) - Static method in class org.quartz.ee.jta.UserTransactionHelper
Return a UserTransaction that was retrieved via getUserTransaction().
rightOperand - Variable in class org.quartz.impl.matchers.AndMatcher
 
rightOperand - Variable in class org.quartz.impl.matchers.OrMatcher
 
rollbackConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Rollback the supplied connection.
rtp(String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
rtp(String, String, String) - Static method in class org.quartz.impl.jdbcjobstore.Util
Replace the table prefix in a query by replacing any occurrences of "{0}" with the table prefix.
run() - Method in class org.quartz.core.JobRunShell
 
run() - Method in class org.quartz.core.QuartzSchedulerThread
The main processing loop of the QuartzSchedulerThread.
run() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
 
run() - Method in class org.quartz.utils.UpdateChecker
Run the update check
runInThread(Runnable) - Method in class org.quartz.simpl.SimpleThreadPool
Run the given Runnable object in the next available Thread.
runInThread(Runnable) - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
runningSince() - Method in class org.quartz.core.QuartzScheduler
 
runningSince() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

S

SAMPLED_STATISTICS_ENABLED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SAMPLED_STATISTICS_RESET - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SampledCounter - Interface in org.quartz.utils.counter.sampled
Interface of a sampled counter -- a counter that keeps sampled values
SampledCounterConfig - Class in org.quartz.utils.counter.sampled
Config for a SampledCounter
SampledCounterConfig(int, int, boolean, long) - Constructor for class org.quartz.utils.counter.sampled.SampledCounterConfig
Make a new timed counter config (duh)
SampledCounterImpl - Class in org.quartz.utils.counter.sampled
An implementation of SampledCounter
SampledCounterImpl(SampledCounterConfig) - Constructor for class org.quartz.utils.counter.sampled.SampledCounterImpl
todo GL how many threads is this creating? Constructor accepting a SampledCounterConfig
SampledRateCounter - Interface in org.quartz.utils.counter.sampled
Interface of a sampled rate counter -- a counter that keeps sampled values of rates
SampledRateCounterConfig - Class in org.quartz.utils.counter.sampled
An implementation of SampledCounterConfig
SampledRateCounterConfig(int, int, boolean) - Constructor for class org.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 org.quartz.utils.counter.sampled.SampledRateCounterConfig
Constructor accepting the interval time in seconds, history-size and whether counters should reset on each sample or not.
SampledRateCounterImpl - Class in org.quartz.utils.counter.sampled
An implementation of SampledRateCounter
SampledRateCounterImpl(SampledRateCounterConfig) - Constructor for class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Constructor accepting the config
SampledStatistics - Interface in org.quartz.core
 
SampledStatisticsImpl - Class in org.quartz.core
 
SATURDAY - Static variable in class org.quartz.DateBuilder
 
sched - Variable in class org.quartz.core.SchedulerSignalerImpl
 
SCHED_NAME_SUBST - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
schedName - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
schedThread - Variable in class org.quartz.core.SchedulerSignalerImpl
 
scheduleBasicJob(Map<String, Object>, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Schedules a job using the given Cron/Simple triggerInfo.
scheduleBasicJob(Map<String, Object>, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
ScheduleBuilder<T extends Trigger> - Class in org.quartz
 
ScheduleBuilder() - Constructor for class org.quartz.ScheduleBuilder
 
scheduleJob(String, String, String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Schedule an existing job with an existing trigger.
scheduleJob(Map<String, Object>, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Schedules an arbitrary job described by abstractJobInfo using a trigger specified by abstractTriggerInfo.
scheduleJob(String, String, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
Schedules the specified job using a trigger described by abstractTriggerInfo, which must contain the fully-qualified trigger class name under the key "triggerClass." That trigger type must contain a no-arg constructor and have public access.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.core.QuartzScheduler
Add the Job identified by the given JobDetail to the Scheduler, and associate the given Trigger with it.
scheduleJob(Trigger) - Method in class org.quartz.core.QuartzScheduler
Schedule the given Trigger with the Job identified by the Trigger's settings.
scheduleJob(Map<String, Object>, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
scheduleJob(String, String, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
scheduleJob(String, String, String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
scheduleJob(JobDetail, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
scheduleJob(Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
scheduleJob(JobDetail, Trigger) - Method in interface org.quartz.Scheduler
Add the given JobDetail to the Scheduler, and associate the given Trigger with it.
scheduleJob(Trigger) - Method in interface org.quartz.Scheduler
Schedule the given Trigger with the Job identified by the Trigger's settings.
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.core.QuartzScheduler
 
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.impl.RemoteScheduler
 
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.impl.StdScheduler
 
scheduleJobs(Map<JobDetail, List<Trigger>>, boolean) - Method in interface org.quartz.Scheduler
Schedule all of the given jobs with the related set of triggers.
scheduleJobs(Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Schedules the given sets of jobs and triggers.
scheduler - Variable in class org.quartz.core.JobRunShell
 
Scheduler - Interface in org.quartz
This is the main interface of a Quartz Scheduler.
SCHEDULER_ERROR - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SCHEDULER_PAUSED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SCHEDULER_SHUTDOWN - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SCHEDULER_STARTED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
SchedulerConfigException - Exception in org.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 org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message.
SchedulerConfigException(String, Throwable) - Constructor for exception org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message and cause.
SchedulerContext - Class in org.quartz
Holds context/environment data that can be made available to Jobs as they are executed.
SchedulerContext() - Constructor for class org.quartz.SchedulerContext
Create an empty SchedulerContext.
SchedulerContext(Map) - Constructor for class org.quartz.SchedulerContext
Create a SchedulerContext with the given data.
schedulerError(String, SchedulerException) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulerError(String, SchedulerException) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler 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 class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerError(String, SchedulerException) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a serious error has occurred within the scheduler - such as repeated failures in the JobStore, or the inability to instantiate a Job instance when its Trigger has fired.
SchedulerException - Exception in org.quartz
Base class for exceptions thrown by the Quartz Scheduler.
SchedulerException() - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(Throwable) - Constructor for exception org.quartz.SchedulerException
 
SchedulerException(String, Throwable) - Constructor for exception org.quartz.SchedulerException
 
SchedulerFactory - Interface in org.quartz
Provides a mechanism for obtaining client-usable handles to Scheduler instances.
schedulerInStandbyMode() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulerInStandbyMode() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerInStandbyMode() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerInStandbyMode() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has move to standby mode.
SchedulerListener - Interface in org.quartz
The interface to be implemented by classes that want to be informed of major Scheduler events.
SchedulerListenerSupport - Class in org.quartz.listeners
A helpful abstract base class for implementors of SchedulerListener.
SchedulerListenerSupport() - Constructor for class org.quartz.listeners.SchedulerListenerSupport
 
SchedulerMetaData - Class in org.quartz
Describes the settings and capabilities of a given Scheduler instance.
SchedulerMetaData(String, String, Class, boolean, boolean, boolean, boolean, Date, int, Class, boolean, boolean, Class, int, String) - Constructor for class org.quartz.SchedulerMetaData
 
SchedulerPluginWithUserTransactionSupport - Class in org.quartz.plugins
Base class for plugins that wish to support having their start and shutdown methods run within a UserTransaction.
SchedulerPluginWithUserTransactionSupport() - Constructor for class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
 
SchedulerRepository - Class in org.quartz.impl
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space.
schedulerShutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulerShutdown() - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler to inform the listener that it has shutdown.
schedulerShutdown() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerShutdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerShutdown() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has shutdown.
schedulerShuttingdown() - Method in class org.quartz.core.JobRunShell
 
schedulerShuttingdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulerShuttingdown() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerShuttingdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerShuttingdown() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has begun the shutdown sequence.
SchedulerSignalerImpl - Class in org.quartz.core
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerSignalerImpl(QuartzScheduler, QuartzSchedulerThread) - Constructor for class org.quartz.core.SchedulerSignalerImpl
 
schedulerStarted() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulerStarted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
schedulerStarted() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulerStarted() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulerStarted() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has started.
schedulerStarted() - Method in class org.quartz.simpl.RAMJobStore
 
SchedulerStateRecord - Class in org.quartz.impl.jdbcjobstore
Conveys a scheduler-instance state record.
SchedulerStateRecord() - Constructor for class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
SCHEDULING_DATA_CLEARED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
schedulingDataCleared() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
schedulingDataCleared() - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
schedulingDataCleared() - Method in class org.quartz.listeners.SchedulerListenerSupport
 
schedulingDataCleared() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that all jobs, triggers and calendars were deleted.
SECOND - Static variable in class org.quartz.CronExpression
 
seconds - Variable in class org.quartz.CronExpression
 
SECONDS_IN_MOST_DAYS - Static variable in class org.quartz.DateBuilder
 
SELECT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGER_INSTANCE_NAMES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS_OF_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FIRED_TRIGGERS_OF_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
SELECT_HAS_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_INSTANCES_RECOVERABLE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_EXECUTION_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_FOR_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_NONCONCURRENT - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOBS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS_IN_GROUP_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NEXT_TRIGGER_TO_ACQUIRE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_CALENDARS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_JOBS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_JOBS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_NUM_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_ORACLE_CALENDAR_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
SELECT_ORACLE_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
SELECT_ORACLE_TRIGGER_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
SELECT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_REFERENCED_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SCHEDULER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
SELECT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_FOR_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_GROUPS_FILTERED - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER_STATUS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_FOR_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
selectCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a calendar.
selectCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a calendar.
selectCalendars(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the stored calendars.
selectCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the stored calendars.
selectFiredTriggerInstanceNames(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the distinct instance names of all fired-trigger records.
selectFiredTriggerInstanceNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the distinct instance names of all fired-trigger records.
selectFiredTriggerRecords(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the states of all fired-trigger records for a given trigger, or trigger group if trigger name is null.
selectFiredTriggerRecords(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the states of all fired-trigger records for a given trigger, or trigger group if trigger name is null.
selectFiredTriggerRecordsByJob(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the states of all fired-trigger records for a given job, or job group if job name is null.
selectFiredTriggerRecordsByJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the states of all fired-trigger records for a given job, or job group if job name is null.
selectInstancesFiredTriggerRecords(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the states of all fired-trigger records for a given scheduler instance.
selectInstancesFiredTriggerRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectJobDetail(Connection, JobKey, ClassLoadHelper) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the JobDetail object for a given job name / group name.
selectJobDetail(Connection, JobKey, ClassLoadHelper) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the JobDetail object for a given job name / group name.
selectJobExecutionCount(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the number instances of the identified job currently executing.
selectJobExecutionCount(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the job to which the trigger is associated.
selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the job to which the trigger is associated.
selectJobGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the job group names that are stored.
selectJobGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the job group names that are stored.
selectJobsInGroup(Connection, GroupMatcher<JobKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the jobs contained in a given group.
selectJobsInGroup(Connection, GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the jobs contained in a given group.
selectMisfiredTriggers(Connection, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers that have misfired - according to the given timestamp.
selectMisfiredTriggers(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers that have misfired.
selectMisfiredTriggersInGroupInState(Connection, String, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers in the given group and state that have misfired - according to the given timestamp.
selectMisfiredTriggersInGroupInState(Connection, String, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers in the given group and state that have misfired.
selectMisfiredTriggersInState(Connection, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers in the given state that have misfired - according to the given timestamp.
selectMisfiredTriggersInState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectNextFireTime(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Deprecated. Does not account for misfires.
selectNextFireTime(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Deprecated. Does not account for misfires.
selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumCalendars(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the total number of calendars stored.
selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of calendars stored.
selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumJobs(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the total number of jobs stored.
selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of jobs stored.
selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the total number of triggers stored.
selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the total number of triggers stored.
selectNumTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumTriggersForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the number of triggers associated with a given job.
selectNumTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the number of triggers associated with a given job.
selectPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
selectPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectSchedulerStateRecords(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
A List of all current SchedulerStateRecords.
selectSchedulerStateRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTrigger(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger.
selectTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger.
selectTriggerForFireTime(Connection, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the trigger that will be fired at the given fire time.
selectTriggerForFireTime(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the trigger that will be fired at the given fire time.
selectTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the trigger group names that are stored.
selectTriggerGroups(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
selectTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the trigger group names that are stored.
selectTriggerGroups(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTriggerJobDataMap(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger's JobDataMap.
selectTriggerJobDataMap(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger's JobDataMap.
selectTriggerKeysForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers associated with the given job.
selectTriggerKeysForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers associated with the given job.
selectTriggersForCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the triggers for a calendar
selectTriggersForCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTriggersForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the triggers for a job
selectTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the triggers for a job
selectTriggersForRecoveringJobs(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the triggers for jobs that are requesting recovery.
selectTriggersForRecoveringJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers for jobs that are requesting recovery.
selectTriggersInGroup(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the triggers contained in a given group.
selectTriggersInGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers contained in a given group.
selectTriggersInState(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the triggers in a given state.
selectTriggersInState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the triggers in a given state.
selectTriggerState(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger' state value.
selectTriggerState(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' state value.
selectTriggerStatus(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger' status (state & next fire time).
selectTriggerStatus(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' status (state & next fire time).
selectTriggerToAcquire(Connection, long, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the next trigger which will fire to fire between the two given timestamps in ascending order of fire time, and then descending by priority.
selectTriggerToAcquire(Connection, long, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the next trigger which will fire to fire between the two given timestamps in ascending order of fire time, and then descending by priority.
Semaphore - Interface in org.quartz.impl.jdbcjobstore
An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
SendDestinationMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Destination.
SendDestinationMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendDestinationMessageJob
 
SendMailJob - Class in org.quartz.jobs.ee.mail
A Job which sends an e-mail with the configured content to the configured recipient.
SendMailJob() - Constructor for class org.quartz.jobs.ee.mail.SendMailJob
 
SendMailJob.MailInfo - Class in org.quartz.jobs.ee.mail
 
SendMailJob.MailInfo() - Constructor for class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
sendNotification(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
sendNotification
sendNotification(String, Object) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
sendNotification
sendNotification(String, Object, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
sendNotification
SendQueueMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Queue
SendQueueMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendQueueMessageJob
 
SendTopicMessageJob - Class in org.quartz.jobs.ee.jms
A Job that sends a javax.jms.Message to a javax.jms.Topic.
SendTopicMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendTopicMessageJob
 
sequenceNumber - Variable in class org.quartz.core.QuartzSchedulerMBeanImpl
sequenceNumber
serializeJobData(JobDataMap) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Remove the transient data from and then create a serialized java.util.ByteArrayOutputStream version of a JobDataMap.
serializeObject(Object) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create a serialized java.util.ByteArrayOutputStream version of an Object.
serialVersionUID - Static variable in interface org.quartz.CronTrigger
 
serialVersionUID - Static variable in interface org.quartz.SimpleTrigger
 
serialVersionUID - Static variable in interface org.quartz.Trigger
 
serve(SchedulerFactory, boolean) - Method in class org.quartz.impl.QuartzServer
 
set(Constraint...) - Method in class org.quartz.locality.NodeSpecBuilder
 
setAcquireTriggersWithinLock(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not the query and update to acquire a Trigger for firing should be performed after obtaining an explicit DB lock.
setAllowsTransientData(boolean) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
Deprecated. JDBCJobStores no longer prune out transient data. If you include non-Serializable values in the Map, you will now get an exception when attempting to store it in a database.
setAllTriggersOfJobToState(JobKey, int) - Method in class org.quartz.simpl.RAMJobStore
 
setAlwaysLookup(boolean) - Method in class org.quartz.utils.JNDIConnectionProvider
 
setAutoCommit(boolean) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Sets this connection's auto-commit mode to the given state, saving the original mode.
setBaseCalendar(Calendar) - Method in interface org.quartz.Calendar
Set a new base calendar or remove the existing one.
setBaseCalendar(Calendar) - Method in class org.quartz.impl.calendar.BaseCalendar
Set a new base calendar or remove the existing one
setBatchTimeWindow(long) - Method in class org.quartz.core.QuartzSchedulerResources
 
setBeanProps(Object, String[], Object[]) - Static method in class org.quartz.impl.jdbcjobstore.Util
 
setBeanProps(Object, JobDataMap) - Method in class org.quartz.simpl.PropertySettingJobFactory
 
setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
Sets the designated parameter to the given Java boolean value.
setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
Sets the designated parameter to the given Java boolean value.
setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Sets the designated parameter to the given Java boolean value.
setBoolean1(boolean) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setBoolean2(boolean) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
Sets the designated parameter to the byte array of the given ByteArrayOutputStream.
setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Sets the designated parameter to the byte array of the given ByteArrayOutputStream.
setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
Sets the designated parameter to the byte array of the given ByteArrayOutputStream.
setCalendarHour(Calendar, int) - Method in class org.quartz.CronExpression
Advance the calendar to the particular hour paying particular attention to daylight saving problems.
setCalendarName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
Associate the Calendar with the given name with this Trigger.
setCalendarName(String) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setCc(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCheckinTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCleanShutdown(boolean) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Set whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
setClusterCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster.
setContentType(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setCronExpression(String) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the cron expression for the calendar to a new value
setCronExpression(CronExpression) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the cron expression for the calendar to a new value
setCronExpression(String) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
setCronExpression(CronExpression) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Set the CronExpression to the given one.
setDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the name of the DataSource that should be used for performing database functions.
setDayExcluded(Calendar, boolean) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine a certain day to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine a certain day of the month to be excluded (true) or included (false).
setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine a certain day of the week to be excluded (true) or included (false).
setDaysExcluded(ArrayList) - Method in class org.quartz.impl.calendar.AnnualCalendar
Redefine the list of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Redefine the array of days excluded.
setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Redefine the array of days excluded.
setDbFailureRetryInterval(long) - Method in class org.quartz.core.QuartzSchedulerThread
 
setDbRetryInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
setDecimal1(BigDecimal) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setDecimal2(BigDecimal) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setDenominatorValue(long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
Sets the value of the denominator to the passed value
setDenominatorValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Sets the value of the denominator to the passed value
setDescription(String) - Method in interface org.quartz.Calendar
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 org.quartz.impl.calendar.BaseCalendar
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 org.quartz.impl.JobDetailImpl
Set a description for the Job instance - may be useful for remembering/displaying the purpose of the job, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
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.
setDescription(String) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setDontSetAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Don't call set autocommit(false) on connections obtained from the DataSource.
setDontSetNonManagedTXConnectionAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Don't call set autocommit(false) on connections obtained from the DataSource.
setDoubleCheckLockMisfireHandler(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether to check to see if there are Triggers that have misfired before actually acquiring the lock to recover them.
setDriverDelegateClass(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the JDBC driver delegate class.
setDriverDelegateInitString(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the JDBC driver delegate's initialization string.
setDurability(boolean) - Method in class org.quartz.impl.JobDetailImpl
Set whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
setEndTime(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the time at which the Trigger should quit repeating - regardless of any remaining repeats (based on the trigger's particular repeat settings).
setEndTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the time at which the DateIntervalTrigger should quit repeating (and be automatically deleted).
setEndTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
setEndTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the time at which the SimpleTrigger should quit repeating (and be automatically deleted).
setEndTime(Date) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
setFileNames(String) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
The file name (and path) to the XML file that should be read.
setFireInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireInstanceId(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
setFireInstanceId(String) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setFireInstanceState(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFrom(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setGroup(String) - Method in class org.quartz.impl.JobDetailImpl
Set the group of this Job.
setGroup(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the name of this Trigger.
setIgnoreDuplicates(boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
If true (and OverWriteExistingData is false) then any job/triggers encountered in this file that have names that already exist in the scheduler will be ignored, and no error will be produced.
setInsertSQL(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
setInstanceId(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance Id of the Scheduler (must be unique within a cluster).
setInstanceId(String) - Method in class org.quartz.simpl.RAMJobStore
 
setInstanceId(String) - Method in class org.quartz.simpl.SimpleThreadPool
 
setInstanceId(String) - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
setInstanceName(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance name of the Scheduler (must be unique within this server instance).
setInstanceName(String) - Method in class org.quartz.simpl.RAMJobStore
 
setInstanceName(String) - Method in class org.quartz.simpl.SimpleThreadPool
 
setInstanceName(String) - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
setInt1(int) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setInt2(int) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setInterruptJobsOnShutdown(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
 
setInterruptJobsOnShutdownWithWait(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
 
setInvertTimeRange(boolean) - Method in class org.quartz.impl.calendar.DailyCalendar
Indicates whether the time range represents an inverted time range (see class description).
setIsClustered(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance is part of a cluster.
setJMXExport(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether the QuartzScheduler should be registered with the local MBeanServer.
setJMXObjectName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name under which the QuartzScheduler should be registered with the local MBeanServer.
setJndiName(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
setJndiName(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
setJobClass(Class<? extends Job>) - Method in class org.quartz.impl.JobDetailImpl
Set the instance of Job that will be executed.
setJobDataMap(JobDataMap) - Method in class org.quartz.impl.JobDetailImpl
Set the JobDataMap to be associated with the Job.
setJobDataMap(JobDataMap) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the JobDataMap to be associated with the Trigger.
setJobDataMap(JobDataMap) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setJobDisallowsConcurrentExecution(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobFactory(JobFactory) - Method in class org.quartz.core.QuartzScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.StdScheduler
 
setJobFactory(JobFactory) - Method in interface org.quartz.Scheduler
Set the JobFactory that will be responsible for producing instances of Job classes.
setJobFailedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job fails its execution.
setJobGroup(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the name of the associated JobDetail's group.
setJobKey(JobKey) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobKey(JobKey) - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
 
setJobKey(JobKey) - Method in class org.quartz.impl.triggers.AbstractTrigger
 
setJobKey(JobKey) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setJobListenerMatchers(String, List<Matcher<JobKey>>) - Method in class org.quartz.core.ListenerManagerImpl
 
setJobListenerMatchers(String, List<Matcher<JobKey>>) - Method in interface org.quartz.ListenerManager
Set the set of Matchers for which the listener will receive events if ANY of the matchers match.
setJobName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the name of the associated JobDetail.
setJobRequestsRecovery(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobRunShellFactory(JobRunShellFactory) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobRunShellFactory for the QuartzScheduler to use.
setJobRunTime(long) - Method in class org.quartz.impl.JobExecutionContextImpl
 
setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobStore for the QuartzScheduler to use.
setJobSuccessMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job successfully completes its execution.
setJobToBeFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job is about to execute.
setJobWasVetoedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job execution is vetoed by a trigger listener.
setKey(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
 
setKey(JobKey) - Method in class org.quartz.impl.JobDetailImpl
 
setKey(TriggerKey) - Method in class org.quartz.impl.triggers.AbstractTrigger
 
setKey(TriggerKey) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setLockHandler(Semaphore) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
setLockOnInsert(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not to obtain locks when inserting new jobs/triggers.
setLong1(long) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setLong2(long) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setMakeSchedulerThreadDaemon(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether to mark the Quartz scheduling thread as daemon.
setMakeThreadsDaemons(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether the threads spawned by this JobStore should be marked as daemon.
setMakeThreadsDaemons(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
setMaxBatchSize(int) - Method in class org.quartz.core.QuartzSchedulerResources
 
setMaxMisfiresToHandleAtATime(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the maximum number of misfired triggers that the misfire handling thread will try to recover at one time (within one transaction).
setMessage(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setMimeMessageContent(MimeMessage, SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
setMisfireInstruction(int) - Method in class org.quartz.impl.triggers.AbstractTrigger
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.
setMisfireInstruction(int) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setMisfireThreshold(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
The 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.
setMisfireThreshold(long) - Method in class org.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 org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setName(String) - Method in class org.quartz.impl.JobDetailImpl
Set the name of this Job.
setName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
Set the name of this Trigger.
setNextFireTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the next time at which the DateIntervalTrigger should fire.
setNextFireTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Sets the next time at which the CronTrigger will fire.
setNextFireTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the next time at which the SimpleTrigger should fire.
setNextFireTime(Date) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setNonManagedTXDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the name of the DataSource that should be used for performing database functions.
setNumeratorValue(long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
Sets the value of the numerator to the passed value
setNumeratorValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Sets the value of the numerator to the passed value
setOverWriteExistingData(boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
Whether the existing scheduling data (with same identifiers) will be overwritten.
setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the previous time at which the DateIntervalTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Set the previous time at which the CronTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the previous time at which the SimpleTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setPriority(int) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setPriority(int) - Method in class org.quartz.impl.triggers.AbstractTrigger
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.
setPriority(int) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setProperties(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
setProperties(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
setPropertiesFile(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
setPropertiesFile(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
setProviderURL(String) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
Set the remote MBean server URL.
setRefireImmediately(boolean) - Method in exception org.quartz.JobExecutionException
 
setRepeatCount(int) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the the number of time the SimpleTrigger should repeat, after which it will be automatically deleted.
setRepeatInterval(int) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
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(long) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
setRepeatIntervalUnit(DateBuilder.IntervalUnit) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the interval unit - the time unit on with the interval applies.
setReplyTo(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setRequestsRecovery(boolean) - Method in class org.quartz.impl.JobDetailImpl
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 class org.quartz.impl.JobExecutionContextImpl
 
setResult(Object) - Method in interface org.quartz.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).
setRMIBindName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name under which to bind the QuartzScheduler in RMI.
setRMICreateRegistryStrategy(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether or not Quartz should create an RMI Registry, and if so, how.
setRMIRegistryHost(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the host name of the RMI Registry that the scheduler should export itself to.
setRMIRegistryPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
Set the port number of the RMI Registry that the scheduler should export itself to.
setRMIServerPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
Set the port number the scheduler server will be bound to.
setRunUpdateCheck(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
 
setSampledStatisticsEnabled(boolean) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
setSampledStatisticsEnabled(boolean) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
setScanInterval(long) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
The interval (in seconds) at which to scan for changes to the file.
setSchedName(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
setSchedName(String) - Method in interface org.quartz.impl.jdbcjobstore.TablePrefixAware
 
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setSchedulerObjectName(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
Set the name under which the Scheduler MBean is registered on the remote MBean server.
setSchedulerObjectName(ObjectName) - Method in class org.quartz.impl.RemoteMBeanScheduler
Set the name under which the Scheduler MBean is registered on the remote MBean server.
setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
set the SQL statement to use to select and lock a row in the "locks" table.
setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
setSignalOnSchedulingChange(boolean) - Method in class org.quartz.core.QuartzScheduler
 
setSmtpHost(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setSQL(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
setStartScheduler(boolean) - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
setStartScheduler(boolean) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
setStartTime(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
The time at which the trigger's scheduling should start.
setStartTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the time at which the DateIntervalTrigger should occur.
setStartTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
setStartTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the time at which the SimpleTrigger should occur.
setStartTime(Date) - Method in class org.quartz.locality.DelegatingLocalityTrigger
setString1(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setString2(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setString3(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
setSubject(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
 
setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the prefix that should be pre-pended to all table names.
setTablePrefix(String) - Method in interface org.quartz.impl.jdbcjobstore.TablePrefixAware
 
setThreadCount(int) - Method in class org.quartz.simpl.SimpleThreadPool
Set the number of worker threads in the pool - has no effect after initialize() has been called.
setThreadName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzSchedulerThread.
setThreadNamePrefix(String) - Method in class org.quartz.simpl.SimpleThreadPool
 
setThreadPool(ThreadPool) - Method in class org.quartz.core.QuartzSchedulerResources
Set the ThreadPool for the QuartzScheduler to use.
setThreadPoolSize(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
setThreadPoolSize(int) - Method in class org.quartz.simpl.RAMJobStore
 
setThreadPriority(int) - Method in class org.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 org.quartz.simpl.SimpleThreadPool
 
setThreadsInheritGroupOfInitializingThread(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
Set whether to set the class load context of spawned threads to that of the initializing thread.
setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether to set the class load context of spawned threads to that of the initializing thread.
setThrowIfPropertyNotFound(boolean) - Method in class org.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 org.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 org.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 org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified java.util.Calendars.
setTimeRange(long, long) - Method in class org.quartz.impl.calendar.DailyCalendar
Sets the time range for the DailyCalendar to the times represented in the specified values.
setTimesTriggered(int) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Set the number of times the DateIntervalTrigger has already fired.
setTimesTriggered(int) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Set the number of times the SimpleTrigger has already fired.
setTimeZone(TimeZone) - Method in class org.quartz.CronExpression
Sets the time zone for which this CronExpression will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.BaseCalendar
Sets the time zone for which this Calendar will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.CronCalendar
Sets the time zone for which the CronExpression of this CronCalendar will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
setTo(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
setTransactionIsolation(int) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
Attempts to change the transaction isolation level to the given level, saving the original level.
setTransactionManagerJNDIName(String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
 
setTriggerCompleteMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon the completion of a trigger's firing.
setTriggerFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon a trigger's firing.
setTriggerKey(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setTriggerListenerMatchers(String, List<Matcher<TriggerKey>>) - Method in class org.quartz.core.ListenerManagerImpl
 
setTriggerListenerMatchers(String, List<Matcher<TriggerKey>>) - Method in interface org.quartz.ListenerManager
Set the set of Matchers for which the listener will receive events if ANY of the matchers match.
setTriggerMisfiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon a trigger's firing.
setTxIsolationLevelReadCommitted - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
setTxIsolationLevelReadCommitted(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the transaction isolation level of DB connections to sequential.
setTxIsolationLevelSerializable(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the transaction isolation level of DB connections to sequential.
setUnscheduleAllTriggers(boolean) - Method in exception org.quartz.JobExecutionException
 
setUnscheduleFiringTrigger(boolean) - Method in exception org.quartz.JobExecutionException
 
setUpdateLockRowSQL(String) - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
setUseDBLocks(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance should use database-based thread synchronization.
setUseProperties(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether String-only properties will be handled in JobDataMaps.
setUserTxLocation(String) - Static method in class org.quartz.ee.jta.UserTransactionHelper
Set the JNDI URL at which the Application Server's UserTransaction can be found.
setValue(long) - Method in interface org.quartz.utils.counter.Counter
Sets the value of the counter to the supplied value
setValue(long) - Method in class org.quartz.utils.counter.CounterImpl
Sets the value of the counter to the supplied value
setValue(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
Sets the values of the numerator and denominator to the passed values
setValue(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
Sets the values of the numerator and denominator to the passed values
setValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
throws UnsupportedOperationException
setWarnIfPropertyNotFound(boolean) - Method in class org.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.
setWrapInUserTransaction(boolean) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Wrap the start() and shutdown() methods in a UserTransaction.
shutdown() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
shutdown() - Method in class org.quartz.core.NullSampledStatisticsImpl
 
shutdown() - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.core.QuartzScheduler
Halts the QuartzScheduler's firing of Triggers, and cleans up all resources associated with the QuartzScheduler.
shutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
shutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdown(boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
shutdown() - Method in interface org.quartz.core.SampledStatistics
 
shutdown() - Method in class org.quartz.core.SampledStatisticsImpl
 
shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
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 org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown(boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
shutdown() - Method in class org.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 org.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 org.quartz.plugins.management.ShutdownHookPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown(UserTransaction) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Based on the value of wrapInUserTransaction, wraps the call to shutdown(UserTransaction) in a UserTransaction.
shutdown() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
Overriden to ignore wrapInUserTransaction because shutdown() does not interact with the Scheduler.
shutdown() - Method in interface org.quartz.Scheduler
Halts the Scheduler's firing of Triggers, and cleans up all resources associated with the Scheduler.
shutdown(boolean) - Method in interface org.quartz.Scheduler
Halts the Scheduler's firing of Triggers, and cleans up all resources associated with the Scheduler.
shutdown() - Method in class org.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 org.quartz.simpl.SimpleThreadPool
Terminate any worker threads in this thread group.
shutdown(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
Terminate any worker threads in this thread group.
shutdown() - Method in class org.quartz.simpl.SimpleTimeBroker
 
shutdown() - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
shutdown(boolean) - Method in class org.quartz.simpl.ZeroSizeThreadPool
 
shutdown() - Method in interface org.quartz.utils.ConnectionProvider
 
shutdown(boolean) - Method in interface org.quartz.utils.counter.CounterManager
Shuts down this counter manager
shutdown(boolean) - Method in class org.quartz.utils.counter.CounterManagerImpl
Shuts down this counter manager
shutdown() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
Shutdown this counter
shutdown() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
Shutdown this counter
shutdown(String) - Method in class org.quartz.utils.DBConnectionManager
Shuts down database connections from the DataSource with the given name, if applicable for the underlying provider.
shutdown() - Method in class org.quartz.utils.JNDIConnectionProvider
 
shutdown() - Method in class org.quartz.utils.PoolingConnectionProvider
 
shutdown() - Method in class org.quartz.utils.weblogic.WeblogicConnectionProvider
 
shutdownCounter(Counter) - Method in interface org.quartz.utils.counter.CounterManager
Shuts down the counter
shutdownCounter(Counter) - Method in class org.quartz.utils.counter.CounterManagerImpl
Shuts down the counter
ShutdownHookPlugin - Class in org.quartz.plugins.management
This plugin catches the event of the JVM terminating (such as upon a CRTL-C) and tells the scheuler to shutdown.
ShutdownHookPlugin() - Constructor for class org.quartz.plugins.management.ShutdownHookPlugin
 
shutdownRequested - Variable in class org.quartz.core.JobRunShell
 
sigChangeForTxCompletion - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
signaler - Variable in class org.quartz.simpl.RAMJobStore
 
signalSchedulingChange(long) - Method in class org.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 org.quartz.core.SchedulerSignalerImpl
 
signalSchedulingChangeImmediately(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
signalSchedulingChangeOnTxCompletion(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
SimpleClassLoadHelper - Class in org.quartz.simpl
A ClassLoadHelper that simply calls Class.forName(..).
SimpleClassLoadHelper() - Constructor for class org.quartz.simpl.SimpleClassLoadHelper
 
SimpleInstanceIdGenerator - Class in org.quartz.simpl
The default InstanceIdGenerator used by Quartz when instance id is to be automatically generated.
SimpleInstanceIdGenerator() - Constructor for class org.quartz.simpl.SimpleInstanceIdGenerator
 
SimpleJobFactory - Class in org.quartz.simpl
The default JobFactory used by Quartz - simply calls newInstance() on the job class.
SimpleJobFactory() - Constructor for class org.quartz.simpl.SimpleJobFactory
 
SimplePropertiesTriggerPersistenceDelegateSupport - Class in org.quartz.impl.jdbcjobstore
A base implementation of TriggerPersistenceDelegate that persists trigger fields in the "QRTZ_SIMPROP_TRIGGERS" table.
SimplePropertiesTriggerPersistenceDelegateSupport() - Constructor for class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
SimplePropertiesTriggerProperties - Class in org.quartz.impl.jdbcjobstore
 
SimplePropertiesTriggerProperties() - Constructor for class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
 
simpleSchedule() - Static method in class org.quartz.SimpleScheduleBuilder
Create a SimpleScheduleBuilder.
SimpleScheduleBuilder - Class in org.quartz
SimpleScheduleBuilder is a ScheduleBuilder that defines strict/literal interval-based schedules for Triggers.
SimpleSemaphore - Class in org.quartz.impl.jdbcjobstore
Internal in-memory lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
SimpleSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.SimpleSemaphore
 
SimpleThreadPool - Class in org.quartz.simpl
This is class is a simple implementation of a thread pool, based on the ThreadPool interface.
SimpleThreadPool() - Constructor for class org.quartz.simpl.SimpleThreadPool
Create a new (unconfigured) SimpleThreadPool.
SimpleThreadPool(int, int) - Constructor for class org.quartz.simpl.SimpleThreadPool
Create a new SimpleThreadPool with the specified number of Thread s that have the given priority.
SimpleTimeBroker - Class in org.quartz.simpl
The interface to be implemented by classes that want to provide a mechanism by which the QuartzScheduler can reliably determine the current time.
SimpleTimeBroker() - Constructor for class org.quartz.simpl.SimpleTimeBroker
 
SimpleTrigger - Interface in org.quartz
A Trigger that is used to fire a Job at a given moment in time, and optionally repeated at a specified interval.
SimpleTriggerImpl - Class in org.quartz.impl.triggers
A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.
SimpleTriggerImpl() - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Create a SimpleTrigger with no settings.
SimpleTriggerImpl(String) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, String) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, String, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, Date) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, String, Date) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerImpl(String, String, String, String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
Deprecated. use a TriggerBuilder instead
SimpleTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
 
SimpleTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
SimpleTriggerSupport - Class in org.quartz.core.jmx
 
SimpleTriggerSupport() - Constructor for class org.quartz.core.jmx.SimpleTriggerSupport
 
size() - Method in class org.quartz.utils.DirtyFlagMap
 
skipWhiteSpace(int, String) - Method in class org.quartz.CronExpression
 
SOLARIS - Static variable in class org.quartz.locality.constraint.OsConstraint
 
standby() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
standby() - Method in class org.quartz.core.QuartzScheduler
Temporarily halts the QuartzScheduler's firing of Triggers.
standby() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
standby() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
standby() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
standby() - Method in interface org.quartz.Scheduler
Temporarily halts the Scheduler's firing of Triggers.
start() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
start() - Method in class org.quartz.core.QuartzScheduler
Starts the QuartzScheduler's threads that fire Triggers.
start() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
start() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
start() - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
start() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
start() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
start() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
 
start(UserTransaction) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Called when the associated Scheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
start() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
Based on the value of wrapInUserTransaction, wraps the call to start(UserTransaction) in a UserTransaction.
start(UserTransaction) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
 
start() - Method in interface org.quartz.Scheduler
Starts the Scheduler's threads that fire Triggers.
startAt(Date) - Method in class org.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 class org.quartz.core.QuartzScheduler
 
startDelayed(int) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
startDelayed(int) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
startDelayed(int) - Method in interface org.quartz.Scheduler
Calls {#start()} after the indicated number of seconds.
startMonitoring() - Method in class org.quartz.locality.constraint.evaluator.EvaluatorTimerTask
Starts the monitoring
startNow() - Method in class org.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.
startService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
STATE_ACQUIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_COMPLETE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_DELETED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_ERROR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_EXECUTING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_MISFIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
Deprecated. Whether a trigger has misfired is no longer a state, but rather now identified dynamically by whether the trigger's next fire time is more than the misfire threshold time in the past.
STATE_PAUSED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_PAUSED_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_WAITING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
StatefulJob - Interface in org.quartz
Deprecated. use DisallowConcurrentExecution and/or PersistJobDataAfterExecution annotations instead.
StdJDBCConstants - Interface in org.quartz.impl.jdbcjobstore
This interface extends Constants to include the query string constants in use by the StdJDBCDelegate class.
StdJDBCDelegate - Class in org.quartz.impl.jdbcjobstore
This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
StdJDBCDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJDBCDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJobRunShellFactory - Class in org.quartz.impl
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
StdJobRunShellFactory() - Constructor for class org.quartz.impl.StdJobRunShellFactory
 
StdRowLockSemaphore - Class in org.quartz.impl.jdbcjobstore
Internal database based lock handler for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
StdRowLockSemaphore(String, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
StdScheduler - Class in org.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 org.quartz.impl.StdScheduler
Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.
StdSchedulerFactory - Class in org.quartz.impl
An implementation of SchedulerFactory that does all of its work of creating a QuartzScheduler instance based on the contents of a Properties file.
StdSchedulerFactory() - Constructor for class org.quartz.impl.StdSchedulerFactory
Create an uninitialized StdSchedulerFactory.
StdSchedulerFactory(Properties) - Constructor for class org.quartz.impl.StdSchedulerFactory
Create a StdSchedulerFactory that has been initialized via StdSchedulerFactory.initialize(Properties).
StdSchedulerFactory(String) - Constructor for class org.quartz.impl.StdSchedulerFactory
Create a StdSchedulerFactory that has been initialized via StdSchedulerFactory.initialize(String).
stopService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
storeCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given Calendar.
storeCalendar(Connection, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
storeCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Calendar.
storeDurably() - Method in class org.quartz.JobBuilder
Whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
storeDurably(boolean) - Method in class org.quartz.JobBuilder
Whether or not the Job should remain stored after it is orphaned (no Triggers point to it).
storeExpressionVals(int, String, int) - Method in class org.quartz.CronExpression
 
storeJob(JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given JobDetail.
storeJob(Connection, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Insert or update a job.
storeJob(JobDetail, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Job.
storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given JobDetail and Trigger.
storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
Store the given JobDetail and Trigger.
storeJobsAndTriggers(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
storeJobsAndTriggers(Map<JobDetail, List<Trigger>>, boolean) - Method in class org.quartz.simpl.RAMJobStore
 
storeTrigger(OperableTrigger, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Store the given Trigger.
storeTrigger(Connection, OperableTrigger, JobDetail, boolean, String, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Insert or update a trigger.
storeTrigger(OperableTrigger, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Trigger.
StringKeyDirtyFlagMap - Class in org.quartz.utils
An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified, enforces that all keys are Strings.
StringKeyDirtyFlagMap() - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringKeyDirtyFlagMap(int) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringKeyDirtyFlagMap(int, float) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
 
StringMatcher<T extends Key> - Class in org.quartz.impl.matchers
An abstract base class for some types of matchers.
StringMatcher(String, StringMatcher.StringOperatorName) - Constructor for class org.quartz.impl.matchers.StringMatcher
 
StringMatcher.StringOperatorName - Enum in org.quartz.impl.matchers
 
suitedNodes(CpuConstraint) - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
suitedNodes(T) - Method in interface org.quartz.locality.constraint.evaluator.Evaluator
Returns a list of best suited node (instanceId) based on the constraint
suitedNodes(MemoryConstraint) - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Returns a list of best suited node (instanceId) based on the constraint
suitedNodes(NodeGroupConstraint) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Returns a list of best suited node (instanceId) based on the constraint
suitedNodes(OsConstraint) - Method in class org.quartz.locality.constraint.evaluator.OsEvaluator
Returns a list of best suited node (instanceId) based on the constraint
suitedNodes(EhcacheConstraint) - Method in class org.terracotta.modules.ehcache.store.EhcacheEvaluator
Returns a list of best suited node (instanceId) based on the constraint
SUNDAY - Static variable in class org.quartz.DateBuilder
 
supportsPersistence() - Method in class org.quartz.core.QuartzScheduler
 
supportsPersistence() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
supportsPersistence() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
supportsPersistence() - Method in class org.quartz.simpl.RAMJobStore
 
SybaseDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the Sybase database.
SybaseDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.SybaseDelegate
Create new SybaseDelegate instance.
SybaseDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.SybaseDelegate
 
SYSTEM_PROPERTY - Static variable in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
System property to read the instanceId from
SYSTEM_PROPERTY_AS_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
SystemPropertyInstanceIdGenerator - Class in org.quartz.simpl
InstanceIdGenerator that will use a system property to configure the scheduler.
SystemPropertyInstanceIdGenerator() - Constructor for class org.quartz.simpl.SystemPropertyInstanceIdGenerator
 

T

TABLE_BLOB_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_CRON_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_JOB_DETAILS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_LOCKS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_PAUSED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_PREFIX_SUBST - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
TABLE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_SIMPLE_PROPERTIES_TRIGGERS - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
TABLE_SIMPLE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
TablePrefixAware - Interface in org.quartz.impl.jdbcjobstore
Interface for Quartz objects that need to know what the table prefix of the tables used by a JDBC JobStore is.
TABULAR_TYPE - Static variable in class org.quartz.core.jmx.JobDataMapSupport
 
threadAcquired() - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
ThreadContextClassLoadHelper - Class in org.quartz.simpl
A ClassLoadHelper that uses either the current thread's context class loader (Thread.currentThread().getContextClassLoader().loadClass( ..
ThreadContextClassLoadHelper() - Constructor for class org.quartz.simpl.ThreadContextClassLoadHelper
 
threadReleased() - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
threadsAvailableAtLeast(int) - Static method in class org.quartz.locality.constraint.CpuConstraint
Creates a constraint that requires the node to have a least an amount of threads available
THURSDAY - Static variable in class org.quartz.DateBuilder
 
TimeStampedCounterValue - Class in org.quartz.utils.counter.sampled
A counter value at a particular time instance
TimeStampedCounterValue(long, long) - Constructor for class org.quartz.utils.counter.sampled.TimeStampedCounterValue
Constructor accepting the value of both timestamp and the counter value.
timeTriggers - Variable in class org.quartz.simpl.RAMJobStore
 
toArray(T[]) - Method in class org.quartz.utils.CircularLossyQueue
Returns an array of the current elements in the queue.
toBoolean(boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
toBytes(long) - Method in enum org.quartz.locality.constraint.MemoryConstraint.Unit
 
toCompositeData(CronTrigger) - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
toCompositeData(String, String) - Static method in class org.quartz.core.jmx.JobDataMapSupport
 
toCompositeData(JobDetail) - Static method in class org.quartz.core.jmx.JobDetailSupport
 
toCompositeData(JobExecutionContext) - Static method in class org.quartz.core.jmx.JobExecutionContextSupport
 
toCompositeData(SimpleTrigger) - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
toCompositeData(Trigger) - Static method in class org.quartz.core.jmx.TriggerSupport
 
toCompositeList(List<? extends Trigger>) - Static method in class org.quartz.core.jmx.TriggerSupport
 
todayAt(int, int, int) - Static method in class org.quartz.DateBuilder
Get a Date object that represents the given time, on today's date (equivalent to DateBuilder.dateOf(int, int, int)).
tomorrowAt(int, int, int) - Static method in class org.quartz.DateBuilder
Get a Date object that represents the given time, on tomorrow's date.
toSqlLikeClause(GroupMatcher) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
toString() - Method in class org.quartz.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class org.quartz.impl.calendar.CronCalendar
Returns a string representing the properties of the CronCalendar
toString() - Method in class org.quartz.impl.calendar.DailyCalendar
Returns a string representing the properties of the DailyCalendar
toString() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
Return the string representation of the TriggerStatus.
toString() - Method in class org.quartz.impl.JobDetailImpl
Return a simple string representation of this object.
toString() - Method in class org.quartz.impl.JobExecutionContextImpl
 
toString() - Method in class org.quartz.impl.triggers.AbstractTrigger
Return a simple string representation of this object.
toString() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
 
toString() - Method in class org.quartz.locality.constraint.CpuConstraint
 
toString() - Method in exception org.quartz.SchedulerException
 
toString() - Method in class org.quartz.SchedulerMetaData
Return a simple string representation of this object.
toString() - Method in class org.quartz.utils.counter.sampled.TimeStampedCounterValue
toString() - Method in class org.quartz.utils.Key
Return the string representation of the key.
toTabularData(List<? extends CronTrigger>) - Static method in class org.quartz.core.jmx.CronTriggerSupport
 
toTabularData(JobDataMap) - Static method in class org.quartz.core.jmx.JobDataMapSupport
 
toTabularData(JobDetail[]) - Static method in class org.quartz.core.jmx.JobDetailSupport
 
toTabularData(List<JobExecutionContext>) - Static method in class org.quartz.core.jmx.JobExecutionContextSupport
 
toTabularData(List<? extends SimpleTrigger>) - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
 
toTabularData(List<? extends Trigger>) - Static method in class org.quartz.core.jmx.TriggerSupport
 
translateTime(Date, TimeZone, TimeZone) - Static method in class org.quartz.DateBuilder
Translate a date & time from a users time zone to the another (probably server) time zone to assist in creating a simple trigger with the right date & time.
Trigger - Interface in org.quartz
The base interface with properties common to all Triggers - use TriggerBuilder to instantiate an actual Trigger.
Trigger.CompletedExecutionInstruction - Enum in org.quartz
NOOP Instructs the Scheduler that the Trigger has no further instructions.
Trigger.TriggerState - Enum in org.quartz
 
Trigger.TriggerTimeComparator - Class in org.quartz
A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time.
Trigger.TriggerTimeComparator() - Constructor for class org.quartz.Trigger.TriggerTimeComparator
 
TRIGGER_FINALIZED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
TriggerBuilder<T extends Trigger> - Class in org.quartz
TriggerBuilder is used to instantiate Triggers.
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.listeners.TriggerListenerSupport
 
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggerComplete(Trigger, JobExecutionContext, Trigger.CompletedExecutionInstruction) - Method in interface org.quartz.TriggerListener
Called by the Scheduler when a Trigger has fired, it's associated JobDetail has been executed, and it's triggered(xx) method has been called.
triggered(Calendar) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
triggered(Calendar) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Called when the Scheduler has decided to 'fire' the trigger (execute the associated Job), in order to give the Trigger a chance to update itself for its next triggering (if any).
triggered(Calendar) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Called when the Scheduler has decided to 'fire' the trigger (execute the associated Job), in order to give the Trigger a chance to update itself for its next triggering (if any).
triggered(Calendar) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Called when the Scheduler has decided to 'fire' the trigger (execute the associated Job), in order to give the Trigger a chance to update itself for its next triggering (if any).
triggered(Calendar) - Method in class org.quartz.locality.DelegatingLocalityTrigger
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution its associated Job), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggeredJobComplete(Connection, OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
triggeredJobComplete(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.simpl.RAMJobStore
Inform the JobStore that the scheduler has completed the firing of the given Trigger (and the execution its associated Job), and that the JobDataMap in the given JobDetail should be updated if the Job is stateful.
triggerExists(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not a trigger exists.
triggerExists(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Check existence of a given trigger.
triggerExists(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not a trigger exists.
triggerFinalized(Trigger) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggerFinalized(Trigger) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
triggerFinalized(Trigger) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
triggerFinalized(Trigger) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a Trigger has reached the condition in which it will never fire again.
triggerFired(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
triggerFired(Trigger, JobExecutionContext) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
triggerFired(Trigger, JobExecutionContext) - Method in class org.quartz.listeners.TriggerListenerSupport
 
triggerFired(Trigger, JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggerFired(Trigger, JobExecutionContext) - Method in interface org.quartz.TriggerListener
Called by the Scheduler when a Trigger has fired, and it's associated JobDetail is about to be executed.
triggerGroupsToDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
triggerGroupsToNeverDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
triggerJob(String, String, Map<String, String>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
triggerJob(JobKey, JobDataMap) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified Job (execute it now) - with a non-volatile trigger.
triggerJob(OperableTrigger) - Method in class org.quartz.core.QuartzScheduler
Store and schedule the identified OperableTrigger
triggerJob(String, String, Map<String, String>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggerJob(CompositeData) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggerJob(JobKey, JobDataMap) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerJob(OperableTrigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(JobKey, JobDataMap) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
triggerJob(JobKey, JobDataMap) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
triggerJob(JobKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
triggerJob(JobKey, JobDataMap) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
triggerJob(JobKey) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now).
triggerJob(JobKey, JobDataMap) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now).
TriggerKey - Class in org.quartz
Uniquely identifies a Trigger.
TriggerKey(String) - Constructor for class org.quartz.TriggerKey
 
TriggerKey(String, String) - Constructor for class org.quartz.TriggerKey
 
triggerKey(String) - Static method in class org.quartz.TriggerKey
 
triggerKey(String, String) - Static method in class org.quartz.TriggerKey
 
TriggerListener - Interface in org.quartz
The interface to be implemented by classes that want to be informed when a Trigger fires.
TriggerListenerSupport - Class in org.quartz.listeners
A helpful abstract base class for implementors of TriggerListener.
TriggerListenerSupport() - Constructor for class org.quartz.listeners.TriggerListenerSupport
 
triggerMisfired(Trigger) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
triggerMisfired(Trigger) - Method in class org.quartz.listeners.TriggerListenerSupport
 
triggerMisfired(Trigger) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggerMisfired(Trigger) - Method in interface org.quartz.TriggerListener
Called by the Scheduler when a Trigger has misfired.
triggerPaused(TriggerKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggerPaused(TriggerKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
triggerPaused(TriggerKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
triggerPaused(TriggerKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a Trigger has been paused.
TriggerPersistenceDelegate - Interface in org.quartz.impl.jdbcjobstore
An interface which provides an implementation for storing a particular type of Trigger's extended properties.
TriggerPersistenceDelegate.TriggerPropertyBundle - Class in org.quartz.impl.jdbcjobstore
 
TriggerPersistenceDelegate.TriggerPropertyBundle(ScheduleBuilder, String[], Object[]) - Constructor for class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
 
triggerPersistenceDelegates - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
triggerResumed(TriggerKey) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggerResumed(TriggerKey) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
triggerResumed(TriggerKey) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
triggerResumed(TriggerKey) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a Trigger has been un-paused.
triggers - Variable in class org.quartz.simpl.RAMJobStore
 
TRIGGERS_PAUSED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
TRIGGERS_RESUMED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
triggersByGroup - Variable in class org.quartz.simpl.RAMJobStore
 
triggersByKey - Variable in class org.quartz.simpl.RAMJobStore
 
triggersFired(List<OperableTrigger>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersFired(List<OperableTrigger>) - Method in class org.quartz.simpl.RAMJobStore
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggersPaused(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggersPaused(String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
triggersPaused(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
triggersPaused(String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a group of Triggers has been paused.
triggersResumed(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
triggersResumed(String) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
triggersResumed(String) - Method in class org.quartz.listeners.SchedulerListenerSupport
 
triggersResumed(String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a group of Triggers has been un-paused.
TriggerStatus - Class in org.quartz.impl.jdbcjobstore
Object representing a job or trigger key.
TriggerStatus(String, Date) - Constructor for class org.quartz.impl.jdbcjobstore.TriggerStatus
Construct a new TriggerStatus with the status name and nextFireTime.
triggersToDelete - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
TriggerSupport - Class in org.quartz.core.jmx
 
TriggerSupport() - Constructor for class org.quartz.core.jmx.TriggerSupport
 
TriggerUtils - Class in org.quartz
Convenience and utility methods for working with Triggers.
TTYPE_BLOB - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TTYPE_CAL_INT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TTYPE_CRON - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TTYPE_SIMPLE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TUESDAY - Static variable in class org.quartz.DateBuilder
 

U

UnableToInterruptJobException - Exception in org.quartz
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
UnableToInterruptJobException(String) - Constructor for exception org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given message.
UnableToInterruptJobException(Throwable) - Constructor for exception org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given cause.
unscheduleAllTriggers() - Method in exception org.quartz.JobExecutionException
 
unscheduleFiringTrigger() - Method in exception org.quartz.JobExecutionException
 
unscheduleJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
 
unscheduleJob(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
Remove the indicated Trigger from the scheduler.
unscheduleJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
 
unscheduleJob(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
unscheduleJob(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
unscheduleJob(TriggerKey) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
unscheduleJob(TriggerKey) - Method in interface org.quartz.Scheduler
Remove the indicated Trigger from the scheduler.
unscheduleJobs(List<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
 
unscheduleJobs(List<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
unscheduleJobs(List<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
 
unscheduleJobs(List<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
 
unscheduleJobs(List<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
 
unscheduleJobs(List<TriggerKey>) - Method in interface org.quartz.Scheduler
Remove all of the indicated Triggers from the scheduler.
UPDATE_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
UPDATE_INSTANCES_FIRED_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_TRIGGER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_JOB_TRIGGER_STATES_FROM_OTHER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_ORACLE_CALENDAR_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_ORACLE_JOB_DETAIL - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_ORACLE_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_ORACLE_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_ORACLE_TRIGGER_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_ORACLE_TRIGGER_JOB_DETAIL_EMPTY_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
UPDATE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
UPDATE_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_GROUP_STATE_FROM_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_GROUP_STATE_FROM_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_SKIP_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATES_FROM_OTHER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
updateAfterMisfire(Calendar) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
updateAfterMisfire(Calendar) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Updates the DateIntervalTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the DateIntervalTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Updates the CronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the CronTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Updates the SimpleTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the SimpleTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.locality.DelegatingLocalityTrigger
updateBlobTrigger(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the blob trigger data.
updateCalendar(Connection, String, Calendar) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update a calendar.
UpdateChecker - Class in org.quartz.utils
Check for updates and alert users if an update is available
UpdateChecker() - Constructor for class org.quartz.utils.UpdateChecker
 
updateExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
 
updateExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
 
updateExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
 
updateExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
 
updateFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update a fired trigger record.
updateFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update a fired trigger.
updateJobData(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the job data map for the given job.
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update the job data map for the given job.
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job data map for the given job.
updateJobDetail(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job detail record.
UpdateLockRowSemaphore - Class in org.quartz.impl.jdbcjobstore
Provide thread/resource locking in order to protect resources from being altered by multiple threads at the same time using a db row update.
UpdateLockRowSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
 
updateMisfiredTrigger(Connection, TriggerKey, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
updateSchedulerState(Connection, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update a scheduler-instance state record.
updateSchedulerState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the base trigger data.
updateTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
 
updateTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the base trigger data.
updateTriggerGroupStateFromOtherState(Connection, GroupMatcher<TriggerKey>, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update all of the triggers of the given group to the given new state, if they are in the given old state.
updateTriggerGroupStateFromOtherState(Connection, GroupMatcher<TriggerKey>, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update all of the triggers of the given group to the given new state, if they are in the given old state.
updateTriggerGroupStateFromOtherStates(Connection, GroupMatcher<TriggerKey>, String, String, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update all triggers in the given group to the given new state, if they are in one of the given old states.
updateTriggerGroupStateFromOtherStates(Connection, GroupMatcher<TriggerKey>, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update all triggers in the given group to the given new state, if they are in one of the given old states.
updateTriggerState(Connection, TriggerKey, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the state for a given trigger.
updateTriggerState(Connection, TriggerKey, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the state for a given trigger.
updateTriggerStateFromOtherState(Connection, TriggerKey, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the given trigger to the given new state, if it is in the given old state.
updateTriggerStateFromOtherState(Connection, TriggerKey, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the given trigger to the given new state, if it is in the given old state.
updateTriggerStateFromOtherStates(Connection, TriggerKey, String, String, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the given trigger to the given new state, if it is one of the given old states.
updateTriggerStateFromOtherStates(Connection, TriggerKey, String, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the given trigger to the given new state, if it is one of the given old states.
updateTriggerStatesForJob(Connection, JobKey, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the states of all triggers associated with the given job.
updateTriggerStatesForJob(Connection, JobKey, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the states of all triggers associated with the given job.
updateTriggerStatesForJobFromOtherState(Connection, JobKey, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the states of any triggers associated with the given job, that are the given current state.
updateTriggerStatesForJobFromOtherState(Connection, JobKey, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateTriggerStatesFromOtherStates(Connection, String, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update all triggers having one of the two given states, to the given new state.
updateTriggerStatesFromOtherStates(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the job detail record.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.impl.triggers.AbstractTrigger
This method should not be used by the Quartz client.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.locality.DelegatingLocalityTrigger
useProperties - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
useProperties - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
UserTransactionHelper - Class in org.quartz.ee.jta
A helper for obtaining a handle to a UserTransaction...
useTransaction(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
 
usingJobData(String, String) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(String, Integer) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(String, Long) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(String, Float) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(String, Double) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(String, Boolean) - Method in class org.quartz.JobBuilder
Add the given key-value pair to the JobDetail's JobDataMap.
usingJobData(JobDataMap) - Method in class org.quartz.JobBuilder
Set the JobDetail's JobDataMap, adding any values to it that were already set on this JobBuilder using any of the other 'usingJobData' methods.
usingJobData(String, String) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(String, Integer) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(String, Long) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(String, Float) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(String, Double) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(String, Boolean) - Method in class org.quartz.TriggerBuilder
Add the given key-value pair to the Trigger's JobDataMap.
usingJobData(JobDataMap) - Method in class org.quartz.TriggerBuilder
Set the Trigger's JobDataMap, adding any values to it that were already set on this TriggerBuilder using any of the other 'usingJobData' methods.
Util - Class in org.quartz.impl.jdbcjobstore
This class contains utility functions for use in all delegate classes.

V

validate() - Method in class org.quartz.impl.triggers.AbstractTrigger
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validate() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validate() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validate() - Method in class org.quartz.locality.DelegatingLocalityTrigger
validateDayOfMonth(int) - Static method in class org.quartz.DateBuilder
 
validateDayOfWeek(int) - Static method in class org.quartz.DateBuilder
 
validateExpression(String) - Static method in class org.quartz.CronExpression
 
validateHour(int) - Static method in class org.quartz.DateBuilder
 
validateMinute(int) - Static method in class org.quartz.DateBuilder
 
validateMisfireInstruction(int) - Method in class org.quartz.impl.triggers.AbstractTrigger
 
validateMisfireInstruction(int) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
 
validateMisfireInstruction(int) - Method in class org.quartz.impl.triggers.CronTriggerImpl
 
validateMisfireInstruction(int) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
 
validateMonth(int) - Static method in class org.quartz.DateBuilder
 
validateSecond(int) - Static method in class org.quartz.DateBuilder
 
validateState() - Method in class org.quartz.core.QuartzScheduler
 
validateYear(int) - Static method in class org.quartz.DateBuilder
 
ValidationException - Exception in org.quartz.xml
Reports JobSchedulingDataLoader validation exceptions.
ValidationException() - Constructor for exception org.quartz.xml.ValidationException
Constructor for ValidationException.
ValidationException(String) - Constructor for exception org.quartz.xml.ValidationException
Constructor for ValidationException.
ValidationException(Collection<Exception>) - Constructor for exception org.quartz.xml.ValidationException
Constructor for ValidationException.
ValidationException(String, Collection<Exception>) - Constructor for exception org.quartz.xml.ValidationException
Constructor for ValidationException.
validationExceptions - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
 
valueOf(String) - Static method in enum org.quartz.DateBuilder.IntervalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.impl.matchers.StringMatcher.StringOperatorName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.CpuConstraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.EhcacheConstraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.quartz.locality.constraint.EhcacheConstraint.Value
 
valueOf(String) - Static method in enum org.quartz.locality.constraint.evaluator.EvaluatorTimerTask.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.MemoryConstraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.MemoryConstraint.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.NodeGroupConstraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.OsConstraint.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.locality.constraint.OsConstraint.OS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.Trigger.CompletedExecutionInstruction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.quartz.Trigger.TriggerState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.quartz.DateBuilder.IntervalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.impl.matchers.StringMatcher.StringOperatorName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.CpuConstraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.EhcacheConstraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.evaluator.EvaluatorTimerTask.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.MemoryConstraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.MemoryConstraint.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.NodeGroupConstraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.OsConstraint.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.locality.constraint.OsConstraint.OS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.Trigger.CompletedExecutionInstruction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.quartz.Trigger.TriggerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.quartz.utils.DirtyFlagMap
 
verify(CpuConstraint) - Method in class org.quartz.locality.constraint.evaluator.CpuEvaluator
 
verify(T) - Method in interface org.quartz.locality.constraint.evaluator.Evaluator
Verifies the validity of a constraint.
verify(MemoryConstraint) - Method in class org.quartz.locality.constraint.evaluator.MemoryEvaluator
Always true
verify(NodeGroupConstraint) - Method in class org.quartz.locality.constraint.evaluator.NodeGroupEvaluator
Verifies that the node group actually exists in the current configuration
verify(OsConstraint) - Method in class org.quartz.locality.constraint.evaluator.OsEvaluator
Verifies the validity of a constraint.
verify(EhcacheConstraint) - Method in class org.terracotta.modules.ehcache.store.EhcacheEvaluator
Doesn't do anything
VersionPrinter - Class in org.quartz.helpers
Prints the version of Quartz on stdout.
vetoedJobRetryLoop(OperableTrigger, JobDetail, Trigger.CompletedExecutionInstruction) - Method in class org.quartz.core.JobRunShell
 
vetoJobExecution(Trigger, JobExecutionContext) - Method in class org.quartz.listeners.BroadcastTriggerListener
 
vetoJobExecution(Trigger, JobExecutionContext) - Method in class org.quartz.listeners.TriggerListenerSupport
 
vetoJobExecution(Trigger, JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
vetoJobExecution(Trigger, JobExecutionContext) - Method in interface org.quartz.TriggerListener
Called by the Scheduler when a Trigger has fired, and it's associated JobDetail is about to be executed.

W

warning(SAXParseException) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
ErrorHandler interface.
WeblogicConnectionProvider - Class in org.quartz.utils.weblogic
Provides connections via Weblogic's JTS driver.
WeblogicConnectionProvider(String) - Constructor for class org.quartz.utils.weblogic.WeblogicConnectionProvider
 
WebLogicDelegate - Class in org.quartz.impl.jdbcjobstore
This is a driver delegate for the WebLogic JDBC driver.
WebLogicDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.WebLogicDelegate
Create new WebLogicDelegate instance.
WebLogicDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.WebLogicDelegate
Create new WebLogicDelegate instance.
WebLogicOracleDelegate - Class in org.quartz.impl.jdbcjobstore.oracle.weblogic
Handle Blobs correctly when Oracle is being used inside of Weblogic 8.1, as discussed at: http://edocs.bea.com/wls/docs81/jdbc/thirdparty.html#1043705
WebLogicOracleDelegate(Logger, String, String, String, ClassLoadHelper) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate
Create new WebLogicOracleDelegate instance.
WebLogicOracleDelegate(Logger, String, String, String, ClassLoadHelper, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate
Create new WebLogicOracleDelegate instance.
WEDNESDAY - Static variable in class org.quartz.DateBuilder
 
WeeklyCalendar - Class in org.quartz.impl.calendar
This implementation of the Calendar excludes a set of days of the week.
WeeklyCalendar() - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
 
WeeklyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
 
WeeklyCalendar(TimeZone) - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
 
WeeklyCalendar(Calendar, TimeZone) - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
 
weeklyOnDayAndHourAndMinute(int, int, int) - Static method in class org.quartz.CronScheduleBuilder
Create a CronScheduleBuilder with a cron-expression that sets the schedule to fire one per week on the given day at the given time (hour and minute).
where(NodeSpecBuilder) - Method in class org.quartz.locality.LocalityJobBuilder
Setter to the NodeSpecBuilder that will be build at JobDetail LocalityJobBuilder.build() time
where(NodeSpecBuilder) - Method in class org.quartz.locality.LocalityTriggerBuilder
Setter to the NodeSpecBuilder that will be build at JobDetail LocalityTriggerBuilder.build() time
willFireOn(Calendar) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Determines whether the date and (optionally) time of the given Calendar instance falls on a scheduled fire-time of this trigger.
willFireOn(Calendar, boolean) - Method in class org.quartz.impl.triggers.CronTriggerImpl
Determines whether the date and (optionally) time of the given Calendar instance falls on a scheduled fire-time of this trigger.
WINDOWS - Static variable in class org.quartz.locality.constraint.OsConstraint
 
withDescription(String) - Method in class org.quartz.JobBuilder
Set the given (human-meaningful) description of the Job.
withDescription(String) - Method in class org.quartz.TriggerBuilder
Set the given (human-meaningful) description of the Trigger.
withIdentity(String) - Method in class org.quartz.JobBuilder
Use a JobKey with the given name and default group to identify the JobDetail.
withIdentity(String, String) - Method in class org.quartz.JobBuilder
Use a JobKey with the given name and group to identify the JobDetail.
withIdentity(JobKey) - Method in class org.quartz.JobBuilder
Use a JobKey to identify the JobDetail.
withIdentity(String) - Method in class org.quartz.TriggerBuilder
Use a TriggerKey with the given name and default group to identify the Trigger.
withIdentity(String, String) - Method in class org.quartz.TriggerBuilder
Use a TriggerKey with the given name and group to identify the Trigger.
withIdentity(TriggerKey) - Method in class org.quartz.TriggerBuilder
Use the given TriggerKey to identify the Trigger.
withInterval(int, DateBuilder.IntervalUnit) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify the time unit and interval for the Trigger to be produced.
withIntervalInDays(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.DAY that the produced Trigger will repeat at.
withIntervalInHours(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.HOUR that the produced Trigger will repeat at.
withIntervalInHours(int) - Method in class org.quartz.SimpleScheduleBuilder
Specify a repeat interval in minutes - which will then be multiplied by 60 * 60 * 1000 to produce milliseconds.
withIntervalInMilliseconds(long) - Method in class org.quartz.SimpleScheduleBuilder
Specify a repeat interval in milliseconds.
withIntervalInMinutes(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.MINUTE that the produced Trigger will repeat at.
withIntervalInMinutes(int) - Method in class org.quartz.SimpleScheduleBuilder
Specify a repeat interval in minutes - which will then be multiplied by 60 * 1000 to produce milliseconds.
withIntervalInMonths(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.MONTH that the produced Trigger will repeat at.
withIntervalInSeconds(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.SECOND that the produced Trigger will repeat at.
withIntervalInSeconds(int) - Method in class org.quartz.SimpleScheduleBuilder
Specify a repeat interval in seconds - which will then be multiplied by 1000 to produce milliseconds.
withIntervalInWeeks(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.WEEK that the produced Trigger will repeat at.
withIntervalInYears(int) - Method in class org.quartz.CalendarIntervalScheduleBuilder
Specify an interval in the IntervalUnit.YEAR that the produced Trigger will repeat at.
withMisfireHandlingInstructionDoNothing() - Method in class org.quartz.CalendarIntervalScheduleBuilder
If the Trigger misfires, use the CalendarIntervalTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction.
withMisfireHandlingInstructionDoNothing() - Method in class org.quartz.CronScheduleBuilder
If the Trigger misfires, use the CronTrigger.MISFIRE_INSTRUCTION_DO_NOTHING instruction.
withMisfireHandlingInstructionFireAndProceed() - Method in class org.quartz.CalendarIntervalScheduleBuilder
If the Trigger misfires, use the CalendarIntervalTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction.
withMisfireHandlingInstructionFireAndProceed() - Method in class org.quartz.CronScheduleBuilder
If the Trigger misfires, use the CronTrigger.MISFIRE_INSTRUCTION_FIRE_ONCE_NOW instruction.
withMisfireHandlingInstructionFireNow() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the SimpleTrigger.MISFIRE_INSTRUCTION_FIRE_NOW instruction.
withMisfireHandlingInstructionIgnoreMisfires() - Method in class org.quartz.CalendarIntervalScheduleBuilder
If the Trigger misfires, use the Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction.
withMisfireHandlingInstructionIgnoreMisfires() - Method in class org.quartz.CronScheduleBuilder
If the Trigger misfires, use the Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction.
withMisfireHandlingInstructionIgnoreMisfires() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the Trigger.MISFIRE_INSTRUCTION_IGNORE_MISFIRE_POLICY instruction.
withMisfireHandlingInstructionNextWithExistingCount() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the SimpleTrigger.MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT instruction.
withMisfireHandlingInstructionNextWithRemainingCount() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the SimpleTrigger.MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_REMAINING_COUNT instruction.
withMisfireHandlingInstructionNowWithExistingCount() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the SimpleTrigger.MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_EXISTING_REPEAT_COUNT instruction.
withMisfireHandlingInstructionNowWithRemainingCount() - Method in class org.quartz.SimpleScheduleBuilder
If the Trigger misfires, use the SimpleTrigger.MISFIRE_INSTRUCTION_RESCHEDULE_NOW_WITH_REMAINING_REPEAT_COUNT instruction.
withPriority(int) - Method in class org.quartz.TriggerBuilder
Set the Trigger's priority.
withRepeatCount(int) - Method in class org.quartz.SimpleScheduleBuilder
Specify a the number of time the trigger will repeat - total number of firings will be this number + 1.
withSchedule(ScheduleBuilder<SBT>) - Method in class org.quartz.TriggerBuilder
Set the ScheduleBuilder that will be used to define the Trigger's schedule.
writeDataToBlob(ResultSet, int, byte[]) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
writeDataToBlob(ResultSet, int, byte[]) - Method in class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate
Check for the Weblogic Blob wrapper, and handle accordingly...

X

XMLSchedulingDataProcessor - Class in org.quartz.xml
Parses an XML file that declares Jobs and their schedules (Triggers), and processes the related data.
XMLSchedulingDataProcessor(ClassLoadHelper) - Constructor for class org.quartz.xml.XMLSchedulingDataProcessor
Constructor for JobSchedulingDataLoader.
XMLSchedulingDataProcessorPlugin - Class in org.quartz.plugins.xml
This plugin loads XML file(s) to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the file for changes.
XMLSchedulingDataProcessorPlugin() - Constructor for class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
 
XSD_DATE_FORMAT - Static variable in class org.quartz.xml.XMLSchedulingDataProcessor
XML Schema dateTime datatype format.

Y

YEAR - Static variable in class org.quartz.CronExpression
 
YEAR_TO_GIVEUP_SCHEDULING_AT - Static variable in class org.quartz.impl.triggers.CronTriggerImpl
 
years - Variable in class org.quartz.CronExpression
 

Z

ZeroSizeThreadPool - Class in org.quartz.simpl
This is class is a simple implementation of a zero size thread pool, based on the ThreadPool interface.
ZeroSizeThreadPool() - Constructor for class org.quartz.simpl.ZeroSizeThreadPool
Create a new ZeroSizeThreadPool.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Copyright 2001-2011, Terracotta, Inc.