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

A

acquireNextTrigger(SchedulingContext, 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.
acquireNextTrigger(Connection, SchedulingContext, long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
acquireNextTrigger(SchedulingContext, 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.
acquireNextTrigger(SchedulingContext, long) - Method in interface org.quartz.spi.JobStore
Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
addCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.core.QuartzScheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(SchedulingContext, 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, passing the SchedulingContext associated with this instance.
addCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addCalendar(String, Calendar, boolean, boolean) - Method in interface org.quartz.Scheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(Scheduler, CalendarBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Adds a calendar.
addCalendarToSchedule(CalendarBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
 
addConnectionProvider(String, ConnectionProvider) - Method in class org.quartz.utils.DBConnectionManager
 
addCustomDigesterRules(Digester) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Template method provided as a hook for those who wish to extend this class and add more functionality.
addDefaultDigesterRules(Digester) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Add the default set of digest rules
addExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
Add the given Date to the list of excluded days.
addGlobalJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Add the given JobListener to the Scheduler'sglobal list.
addGlobalJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addGlobalJobListener(JobListener) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalJobListener(JobListener) - Method in interface org.quartz.Scheduler
Add the given JobListener to the Scheduler's global list.
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Add the given TriggerListener to the Scheduler'sglobal list.
addGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.Scheduler
Add the given TriggerListener to the Scheduler's global list.
addJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.core.QuartzScheduler
Add the given Job to the Scheduler - with no associated Trigger.
addJob(SchedulingContext, 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, passing the SchedulingContext associated with this instance.
addJob(JobDetail, boolean) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addJob(JobDetail, boolean) - Method in interface org.quartz.Scheduler
Add the given Job to the Scheduler - with no associated Trigger.
addJobChainLink(Key, Key) - 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.
addJobGroupPattern(String) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
If one or more group patterns are specified, only events relating to jobs who's group matches the given regular expression pattern will be dispatched to the delegate listeners.
addJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Add the given JobListener to the Scheduler's list, of registered JobListeners.
addJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addJobListener(JobListener) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addJobListener(String) - Method in class org.quartz.JobDetail
Add the specified name of a JobListener to the end of the Job's list of listeners.
addJobListener(JobListener) - Method in interface org.quartz.Scheduler
Add the given JobListener to the Scheduler's list, of registered JobListeners.
addJobNamePattern(String) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
If one or more name patterns are specified, only events relating to jobs who's name matches the given regular expression pattern will be dispatched to the delegate listeners.
addJobToSchedule(JobSchedulingBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
 
addListener(SchedulerListener) - Method in class org.quartz.listeners.BroadcastSchedulerListener
 
addListener(JobListener) - Method in class org.quartz.listeners.FilterAndBroadcastJobListener
 
addListener(TriggerListener) - Method in class org.quartz.listeners.FilterAndBroadcastTriggerListener
 
addListenerToSchedule(JobListener) - Method in class org.quartz.xml.JobSchedulingDataProcessor
 
addNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
addRuleInstances(Digester) - Method in class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
 
addRuleInstances(Digester) - Method in class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
 
addScheduledJob(JobSchedulingBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Adds a scheduled job.
addSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Register the given SchedulerListener with the Scheduler.
addSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addSchedulerListener(SchedulerListener) - Method in interface org.quartz.Scheduler
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
 
addTrigger(Trigger) - Method in class org.quartz.xml.JobSchedulingBundle
 
addTriggerGroupPattern(String) - Method in class org.quartz.listeners.FilterAndBroadcastTriggerListener
If one or more group patterns are specified, only events relating to triggers who's group matches the given regular expression pattern will be dispatched to the delegate listeners.
addTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Add the given TriggerListener to the Scheduler's list, of registered TriggerListeners.
addTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteMBeanScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
addTriggerListener(TriggerListener) - Method in interface org.quartz.Scheduler
Add the given TriggerListener to the Scheduler's list, of registered TriggerListeners.
addTriggerListener(String) - Method in class org.quartz.Trigger
Add the specified name of a TriggerListener to the end of the Trigger's list of listeners.
addTriggerNamePattern(String) - Method in class org.quartz.listeners.FilterAndBroadcastTriggerListener
If one or more name patterns are specified, only events relating to triggers who's name matches the given regular expression pattern will be dispatched to the delegate listeners.
addValidationException(SAXException) - Method in class org.quartz.xml.JobSchedulingDataProcessor
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
 
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.
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 interface org.quartz.spi.ThreadPool
Determines the number of threads that are currently available in in the pool.
body(String, String, String) - Method in class org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule
Process the body text of this element.
borrowJobRunShell() - Method in interface org.quartz.core.JobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
borrowJobRunShell() - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
borrowJobRunShell() - Method in class org.quartz.impl.StdJobRunShellFactory
Called by the QuartzSchedulerThread to obtain instances of JobRunShell.
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.
buildExpression(String) - Method in class org.quartz.CronExpression
 
buildHoliday(Date) - Static method in class org.quartz.impl.calendar.BaseCalendar
Deprecated. Always uses the default time zone.
buildHoliday(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Deprecated. Always uses the default time zone.

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 fire.
calendar - Variable in class org.quartz.xml.CalendarBundle
 
CalendarBundle - Class in org.quartz.xml
Wraps a Calendar.
CalendarBundle() - Constructor for class org.quartz.xml.CalendarBundle
 
calendarCache - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.
calendarIsReferenced(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not a calendar is referenced by any triggers.
calendarName - Variable in class org.quartz.xml.CalendarBundle
 
calendarsByName - Variable in class org.quartz.simpl.RAMJobStore
 
calsToSchedule - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
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, SchedulingContext, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Determines if a Trigger for the given job should be blocked.
checkNext(int, String, int, int) - Method in class org.quartz.CronExpression
 
classLoadHelper - Variable in class org.quartz.plugins.xml.JobInitializationPlugin
 
ClassLoadHelper - Interface in org.quartz.spi
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...
classLoadHelper - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
className - Variable in class org.quartz.xml.CalendarBundle
 
clazz - Variable in class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
 
cleanupConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Cleanup the given database connection.
cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Removes all volatile data.
cleanVolatileTriggerAndJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Removes all volatile data.
clear() - Method in class org.quartz.utils.DirtyFlagMap
 
clearAllTriggerListeners() - Method in class org.quartz.Trigger
Remove all TriggerListeners from the Trigger.
clearDirtyFlag() - Method in class org.quartz.utils.DirtyFlagMap
Clear the 'dirty' flag (set dirty flag to false).
clearSignaledSchedulingChange() - Method in class org.quartz.core.QuartzSchedulerThread
 
clearValidationExceptions() - Method in class org.quartz.xml.JobSchedulingDataProcessor
Resets the the number of detected validation exceptions.
clone() - Method in class org.quartz.CronExpression
 
clone() - Method in class org.quartz.CronTrigger
 
clone() - Method in class org.quartz.JobDetail
 
clone() - Method in class org.quartz.Trigger
 
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) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Cleanup helper method that closes the given ResultSet while ignoring any errors.
closeStatement(Statement) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
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(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Deprecated.  Create new CloudscapeDelegate instance.
CloudscapeDelegate(Log, String, String, 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) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
COL_BLOB - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
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_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_IS_DURABLE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_IS_STATEFUL - 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_LISTENER - 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_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_START_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
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_LISTENER - 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
compareTo(Object) - Method in class org.quartz.Trigger
Compare the next fire time of this Trigger to that of another.
complete(boolean) - Method in class org.quartz.core.JobRunShell
 
complete(boolean) - Method in class org.quartz.ee.jta.JTAJobRunShell
 
completeTriggerRetryLoop(Trigger, JobDetail, int) - Method in class org.quartz.core.JobRunShell
 
computeFireTimes(Trigger, Calendar, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
computeFireTimes(Trigger, Calendar, int) - Static method in class org.quartz.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger.
computeFireTimesBetween(Trigger, Calendar, Date, Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
computeFireTimesBetween(Trigger, 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.CronTrigger
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.NthIncludedDayTrigger
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.SimpleTrigger
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
computeNumTimesFiredBetween(Date, Date) - Method in class org.quartz.SimpleTrigger
 
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.
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
 
convert(Class, Object) - Method in class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object) - Method in class org.quartz.xml.JobSchedulingDataProcessor.TimeZoneConverter
Convert the specified input object into an output object of the specified type.
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
COUNT_MISFIRED_TRIGGERS_IN_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
countMisfiredTriggersInStates(Connection, String, 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.
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
 
createCalendar() - Method in class org.quartz.xml.CalendarBundle
 
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.
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) - 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
 
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
 
CriticalSchedulerException - Exception in org.quartz
An exception that is thrown to indicate that there has been a critical failure within the scheduler's core services (such as loss of database connectivity).
CriticalSchedulerException(String, int) - Constructor for exception org.quartz.CriticalSchedulerException
Create a CriticalSchedulerException with the given message.
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.
CronCalendar(String, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Deprecated. The use of name is no longer supported.
CronCalendar(String, Calendar, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Deprecated. The use of name is no longer supported.
CronCalendar(String, Calendar, String, TimeZone) - Constructor for class org.quartz.impl.calendar.CronCalendar
Deprecated. The use of name is no longer supported.
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.
CronTrigger - Class in org.quartz
A concrete Trigger that is used to fire a JobDetail at given moments in time, defined with Unix 'cron-like' definitions.
CronTrigger() - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with no settings.
CronTrigger(String, String) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with the given name and group.
CronTrigger(String, String, String) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with the given name, group and expression.
CronTrigger(String, String, String, String) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with the given name and group, and associated with the identified JobDetail.
CronTrigger(String, String, String, String, String) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with the given name and group, associated with the identified JobDetail, and with the given "cron" expression.
CronTrigger(String, String, String, String, String, TimeZone) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with the given name and group, associated with the identified JobDetail, and with the given "cron" expression resolved with respect to the TimeZone.
CronTrigger(String, String, String, String, Date, Date, String) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger that will occur at the given time, until the given end time.
CronTrigger(String, String, String, String, Date, Date, String, TimeZone) - Constructor for class org.quartz.CronTrigger
Create a CronTrigger with fire time dictated by the cronExpression resolved with respect to the specified timeZone occuring from the startTime until the given endTime.

D

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.
DailyCalendar(String, String, String) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, String, String) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, int, int, int, int, int, int, int, int) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, int, int, int, int, int, int, int, int) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, Calendar) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, Calendar, Calendar) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, TimeZone, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
DailyCalendar(String, Calendar, TimeZone, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
Deprecated. The use of name is no longer supported.
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(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
DB2v6Delegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
DB2v7Delegate - Class in org.quartz.impl.jdbcjobstore
Quartz JDBC delegate for DB2 v7 databases.
DB2v7Delegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
DB2v7Delegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
DB2v8Delegate - Class in org.quartz.impl.jdbcjobstore
Quartz JDBC delegate for DB2 v8 databases.
DB2v8Delegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
DB2v8Delegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
DB_DRIVER - Static variable in class org.quartz.utils.PoolingConnectionProvider
The JDBC database driver.
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_VALIDATION_QUERY - Static variable in class org.quartz.utils.PoolingConnectionProvider
The database sql query to execute everytime a connection is retrieved from 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) - Constructor for class org.quartz.impl.jdbcjobstore.DBSemaphore
 
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) usefull constant that can be used for specifying the group that Job and Trigger instances belong to.
DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.DirectSchedulerFactory
 
DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
DEFAULT_MANUAL_TRIGGERS - 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 ("MANUAL_TRIGGER") for the name of a Trigger's group.
DEFAULT_PRIORITY - Static variable in class 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
 
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_JOB_LISTENERS - 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_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_TRIGGER_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
DELETE_VOLATILE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
deleteAllPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteBlobTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the cron trigger data for a trigger.
deleteCalendar(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Calendar from the Scheduler.
deleteCalendar(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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, passing the SchedulingContext associated with this instance.
deleteCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteCalendar(String) - Method in interface org.quartz.Scheduler
Delete the identified Calendar from the Scheduler.
deleteCronTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the cron trigger data for a trigger.
deleteFiredTrigger(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete a fired trigger.
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(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzS