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

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
 
AUTO_GENERATE_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
 
AnnualCalendar - class org.quartz.impl.calendar.AnnualCalendar.
This implementation of the Calendar excludes a set of days of the year.
AnnualCalendar() - Constructor for class org.quartz.impl.calendar.AnnualCalendar
Constructor
AnnualCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.AnnualCalendar
Constructor
acquireNextTrigger(SchedulingContext, long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get a handle to the next trigger to be fired, and mark it 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.impl.jdbcjobstore.JobStoreTX
Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
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(String, Calendar, boolean, boolean) - Method in interface org.quartz.Scheduler
Add (register) the given Calendar to the 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.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(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 interface org.quartz.Scheduler
Add the given JobListener to the Scheduler's global list.
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.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.
addGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.Scheduler
Add the given TriggerListener 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.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.
addJob(JobDetail, boolean) - Method in interface org.quartz.Scheduler
Add the given Job to the Scheduler - with no associated Trigger.
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.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.
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.
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.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.
addJobToSchedule(JobSchedulingBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
 
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 interface org.quartz.Scheduler
Register the given SchedulerListener with the Scheduler.
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.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.
addSchedulerPlugin(SchedulerPlugin) - Method in class org.quartz.core.QuartzScheduler
Add the given SchedulerPlugin to the Scheduler.
addToSet(int, int, int, int) - Method in class org.quartz.CronExpression
 
addTrigger(Trigger) - Method in class org.quartz.xml.JobSchedulingBundle
 
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.
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.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.
addValidationException(SAXException) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Adds a detected validation exception.
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.

B

BaseCalendar - class org.quartz.impl.calendar.BaseCalendar.
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
Default Constructor
BaseCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.BaseCalendar
Constructor
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
 
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.
buildExpression(String) - Method in class org.quartz.CronExpression
 
buildHoliday(Date) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.
buildHoliday(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.

C

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_RECOVERER - 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_TIMES_TRIGGERED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
COL_TIME_ZONE_ID - 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
 
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
 
CREDENTIALS - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
Calendar - interface org.quartz.Calendar.
An interface to be implemented by objects that define spaces of time that should be included or excluded from a Trigger's normal 'firing' schedule.
CalendarBundle - class org.quartz.xml.CalendarBundle.
Wraps a Calendar.
CalendarBundle() - Constructor for class org.quartz.xml.CalendarBundle
 
CascadingClassLoadHelper - class org.quartz.simpl.CascadingClassLoadHelper.
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 perfomance).
CascadingClassLoadHelper() - Constructor for class org.quartz.simpl.CascadingClassLoadHelper
 
ClassLoadHelper - interface org.quartz.spi.ClassLoadHelper.
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...
CloudscapeDelegate - class org.quartz.impl.jdbcjobstore.CloudscapeDelegate.
This is a driver delegate for the Cloudscape database, not surprisingly, it is known to work with Derby as well.
CloudscapeDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Create new CloudscapeDelegate instance.
CloudscapeDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
Create new CloudscapeDelegate instance.
ConnectionProvider - interface org.quartz.utils.ConnectionProvider.
Implementations of this interface used by DBConnectionManager to provide connections from various sources.
Constants - interface org.quartz.impl.jdbcjobstore.Constants.
This interface can be implemented by any DriverDelegate class that needs to use the constants contained herein.
CriticalSchedulerException - exception org.quartz.CriticalSchedulerException.
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 class org.quartz.CriticalSchedulerException
Create a CriticalSchedulerException with the given message.
CronCalendar - class org.quartz.impl.calendar.CronCalendar.
This implementation of the Calendar excludes the set of times expressed by a given CronExpression.
CronCalendar(String, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Create a CronCalendar with the given cron expression and no baseCalendar.
CronCalendar(String, Calendar, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
Create a CronCalendar with the given cron exprssion and baseCalendar.
CronExpression - class org.quartz.CronExpression.
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 org.quartz.CronTrigger.
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.
calcFailedIfAfter(SchedulerStateRecord) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
calendar - Variable in class org.quartz.xml.CalendarBundle
 
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.
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.
calendarName - Variable in class org.quartz.xml.CalendarBundle
 
calendardayOfMonth - Variable in class org.quartz.CronExpression
 
calendardayOfWeek - Variable in class org.quartz.CronExpression
 
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
 
checkNext(int, String, int, int) - Method in class org.quartz.CronExpression
 
classLoadHelper - Variable in class org.quartz.plugins.xml.JobInitializationPlugin
 
className - Variable in class org.quartz.xml.CalendarBundle
 
clazz - Variable in class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
 
cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
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.
cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
clear() - Method in class org.quartz.utils.DirtyFlagMap
 
clearDirtyFlag() - Method in class org.quartz.utils.DirtyFlagMap
Clear the 'dirty' flag (set dirty flag to false).
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
 
closeConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Closes the supplied connection
clusterCheckIn(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
clusterRecover(Connection, List) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger.
computeFireTimes(Trigger, Calendar, int) - 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.
computeFireTimesBetween(Trigger, Calendar, Date, Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
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.
computeFirstFireTime(Calendar) - Method in class org.quartz.UICronTrigger
Deprecated.  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.
computeNumTimesFiredBetween(Date, Date) - Method in class org.quartz.SimpleTrigger
 
containsKey(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
containsTransientData() - Method in class org.quartz.JobDataMap
 
containsTransientData() - Method in class org.quartz.SchedulerContext
 
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
createCalendar() - Method in class org.quartz.xml.CalendarBundle
 
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.
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.
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
 

D

DAY_OF_MONTH - Static variable in class org.quartz.CronExpression
 
DAY_OF_WEEK - Static variable in class org.quartz.CronExpression
 
DB2v6Delegate - class org.quartz.impl.jdbcjobstore.DB2v6Delegate.
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 org.quartz.impl.jdbcjobstore.DB2v7Delegate.
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 org.quartz.impl.jdbcjobstore.DB2v8Delegate.
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
 
DBConnectionManager - class org.quartz.utils.DBConnectionManager.
Manages a collection of ConnectionProviders, and provides transparent access to their connections.
DB_DRIVER - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_JNDI_DATASOURCE_URL - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_MAX_CONNECTIONS - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_PASSWORD - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_PROPS_PREFIX - Static variable in class org.quartz.utils.DBConnectionManager
 
DB_PROPS_PREFIX - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_URL - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_USER - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
DB_VALIDATION_QUERY - Static variable in class org.quartz.utils.PoolingConnectionProvider
 
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 thename 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 thename of a Trigger's group.
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 thename 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_USER_TX_LOCATION - Static variable in class org.quartz.ee.jta.UserTransactionHelper
 
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
 
DTD_DATE_FORMAT - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
Legacy DTD version 1.0 date format.
DailyCalendar - class org.quartz.impl.calendar.DailyCalendar.
This implementation of the Calendar excludes (or includes - see below) a specified time range each day.
DailyCalendar(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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(String, 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.
DirectSchedulerFactory - class org.quartz.impl.DirectSchedulerFactory.
A singleton implementation of SchedulerFactory.
DirectSchedulerFactory() - Constructor for class org.quartz.impl.DirectSchedulerFactory
Constructor
DirtyFlagMap - class org.quartz.utils.DirtyFlagMap.
An implementation of Map that wraps another Map and flags itself 'dirty' when it is modified.
DirtyFlagMap(Map) - Constructor for class org.quartz.utils.DirtyFlagMap
Create a DirtyFlagMap that 'wraps' the given Map.
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.
DriverDelegate - interface org.quartz.impl.jdbcjobstore.DriverDelegate.
This is the base interface for all driver delegate classes.
dayMap - Static variable in class org.quartz.CronExpression
 
daysOfMonth - Variable in class org.quartz.CronExpression
 
daysOfWeek - Variable in class org.quartz.CronExpression
 
delegateClass - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
delegateClassName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
deleteAllPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
deleteAllPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
deleteBlobTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the BLOB trigger data for a trigger.
deleteBlobTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the cron trigger data for a trigger.
deleteCalendar(String) - Method in interface org.quartz.Scheduler
Delete the identified Calendar from the Scheduler.
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(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(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.
deleteCronTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the cron trigger data for a trigger.
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 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.Scheduler
Delete the identified Job from the Scheduler - and any associated Triggers.
deleteJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Delete the identified Job from the Scheduler - and any associated Triggers.
deleteJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
deleteJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
deleteJobDetail(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the job detail record for the given job.
deleteJobDetail(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the job detail record for the given job.
deleteJobListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete all job listeners for the given job.
deleteJobListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete all job listeners for the given job.
deletePausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
deletePausedTriggerGroup(Connection, String) - 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
 
deleteSimpleTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the simple trigger data for a trigger.
deleteSimpleTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the simple trigger data for a trigger.
deleteTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete the base trigger data for a trigger.
deleteTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete the base trigger data for a trigger.
deleteTriggerListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete all of the listeners associated with a given trigger.
deleteTriggerListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Delete all of the listeners associated with a given trigger.
deleteVolatileFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
deleteVolatileFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
deleteVolatileFiredTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Delete all volatile fired triggers.
deleteVolatileFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
destroy() - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
destroyService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
digester - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
dontSetNonManagedTXConnectionAutoCommitFalse - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
dsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 

E

EJBInvokerJob - class org.quartz.jobs.ee.ejb.EJBInvokerJob.
A Job that invokes a method on an EJB.
EJBInvokerJob() - Constructor for class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJB_ARGS_KEY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
EJB_ARG_TYPES_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
 
ERR_BAD_CONFIGURATION - Static variable in class org.quartz.SchedulerException
 
ERR_CLIENT_ERROR - Static variable in class org.quartz.SchedulerException
 
ERR_COMMUNICATION_FAILURE - Static variable in class org.quartz.SchedulerException
 
ERR_JOB_EXECUTION_THREW_EXCEPTION - Static variable in class org.quartz.SchedulerException
 
ERR_JOB_LISTENER - Static variable in class org.quartz.SchedulerException
 
ERR_JOB_LISTENER_NOT_FOUND - Static variable in class org.quartz.SchedulerException
 
ERR_PERSISTENCE - Static variable in class org.quartz.SchedulerException
 
ERR_PERSISTENCE_CALENDAR_DOES_NOT_EXIST - Static variable in class org.quartz.SchedulerException
 
ERR_PERSISTENCE_CRITICAL_FAILURE - Static variable in class org.quartz.SchedulerException
 
ERR_PERSISTENCE_JOB_DOES_NOT_EXIST - Static variable in class org.quartz.SchedulerException
 
ERR_PERSISTENCE_TRIGGER_DOES_NOT_EXIST - Static variable in class org.quartz.SchedulerException
 
ERR_THREAD_POOL - Static variable in class org.quartz.SchedulerException
 
ERR_THREAD_POOL_CRITICAL_FAILURE - Static variable in class org.quartz.SchedulerException
 
ERR_THREAD_POOL_EXHAUSTED - Static variable in class org.quartz.SchedulerException
 
ERR_TIME_BROKER_FAILURE - Static variable in class org.quartz.SchedulerException
 
ERR_TRIGGER_LISTENER - Static variable in class org.quartz.SchedulerException
 
ERR_TRIGGER_LISTENER_NOT_FOUND - Static variable in class org.quartz.SchedulerException
 
ERR_TRIGGER_THREW_EXCEPTION - Static variable in class org.quartz.SchedulerException
 
ERR_UNSPECIFIED - Static variable in class org.quartz.SchedulerException
 
ERR_UNSUPPORTED_FUNCTION_IN_THIS_CONFIGURATION - Static variable in class org.quartz.SchedulerException
 
end(String, String) - Method in class org.quartz.xml.JobSchedulingDataProcessor.SimpleConverterRule
Process the end of this element.
entrySet() - Method in class org.quartz.utils.DirtyFlagMap
 
equals(Object) - Method in class org.quartz.Trigger
 
equals(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
equals(Object) - Method in class org.quartz.utils.Pair
Test equality of this object with that.
error(SAXParseException) - Method in class org.quartz.xml.JobSchedulingDataProcessor
ErrorHandler interface.
errorTriggerRetryLoop(TriggerFiredBundle) - Method in class org.quartz.core.QuartzSchedulerThread
 
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.FileScanJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.NativeJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.NoOpJob
Do nothing.
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.jmx.JMXInvokerJob
 
execute(JobExecutionContext) - Method in class org.quartz.jobs.ee.mail.SendMailJob
 
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.CronTrigger
Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.NthIncludedDayTrigger
Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.SimpleTrigger
Called after the Scheduler has executed the JobDetail associated with the Trigger in order to get the final instruction code from the trigger.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
executionComplete(JobExecutionContext, JobExecutionException) - Method in class org.quartz.UICronTrigger
Deprecated.  Called after the Scheduler has executed the Job associated with the Trigger in order to get the final instruction code from the trigger.
expressionParsed - Variable in class org.quartz.CronExpression
 

F

FILE_NAME - Static variable in class org.quartz.jobs.FileScanJob
 
FILE_SCAN_LISTENER_NAME - Static variable in class org.quartz.jobs.FileScanJob
 
FRIDAY - Static variable in class org.quartz.TriggerUtils
 
FRIDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
FileScanJob - class org.quartz.jobs.FileScanJob.
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 org.quartz.jobs.FileScanListener.
Interface for objects wishing to receive a 'call-back' from a FileScanJob.
FiredTriggerRecord - class org.quartz.impl.jdbcjobstore.FiredTriggerRecord.
Conveys the state of a fired-trigger record.
FiredTriggerRecord() - Constructor for class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
fatalError(SAXParseException) - Method in class org.quartz.xml.JobSchedulingDataProcessor
ErrorHandler interface.
fileUpdated(String) - Method in interface org.quartz.jobs.FileScanListener
 
fileUpdated(String) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
 
fileUpdated(String) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
 
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
 
firstCheckIn - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 

G

generateInstanceId() - Method in class org.quartz.simpl.HostnameInstanceIdGenerator
 
generateInstanceId() - Method in class org.quartz.simpl.SimpleInstanceIdGenerator
 
generateInstanceId() - Method in interface org.quartz.spi.InstanceIdGenerator
Generate the instance id for a Scheduler
get(Object) - Method in class 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
 
getAllSchedulers() - Method in interface org.quartz.SchedulerFactory
Returns handles to all known Schedulers (made by any SchedulerFactory within this jvm.).
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.).
getAllowsTransientData() - Method in class org.quartz.JobDataMap
 
getAllowsTransientData() - Method in class org.quartz.SchedulerContext
 
getBaseCalendar() - Method in interface org.quartz.Calendar
Get the base calendar.
getBaseCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
Get the base calendar.
getBaseCalendar() - Method in class org.quartz.xml.CalendarBundle
 
getBoolean(String) - Method in class org.quartz.JobDataMap
Retrieve the identified boolean value from the JobDataMap.
getBoolean(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified boolean value from the SchedulerContext.
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
 
getCalendar() - Method in class 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.
getCalendar(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the Calendar instance with the given name.
getCalendar(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendar(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendar() - Method in class org.quartz.spi.TriggerFiredBundle
 
getCalendar() - Method in class org.quartz.xml.CalendarBundle
 
getCalendarName() - Method in class org.quartz.Trigger
Get the name of the Calendar associated with this Trigger.
getCalendarName() - Method in class org.quartz.xml.CalendarBundle
 
getCalendarNames() - Method in interface org.quartz.Scheduler
Get the names of all registered Calendars.
getCalendarNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all registered Calendars.
getCalendarNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getCalendarNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendarNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getCalendarNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the names of all of the Calendar s in the JobStore.
getCalendarNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getCalendarNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the names of all of the Calendar s in the JobStore.
getCalendarNames(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Calendar s in the JobStore.
getCalendarNames(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Calendar s in the JobStore.
getChar(String) - Method in class org.quartz.JobDataMap
Retrieve the identified char value from the JobDataMap.
getChar(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified char value from the SchedulerContext.
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
 
getCharacterFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified Character value from the JobDataMap.
getCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getCheckinTimestamp() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getClassLoadHelper() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getClassName() - Method in class org.quartz.xml.CalendarBundle
 
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.
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
 
getContext() - Method in interface org.quartz.Scheduler
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.
getCronExpression() - Method in class org.quartz.CronExpression
 
getCronExpression() - Method in class 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.
getCurrentTime() - Method in class org.quartz.simpl.SimpleTimeBroker
Get the current time, simply using new Date().
getCurrentTime() - Method in interface org.quartz.spi.TimeBroker
Get the current time, as known by the TimeBroker.
getCurrentlyExecutingJobs() - Method in interface org.quartz.Scheduler
Return a list of JobExecutionContext objects that represent all currently executing Jobs.
getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzScheduler
Return a list of JobExecutionContext objects that represent all currently executing Jobs.
getCurrentlyExecutingJobs() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.
getDSTSavings(TimeZone) - Static method in class org.quartz.TriggerUtils
Equivalent of TimeZone.getDSTSavings() in JDK 1.4, but Quartz is trying to support JDK 1.3.
getDSTSavings(TimeZone) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the name of the DataSource that should be used for performing database functions.
getDateOf(int, int, int) - Static method in class org.quartz.TriggerUtils
Get a Date object that represents the given time, on today's date.
getDateOf(int, int, int, int, int) - Static method in class org.quartz.TriggerUtils
Get a Date object that represents the given time, on the given date.
getDateOf(int, int, int, int, int, int) - Static method in class org.quartz.TriggerUtils
Get a Date object that represents the given time, on the given date.
getDateOf(int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getDateOf(int, int, int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getDateOf(int, int, int, int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
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
getDaysOfMonth() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDaysOfMonthLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDaysOfMonthValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDaysOfWeek() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDaysOfWeekLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDaysOfWeekValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getDbRetryInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.JobDetail
Return the description given to the Job instance by its creator (if any).
getDescription() - Method in class org.quartz.Trigger
Return the description given to the Trigger 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.xml.CalendarBundle
 
getDouble(String) - Method in class org.quartz.JobDataMap
Retrieve the identified double value from the JobDataMap.
getDouble(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified double value from the SchedulerContext.
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.
getEndTime() - Method in class org.quartz.CronTrigger
Get the time at which the CronTrigger should quit repeating - even if repeastCount isn't yet satisfied.
getEndTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the date/time on which the trigger must stop firing.
getEndTime() - Method in class org.quartz.SimpleTrigger
Get the time at which the SimpleTrigger should quit repeating - even if repeastCount isn't yet satisfied.
getEndTime() - Method in class org.quartz.Trigger
Get the time at which the Trigger should quit repeating - even if an assigned 'repeatCount' isn't yet satisfied.
getEndTime() - Method in class org.quartz.UICronTrigger
Deprecated.  Get the time at which the CronTrigger should quit repeating - even if repeastCount isn't yet satisfied.
getErrorCode() - Method in class org.quartz.SchedulerException
Get the error code associated with this exception.
getEvenHourDate(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the next even hour above the given date.
getEvenHourDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getEvenHourDateBefore(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the previous even hour below the given date.
getEvenHourDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getEvenMinuteDate(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the next even minute above the given date.
getEvenMinuteDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getEvenMinuteDateBefore(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the previous even minute below the given date.
getEvenMinuteDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getEvenSecondDate(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the next even second above the given date.
getEvenSecondDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getEvenSecondDateBefore(Date) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the previous even second below the given date.
getEvenSecondDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
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 class org.quartz.CronTrigger
 
getExpressionSummary() - Method in class org.quartz.UICronTrigger
Deprecated.  
getFileName() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The file name (and path) to the XML file that should be read.
getFileName() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
The file name (and path) to the XML file that should be read.
getFinalFireTime() - Method in class org.quartz.CronTrigger
Returns the final time at which the CronTrigger will fire.
getFinalFireTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the last time the NthIncludedDayTrigger will fire.
getFinalFireTime() - Method in class org.quartz.SimpleTrigger
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.Trigger
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.UICronTrigger
Deprecated.  Returns the final time at which the CronTrigger will fire.
getFireAtTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the fire time for the NthIncludedDayTrigger as a string with the format "HH:MM", with HH representing the 24-hour clock hour of the fire time.
getFireInstanceId() - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
getFireInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFireInstanceState() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFireTime() - Method in class org.quartz.JobExecutionContext
The actual time the trigger fired.
getFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
 
getFireTimeAfter(Date) - Method in class org.quartz.CronTrigger
Returns the next time at which the CronTrigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.NthIncludedDayTrigger
Returns the first time the NthIncludedDayTrigger will fire after the specified date.
getFireTimeAfter(Date) - Method in class org.quartz.SimpleTrigger
Returns the next time at which the SimpleTrigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.Trigger
Returns the next time at which the Trigger will fire, after the given time.
getFireTimeAfter(Date) - Method in class org.quartz.UICronTrigger
Deprecated.  Returns the next time at which the CronTrigger will fire, after the given time.
getFireTimeBefore(Date) - Method in class org.quartz.SimpleTrigger
Returns the last time at which the SimpleTrigger will fire, before the given time.
getFireTimestamp() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getFiredTriggerRecordId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getFiredTriggerRecordId() - Method in class org.quartz.simpl.RAMJobStore
 
getFirst() - Method in class org.quartz.utils.Pair
Get the first object in the pair.
getFloat(String) - Method in class org.quartz.JobDataMap
Retrieve the identified float value from the JobDataMap.
getFloat(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified float value from the SchedulerContext.
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.
getFullJobName() - Method in class org.quartz.Trigger
Returns the 'full name' of the Job that the Trigger points to, in the format "group.name".
getFullName() - Method in class org.quartz.JobDetail
Returns the 'full name' of the Trigger in the format "group.name".
getFullName() - Method in class org.quartz.Trigger
Returns the 'full name' of the Trigger in the format "group.name".
getFullName() - Method in class org.quartz.xml.JobSchedulingBundle
 
getGlobalJobListeners() - Method in interface org.quartz.Scheduler
Get a List containing all of the JobListener s in the Scheduler'sglobal list.
getGlobalJobListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the JobListener s in the Scheduler'sglobal list.
getGlobalJobListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getGlobalJobListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalJobListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalTriggerListeners() - Method in interface org.quartz.Scheduler
Get a List containing all of the TriggerListener s in the Scheduler'sglobal list.
getGlobalTriggerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a list containing all of the TriggerListener s in the Scheduler'sglobal list.
getGlobalTriggerListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getGlobalTriggerListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGlobalTriggerListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getGroup() - Method in class org.quartz.JobDetail
Get the group of this Job.
getGroup() - Method in class org.quartz.Trigger
Get the group of this Trigger.
getGroup() - Method in class org.quartz.utils.Key
Get the group portion of the key.
getHours() - Method in class org.quartz.UICronTrigger
Deprecated.  
getHoursLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getHoursValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getInputStream(String) - Method in class org.quartz.xml.JobSchedulingDataProcessor
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.core.SchedulingContext
get the instanceId in the cluster.
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 Id of the Scheduler (must be unique within a cluster).
getInt(String) - Method in class org.quartz.JobDataMap
Retrieve the identified int value from the JobDataMap.
getInt(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified int value from the SchedulerContext.
getIntArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getIntArrayProperty(String, int[]) - Method in class org.quartz.utils.PropertiesParser
 
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.
getIntegerFromString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified int value from the JobDataMap.
getIntervalType() - Method in class org.quartz.NthIncludedDayTrigger
Returns the interval type for the NthIncludedDayTrigger.
getInvertTimeRange() - Method in class org.quartz.impl.calendar.DailyCalendar
Indicates whether the time range represents an inverted time range (see class description).
getJavaCalendar(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.
getJndiName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getJndiName() - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
getJobClass() - Method in class org.quartz.JobDetail
Get the instance of Job that will be executed.
getJobDataMap() - Method in class org.quartz.JobDetail
Get the JobDataMap that is associated with the Job.
getJobDataMap() - Method in class org.quartz.Trigger
Get the JobDataMap that is associated with the Trigger.
getJobDetail() - Method in class org.quartz.JobExecutionContext
Get the JobDetail associated with the Job.
getJobDetail(String, String) - Method in interface org.quartz.Scheduler
Get the JobDetail for the Job instance with the given name and group.
getJobDetail(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the JobDetail for the Job instance with the given name and group.
getJobDetail(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobDetail(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobDetail(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobDetail() - Method in class org.quartz.spi.TriggerFiredBundle
 
getJobDetail() - Method in class org.quartz.xml.JobSchedulingBundle
 
getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
 
getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
 
getJobDetailFromBlob(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.
getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
 
getJobDetailFromBlob(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.
getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
 
getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
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.Trigger
Get the name of the associated JobDetail's group.
getJobGroupNames() - Method in interface org.quartz.Scheduler
Get the names of all known JobDetail groups.
getJobGroupNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all known Job groups.
getJobGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the names of all of the Job groups.
getJobGroupNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getJobGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the names of all of the Job groups.
getJobGroupNames(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Job groups.
getJobGroupNames(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Job groups.
getJobInstance() - Method in class 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.utils.TriggerStatus
 
getJobListener(String) - Method in interface org.quartz.Scheduler
Get the non-globalJobListener that has the given name.
getJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-globalJobListener that has the given name.
getJobListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListenerNames() - Method in class org.quartz.JobDetail
Returns an array of String s containing the names of all JobListener s assigned to the Job, in the order in which they should be notified.
getJobListenerNames() - Method in interface org.quartz.Scheduler
Get a Set containing the names of all the non-globalJobListener s registered with the Scheduler.
getJobListenerNames() - Method in class org.quartz.core.QuartzScheduler
Get a Set containing the names of all the non-globalJobListener s registered with the Scheduler.
getJobListenerNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobListenerNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobListenerNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getJobName() - Method in class org.quartz.Trigger
Get the name of the associated JobDetail.
getJobNames(String) - Method in interface org.quartz.Scheduler
Get the names of all the JobDetails in the given group.
getJobNames(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the Jobs in the given group.
getJobNames(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getJobNames(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobNames(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getJobNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the names of all of the Job s that have the given group name.
getJobNames(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getJobNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the names of all of the Job s that have the given group name.
getJobNames(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Job s that have the given group name.
getJobNames(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Job s that have the given group name.
getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobRunShellFactory for the QuartzScheduler to use.
getJobRunTime() - Method in class org.quartz.JobExecutionContext
The amount of time the job ran for (in milliseconds).
getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobStore for the QuartzScheduler to use.
getJobStoreClass() - Method in class org.quartz.SchedulerMetaData
Returns the class-name of the JobStore instance that is being used by the Scheduler.
getJobStoreClass() - Method in class org.quartz.core.QuartzScheduler
 
getJobStoreClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.utils.TriggerStatus
 
getKeys() - Method in class org.quartz.JobDataMap
 
getKeys() - Method in class org.quartz.SchedulerContext
 
getLastDayOfMonth(int, int) - Method in class org.quartz.CronExpression
 
getLastDayOfMonth(int) - Method in class org.quartz.UICronTrigger
Deprecated.  
getLastModifiedDate(String) - Method in class org.quartz.jobs.FileScanJob
 
getLockHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getLog() - Static method in class org.quartz.core.QuartzScheduler
 
getLog() - Static method in class org.quartz.core.QuartzSchedulerThread
 
getLog() - Static method in class org.quartz.impl.StdSchedulerFactory
 
getLog() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
getLog() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
getLog() - Static method in class org.quartz.plugins.management.ShutdownHookPlugin
 
getLog() - Static method in class org.quartz.plugins.xml.JobInitializationPlugin
 
getLog() - Static method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
 
getLog() - Method in class org.quartz.simpl.RAMJobStore
 
getLog() - Method in class org.quartz.simpl.SimpleThreadPool
 
getLog() - Static method in class org.quartz.xml.JobSchedulingDataProcessor
 
getLong(String) - Method in class org.quartz.JobDataMap
Retrieve the identified long value from the JobDataMap.
getLong(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified long value from the SchedulerContext.
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.
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).
getMergedJobDataMap() - Method in class org.quartz.JobExecutionContext
Get the convenience JobDataMap of this execution context.
getMessage() - Method in class org.quartz.xml.ValidationException
Returns the detail message string.
getMetaData() - Method in interface org.quartz.Scheduler
Get a SchedulerMetaData object describiing the settings and capabilities of the scheduler instance.
getMetaData() - Method in class org.quartz.impl.RemoteScheduler
 
getMetaData() - Method in class org.quartz.impl.StdScheduler
 
getMinutes() - Method in class org.quartz.UICronTrigger
Deprecated.  
getMinutesLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getMinutesValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getMisfireInstruction() - Method in class 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 passed to this method.
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
 
getMonths() - Method in class org.quartz.UICronTrigger
Deprecated.  
getMonthsLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getMonthsValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getN() - Method in class org.quartz.NthIncludedDayTrigger
Returns the day of the interval on which the NthIncludedDayTrigger should fire.
getName() - Method in class org.quartz.JobDetail
Get the name of this Job.
getName() - Method in interface org.quartz.JobListener
Get the name of the JobListener.
getName() - Method in class org.quartz.Trigger
Get the name of this Trigger.
getName() - Method in interface org.quartz.TriggerListener
Get the name of the TriggerListener.
getName() - Method in class org.quartz.core.QuartzSchedulerResources
Get the name for the QuartzScheduler.
getName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
getName() - Method in class org.quartz.impl.calendar.CronCalendar
Returns the name of the CronCalendar
getName() - Method in class org.quartz.impl.calendar.DailyCalendar
Returns the name of the DailyCalendar
getName() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
getName() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
getName() - Method in class org.quartz.utils.Key
Get the name portion of the key.
getName() - Method in class org.quartz.xml.JobSchedulingBundle
 
getNewStatusForTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNextFireCutoffInterval() - Method in class org.quartz.NthIncludedDayTrigger
Returns the nextFireCutoffInterval for the NthIncludedDayTrigger.
getNextFireTime() - Method in class org.quartz.CronTrigger
Returns the next time at which the CronTrigger will fire.
getNextFireTime() - Method in class org.quartz.JobExecutionContext
 
getNextFireTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the next time at which the NthIncludedDayTrigger will fire.
getNextFireTime() - Method in class org.quartz.SimpleTrigger
Returns the next time at which the SimpleTrigger will fire.
getNextFireTime() - Method in class org.quartz.Trigger
Returns the next time at which the Trigger will fire.
getNextFireTime() - Method in class org.quartz.UICronTrigger
Deprecated.  Returns the next time at which the CronTrigger will fire.
getNextFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
 
getNextFireTime() - Method in class org.quartz.utils.TriggerStatus
Get the group portion of the key.
getNextGivenMinuteDate(Date, int) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the next even multiple of the given minute.
getNextGivenMinuteDate(Date, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getNextGivenSecondDate(Date, int) - Static method in class org.quartz.TriggerUtils
Returns a date that is rounded to the next even multiple of the given minute.
getNextGivenSecondDate(Date, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
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.
getNextIncludedTime(long) - Method in class org.quartz.xml.CalendarBundle
 
getNextValidTimeAfter(Date) - Method in class org.quartz.CronExpression
Returns the next date/time after the given date/time which satisfies the cron expression.
getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
getNonManagedTXDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the name of the DataSource that should be used for performing database functions.
getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfCalendars(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfCalendars(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the number of Calendar s that are stored in the JobsStore.
getNumberOfJobs(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the number of Job s that are stored in the JobStore.
getNumberOfJobs(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfJobs(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the number of Job s that are stored in the JobStore.
getNumberOfJobs(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of JobDetail s that are stored in the JobsStore.
getNumberOfJobs(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the number of Job s that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the number of Trigger s that are stored in the JobsStore.
getNumberOfTriggers(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the number of Trigger s that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of Trigger s that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in interface org.quartz.spi.JobStore
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
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.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.WebLogicDelegate
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
 
getOffset(long, TimeZone) - Static method in class org.quartz.TriggerUtils
Gets the offset from UT for the given date in the given timezone, taking into account daylight savings.
getOffset(long, TimeZone) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
getOverWriteExistingJobs() - Method in class org.quartz.xml.JobSchedulingDataProcessor
Returns whether to overwrite existing jobs.
getPausedTriggerGroups() - Method in interface org.quartz.Scheduler
Get the names of all Trigger groups that are paused.
getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
 
getPausedTriggerGroups(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteScheduler
 
getPausedTriggerGroups() - Method in class org.quartz.impl.StdScheduler
 
getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
getPausedTriggerGroups(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Triggers in the given group.
getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
 
getPausedTriggerGroups(SchedulingContext) - Method in interface org.quartz.spi.JobStore
 
getPoolSize() - Method in class org.quartz.simpl.SimpleThreadPool
 
getPoolSize() - Method in interface org.quartz.spi.ThreadPool
 
getPrevFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
 
getPreviousFireTime() - Method in class org.quartz.CronTrigger
Returns the previous time at which the CronTrigger will fire.
getPreviousFireTime() - Method in class org.quartz.JobExecutionContext
 
getPreviousFireTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the previous time at which the NthIncludedDayTrigger fired.
getPreviousFireTime() - Method in class org.quartz.SimpleTrigger
Returns the previous time at which the SimpleTrigger will fire.
getPreviousFireTime() - Method in class org.quartz.Trigger
Returns the previous time at which the Trigger will fire.
getPreviousFireTime() - Method in class org.quartz.UICronTrigger
Deprecated.  
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
 
getPropertyGroups(String) - Method in class org.quartz.utils.PropertiesParser
 
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.
getRecoverer() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getRefireCount() - Method in class org.quartz.JobExecutionContext
 
getRemoteScheduler() - Method in class org.quartz.impl.RemoteScheduler
 
getRepeatCount() - Method in class org.quartz.SimpleTrigger
Get the the number of times the SimpleTrigger should repeat, after which it will be automatically deleted.
getRepeatInterval() - Method in class org.quartz.SimpleTrigger
Get the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
getReplace() - Method in class org.quartz.xml.CalendarBundle
 
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.
getResource(String) - Method in interface org.quartz.spi.ClassLoadHelper
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.
getResourceAsStream(String) - Method in interface org.quartz.spi.ClassLoadHelper
Finds a resource with a given name.
getResult() - Method in class 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).
getScanInterval() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The interval (in seconds) at which to scan for changes to the file.
getScanInterval() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
The interval (in seconds) at which to scan for changes to the file.
getScheduledFireTime() - Method in class org.quartz.JobExecutionContext
The scheduled time the trigger fired for.
getScheduledFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
 
getScheduledJob(String) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Returns a JobSchedulingBundle for the job name.
getScheduledJobs() - Method in class org.quartz.xml.JobSchedulingDataProcessor
Returns a Map of scheduled jobs.
getScheduler() - Method in class org.quartz.JobExecutionContext
Get a handle to the Scheduler instance that fired the Job.
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.
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.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).
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.Scheduler
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.SchedulerMetaData
Returns the instance Id of the Scheduler.
getSchedulerInstanceId() - Method in class org.quartz.core.QuartzScheduler
Returns the instance Id of the QuartzScheduler.
getSchedulerInstanceId() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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 class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getSchedulerListeners() - Method in interface org.quartz.Scheduler
Get a List containing all of the SchedulerListener s registered with the Scheduler.
getSchedulerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the SchedulerListener s registered with the Scheduler.
getSchedulerListeners() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerListeners() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getSchedulerListeners() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
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.
getSchedulerName() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the QuartzScheduler.
getSchedulerName() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.
getSchedulerSignaler() - Method in class org.quartz.core.QuartzScheduler
 
getSchedulerThreadGroup() - Method in class org.quartz.core.QuartzScheduler
Returns the name of the QuartzScheduler.
getSecond() - Method in class org.quartz.utils.Pair
Get the second object in the pair.
getSeconds() - Method in class org.quartz.UICronTrigger
Deprecated.  
getSecondsLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getSecondsValues() - Method in class org.quartz.UICronTrigger
Deprecated.  
getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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
 
getStartTime() - Method in class org.quartz.CronTrigger
Get the time at which the CronTrigger should occur.
getStartTime() - Method in class org.quartz.NthIncludedDayTrigger
Returns the date/time on which the trigger may begin firing.
getStartTime() - Method in class org.quartz.SimpleTrigger
Get the time at which the SimpleTrigger should occur.
getStartTime() - Method in class org.quartz.Trigger
Get the time at which the Trigger should occur.
getStartTime() - Method in class org.quartz.UICronTrigger
Deprecated.  Get the time at which the CronTrigger should occur.
getStatus() - Method in class org.quartz.utils.TriggerStatus
Get the name portion of the key.
getStatusForResumedTrigger(Connection, SchedulingContext, TriggerStatus) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified String value from the JobDataMap.
getString(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified String value from the SchedulerContext.
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
 
getStringProperty(String, String) - Method in class org.quartz.utils.PropertiesParser
 
getSummary() - Method in class org.quartz.SchedulerMetaData
Returns a formatted (human readable) String describing all the Scheduler's meta-data values.
getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the prefix that should be pre-pended to all table names.
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.SchedulerMetaData
Returns the class-name of the ThreadPool instance that is being used by the Scheduler.
getThreadPoolClass() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolClass() - 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.
getThreadPoolSize() - Method in class org.quartz.core.QuartzScheduler
 
getThreadPoolSize() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getThreadPriority() - Method in class org.quartz.simpl.SimpleThreadPool
Get the thread priority of worker threads in the pool.
getTime(int, int, int, int, int) - Method in class org.quartz.CronExpression
 
getTimeAfter(Date) - Method in class org.quartz.CronExpression
 
getTimeAfter(Date) - Method in class org.quartz.CronTrigger
 
getTimeBefore(Date) - Method in class org.quartz.CronExpression
 
getTimeBefore(Date) - Method in class org.quartz.CronTrigger
 
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
getTimeZone() - Method in class org.quartz.CronExpression
Returns the time zone for which the cronExpression of this CronTrigger will be resolved.
getTimeZone() - Method in class org.quartz.CronTrigger
Returns the time zone for which the cronExpression of this CronTrigger will be resolved.
getTimeZone() - Method in class org.quartz.UICronTrigger
Deprecated.  Returns the time zone for which the cronExpression of this CronTrigger will be resolved.
getTimesTriggered() - Method in class org.quartz.SimpleTrigger
Get the number of times the SimpleTrigger has already fired.
getTrigger() - Method in class org.quartz.JobExecutionContext
Get a handle to the Trigger instance that fired the Job.
getTrigger(String, String) - Method in interface org.quartz.Scheduler
Get the Trigger instance with the given name and group.
getTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the Trigger instance with the given name and group.
getTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTrigger() - Method in class org.quartz.spi.TriggerFiredBundle
 
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.Scheduler
Get the names of all known Trigger groups.
getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Get the names of all known Trigger groups.
getTriggerGroupNames(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerGroupNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerGroupNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the names of all of the Trigger groups.
getTriggerGroupNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the names of all of the Trigger groups.
getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Trigger groups.
getTriggerGroupNames(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Trigger groups.
getTriggerKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
getTriggerListener(String) - Method in interface org.quartz.Scheduler
Get the non-globalTriggerListener that has the given name.
getTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-globalTriggerListener that has the given name.
getTriggerListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListenerNames() - Method in interface org.quartz.Scheduler
Get a Set containing the names of all the non-globalTriggerListener s registered with the Scheduler.
getTriggerListenerNames() - Method in class org.quartz.Trigger
Returns an array of String s containing the names of all TriggerListener assigned to the Trigger, in the order in which they should be notified.
getTriggerListenerNames() - Method in class org.quartz.core.QuartzScheduler
Get a Set containing the names of all the non-globalTriggerListener s registered with the Scheduler.
getTriggerListenerNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerListenerNames() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
getTriggerListenerNames() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
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.Scheduler
Get the names of all the Triggers in the given group.
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Get the names of all the Triggers in the given group.
getTriggerNames(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerNames(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerNames(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the names of all of the Trigger s that have the given group name.
getTriggerNames(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the names of all of the Trigger s that have the given group name.
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Trigger s that have the given group name.
getTriggerNames(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Trigger s that have the given group name.
getTriggerState(String, String) - Method in interface org.quartz.Scheduler
Get the current state of the identified Trigger.
getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get the current state of the identified Trigger.
getTriggerState(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggerState(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerState(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the current state of the identified Trigger.
getTriggerState(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get the current state of the identified Trigger.
getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Get the current state of the identified Trigger.
getTriggerState(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Get the current state of the identified Trigger.
getTriggerWrappersForCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
 
getTriggerWrappersForJob(String, String) - Method in class org.quartz.simpl.RAMJobStore
 
getTriggers() - Method in class org.quartz.xml.JobSchedulingBundle
 
getTriggersForJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get all of the Triggers that are associated to the given Job.
getTriggersForJob(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getTriggersForJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Get all of the Triggers that are associated to the given Job.
getTriggersForJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Get all of the Triggers that are associated to the given Job.
getTriggersForJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Get all of the Triggers that are associated to the given Job.
getTriggersOfJob(String, String) - Method in interface org.quartz.Scheduler
Get all Trigger s that are associated with the identified JobDetail.
getTriggersOfJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get all Trigger s that are associated with the identified JobDetail.
getTriggersOfJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getTriggersOfJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getTriggersOfJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
getUnderlyingException() - Method in class 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
 
getUseContextClassLoader() - Method in class org.quartz.xml.JobSchedulingDataProcessor
Returns whether to use the context class loader.
getUseDBLocks() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether this instance should use database-based thread synchronization.
getUserTxLocation() - Method in class org.quartz.ee.jta.UserTransactionHelper
 
getValidationExceptions() - Method in class org.quartz.xml.ValidationException
Returns collection of errors.
getValue(int, String, int) - Method in class org.quartz.CronExpression
 
getVersion() - Method in class org.quartz.SchedulerMetaData
Returns the version of Quartz that is running.
getVersion() - Method in class org.quartz.core.QuartzScheduler
 
getVersion() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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
 
getWrappedMap() - Method in class org.quartz.utils.DirtyFlagMap
Get a direct handle to the underlying Map.
getYears() - Method in class org.quartz.UICronTrigger
Deprecated.  
getYearsLabels() - Method in class org.quartz.UICronTrigger
Deprecated.  
getYearsValues() - Method in class org.quartz.UICronTrigger
Deprecated.  

H

HOUR - Static variable in class org.quartz.CronExpression
 
HSQLDBDelegate - class org.quartz.impl.jdbcjobstore.HSQLDBDelegate.
This is a driver delegate for the HSQLDB database.
HSQLDBDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
Create new HSQLDBDelegate instance.
HSQLDBDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
Create new MSSQLDelegate instance.
HolidayCalendar - class org.quartz.impl.calendar.HolidayCalendar.
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
Constructor
HolidayCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.HolidayCalendar
Constructor
HostnameInstanceIdGenerator - class org.quartz.simpl.HostnameInstanceIdGenerator.
InstanceIdGenerator that names the scheduler instance using just the machine hostname.
HostnameInstanceIdGenerator() - Constructor for class org.quartz.simpl.HostnameInstanceIdGenerator
 
hashCode() - Method in class org.quartz.Trigger
 
hours - Variable in class org.quartz.CronExpression
 

I

INITIAL_CONTEXT_FACTORY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
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_JOB_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_ORACLE_CALENDAR - 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_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSERT_TRIGGER_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
INSTRUCTION_DELETE_TRIGGER - Static variable in class org.quartz.Trigger
Instructs the Scheduler that the Trigger wants itself deleted.
INSTRUCTION_NOOP - Static variable in class org.quartz.Trigger
Instructs the Scheduler that the Trigger has no further instructions.
INSTRUCTION_RE_EXECUTE_JOB - Static variable in class org.quartz.Trigger
Instructs the Scheduler that the Trigger wants the JobDetail to re-execute immediately.
INSTRUCTION_SET_ALL_JOB_TRIGGERS_COMPLETE - Static variable in class org.quartz.Trigger
Instructs the Scheduler that all Trigger s referencing the same JobDetail as this one should be put in the COMPLETE state.
INSTRUCTION_SET_ALL_JOB_TRIGGERS_ERROR - Static variable in class org.quartz.Trigger
Instructs the Scheduler that the Trigger should be put in the ERROR state.
INSTRUCTION_SET_TRIGGER_COMPLETE - Static variable in class org.quartz.Trigger
Instructs the Scheduler that the Trigger should be put in the COMPLETE state.
INSTRUCTION_SET_TRIGGER_ERROR - Static variable in class org.quartz.Trigger
Instructs the Scheduler that all Trigger s referencing the same JobDetail as this one should be put in the ERROR state.
INTERVAL_TYPE_MONTHLY - Static variable in class org.quartz.NthIncludedDayTrigger
indicates a monthly trigger type (fires on the Nth included day of every month).
INTERVAL_TYPE_WEEKLY - Static variable in class org.quartz.NthIncludedDayTrigger
indicates a weekly trigger type (fires on the Nth included day of every week).
INTERVAL_TYPE_YEARLY - Static variable in class org.quartz.NthIncludedDayTrigger
indicates a yearly trigger type (fires on the Nth included day of every year).
InitThreadContextClassLoadHelper - class org.quartz.simpl.InitThreadContextClassLoadHelper.
A ClassLoadHelper that uses either the context class loader of the thread that initialized Quartz.
InitThreadContextClassLoadHelper() - Constructor for class org.quartz.simpl.InitThreadContextClassLoadHelper
 
InstanceIdGenerator - interface org.quartz.spi.InstanceIdGenerator.
An InstanceIdGenerator is responsible for generating the clusterwide unique instance id for a Scheduler nodde.
InterruptableJob - interface org.quartz.InterruptableJob.
The interface to be implemented by Jobs that provide a mechanism for having their execution interrupted.
InvalidConfigurationException - exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException.
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
InvalidConfigurationException(String) - Constructor for class org.quartz.impl.jdbcjobstore.InvalidConfigurationException
 
InvalidConfigurationException() - Constructor for class org.quartz.impl.jdbcjobstore.InvalidConfigurationException
 
incrementRefireCount() - Method in class org.quartz.JobExecutionContext
 
init(ServletConfig) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
 
init(Connection, List) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
 
initDigester(boolean, boolean, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Initializes the digester.
initSchemaValidation(boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Initializes the digester for XML Schema validation.
initialize(QuartzScheduler, TriggerFiredBundle) - Method in class org.quartz.core.JobRunShell
 
initialize(Scheduler, SchedulingContext) - 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, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
initialize(Scheduler, SchedulingContext) - 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(Scheduler, SchedulingContext) - 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, and a handle to the SchedulingContext that the shell will use in its own operations with the JobStore.
initialize() - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contenents of a Properties file.
initialize(String) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contenents of the Properties file with the given name.
initialize(InputStream) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contenents of the Properties file opened with the given InputStream.
initialize(Properties) - Method in class org.quartz.impl.StdSchedulerFactory
Initialize the SchedulerFactory with the contenents of the given Properties object.
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 the it a chance to initialize.
initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
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.xml.JobInitializationPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize(String, Scheduler) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
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 oportunity 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 oportunity 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 oportunity 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 oportunity 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 oportunity to "steal" the class loader off of the calling thread, which is the thread that is initializing Quartz.
initialize() - Method in interface org.quartz.spi.ClassLoadHelper
Called to give the ClassLoadHelper a chance to initialize itself, including the oportunity to "steal" the class loader off of the calling thread, which is the thread that is initializing Quartz.
initialize(ClassLoadHelper, SchedulerSignaler) - Method in interface org.quartz.spi.JobStore
Called by the QuartzScheduler before the JobStore is used, in order to give the it a chance to initialize.
initialize(String, Scheduler) - Method in interface org.quartz.spi.SchedulerPlugin
Called during creation of the Scheduler in order to give the SchedulerPlugin a chance to initialize.
initialize() - Method in interface org.quartz.spi.ThreadPool
Called by the QuartzScheduler before the ThreadPool is used, in order to give the it a chance to initialize.
initialize() - Method in interface org.quartz.spi.TimeBroker
Called by the QuartzScheduler before the TimeBroker is used, in order to give the it a chance to initialize.
insertBlobTrigger(Connection, Trigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the blob trigger data.
insertBlobTrigger(Connection, Trigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the blob trigger data.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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.PointbaseDelegate
Insert a new calendar.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert a new calendar.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertCronTrigger(Connection, CronTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the cron trigger data.
insertCronTrigger(Connection, CronTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the cron trigger data.
insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a fired trigger.
insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert a fired trigger.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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.PointbaseDelegate
Insert the job detail record.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the job detail record.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertJobListener(Connection, JobDetail, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Associate a listener with a job.
insertJobListener(Connection, JobDetail, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Associate a listener with a job.
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, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a scheduler-instance state record.
insertSchedulerState(Connection, String, long, long, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
insertSimpleTrigger(Connection, SimpleTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the simple trigger data.
insertSimpleTrigger(Connection, SimpleTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the simple trigger data.
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
insertTrigger(Connection, Trigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the base trigger data.
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
 
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the base trigger data.
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
insertTriggerListener(Connection, Trigger, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Associate a listener with the given trigger.
insertTriggerListener(Connection, Trigger, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Associate a listener with the given trigger.
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() - Method in interface org.quartz.InterruptableJob
Called by the Scheduler when a user interrupts the Job.
interrupt(String, String) - Method in interface org.quartz.Scheduler
Request the interruption of all currently executing instances of the identified Job, which must be an implementor of the InterruptableJob interface.
interrupt(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Interrupt all instances of the identified InterruptableJob.
interrupt(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
interrupt(String, String) - Method in class org.quartz.impl.RemoteScheduler
 
interrupt(String, String) - Method in class org.quartz.impl.StdScheduler
 
invalidateHandleCreateException(String, Exception) - Method in class org.quartz.impl.RemoteScheduler
 
isAlwaysLookup() - Method in class org.quartz.utils.JNDIConnectionProvider
 
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.
isClientError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_CLIENT_ERROR' category of errors.
isClustered() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get whether this instance is part of a cluster.
isConfigurationError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_CLIENT_ERROR' category of errors.
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 mday is defined to be exluded.
isDayExcluded(int) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Return true, if wday (see Calendar.get()) is defined to be exluded.
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.JobDetail
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
 
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.JobInitializationPlugin
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
isFailOnFileNotFound() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
isInStandbyMode() - Method in interface org.quartz.Scheduler
Reports whether the Scheduler is in stand-by mode.
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.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.
isJobIsStateful() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
isJobListenerError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_JOB_LISTENER' category of errors.
isJobRequestsRecovery() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
isJobStateful(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not the given job is stateful.
isJobStateful(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not the given job is stateful.
isLeapYear(int) - Method in class org.quartz.CronExpression
 
isLeapYear() - Method in class org.quartz.UICronTrigger
Deprecated.  
isLockOnInsert() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.
isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
Determine whether the calling thread owns a lock on the identified resource.
isMakeThreadsDaemons() - Method in class org.quartz.simpl.SimpleThreadPool
 
isMutable() - Method in class org.quartz.utils.DirtyFlagMap
 
isOverWriteExistingJobs() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not jobs defined in the XML file should be overwrite existing jobs with the same name.
isOverWriteExistingJobs() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not jobs defined in the XML file should be overwrite existing jobs with the same name.
isPaused() - Method in interface org.quartz.Scheduler
Deprecated.  
isPaused() - Method in class org.quartz.SchedulerMetaData
Reports whether the Scheduler is paused.
isPaused() - Method in class org.quartz.impl.RemoteScheduler
 
isPaused() - Method in class org.quartz.impl.StdScheduler
Deprecated.  
isPersistenceError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_PERSISTENCE' category of errors.
isRecovering() - Method in class org.quartz.JobExecutionContext
If the Job is being re-executed because of a 'recovery' situation, this method will return true.
isRecovering() - Method in class org.quartz.spi.TriggerFiredBundle
 
isSatisfiedBy(Date) - Method in class org.quartz.CronExpression
Indicates whether the given date satisfies the cron expression.
isSchedulerRemote() - Method in class org.quartz.SchedulerMetaData
Returns whether the Scheduler is being used remotely (via RMI).
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.
isShutdown() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler has been shutdown.
isShutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.
isSignalOnSchedulingChange() - Method in class org.quartz.core.QuartzScheduler
 
isStarted() - Method in class org.quartz.SchedulerMetaData
Returns whether the scheduler has been started.
isStateful() - Method in class org.quartz.JobDetail
Whether or not the Job implements the interface StatefulJob.
isThreadPoolError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_THREAD_POOL' category of errors.
isThreadsInheritContextClassLoaderOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
 
isThreadsInheritGroupOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
 
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.
isTimeIncluded(long) - Method in class org.quartz.xml.CalendarBundle
 
isTriggerGroupPaused(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
isTriggerGroupPaused(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
isTriggerIsVolatile() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
isTriggerListenerError() - Method in class org.quartz.SchedulerException
Determine if the specified error code is in the 'ERR_TRIGGER_LISTENER' category of errors.
isTxIsolationLevelReadCommitted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
isTxIsolationLevelSerializable() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
isUseContextClassLoader() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the context class loader should be used.
isUseContextClassLoader() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not the context class loader should be used.
isValid() - Method in class org.quartz.xml.JobSchedulingBundle
 
isValidExpression(String) - Static method in class org.quartz.CronExpression
Indicates whether the specified cron expression can be parsed into a valid cron expression
isValidating() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML should be validated.
isValidating() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not the XML should be validated.
isValidatingSchema() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML schema should be validated.
isValidatingSchema() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not the XML schema should be validated.
isVolatile() - Method in class org.quartz.JobDetail
Whether or not the Job should not be persisted in the JobStore for re-use after program restarts.
isVolatile() - Method in class org.quartz.Trigger
Whether or not the Trigger should be persisted in the JobStore for re-use after program restarts.
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

JMXInvokerJob - class org.quartz.jobs.ee.jmx.JMXInvokerJob.
Generic JMX invoker Job.
JMXInvokerJob() - Constructor for class org.quartz.jobs.ee.jmx.JMXInvokerJob
 
JNDIConnectionProvider - class org.quartz.utils.JNDIConnectionProvider.
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
JTAJobRunShell - class org.quartz.ee.jta.JTAJobRunShell.
An extension of JobRunShell that begins an XA transaction before executing the Job, and commits (or rolls-back) the transaction after execution completes.
JTAJobRunShell(JobRunShellFactory, Scheduler, SchedulingContext, UserTransactionHelper) - Constructor for class org.quartz.ee.jta.JTAJobRunShell
Create a JTAJobRunShell instance with the given settings.
JTAJobRunShellFactory - class org.quartz.ee.jta.JTAJobRunShellFactory.
Responsible for creating the instances of JTAJobRunShell to be used within the QuartzScheduler instance.
JTAJobRunShellFactory(UserTransactionHelper) - Constructor for class org.quartz.ee.jta.JTAJobRunShellFactory
 
Job - interface org.quartz.Job.
The interface to be implemented by classes which represent a 'job' to be performed.
JobDataMap - class org.quartz.JobDataMap.
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.
JobDetail - class org.quartz.JobDetail.
Conveys the detail properties of a given Job instance.
JobDetail() - Constructor for class org.quartz.JobDetail
Create a JobDetail with no specified name or group, and the default settings of all the other properties.
JobDetail(String, String, Class) - Constructor for class org.quartz.JobDetail
Create a JobDetail with the given name, and group, and the default settings of all the other properties.
JobDetail(String, String, Class, boolean, boolean, boolean) - Constructor for class org.quartz.JobDetail
Create a JobDetail with the given name, and group, and the given settings of all the other properties.
JobExecutionContext - class org.quartz.JobExecutionContext.
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.
JobExecutionContext(Scheduler, TriggerFiredBundle, Job) - Constructor for class org.quartz.JobExecutionContext
Create a JobExcecutionContext with the given context data.
JobExecutionException - exception org.quartz.JobExecutionException.
An exception that can be thrown by a Job to indicate to the Quartz Scheduler that an error occured 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 class org.quartz.JobExecutionException
Create a JobExcecutionException, with the 're-fire immediately' flag set to false.
JobExecutionException(Exception) - Constructor for class org.quartz.JobExecutionException
Create a JobExcecutionException, with the given cause.
JobExecutionException(String) - Constructor for class org.quartz.JobExecutionException
Create a JobExcecutionException, with the given message.
JobExecutionException(boolean) - Constructor for class org.quartz.JobExecutionException
Create a JobExcecutionException with the 're-fire immediately' flag set to the given value.
JobExecutionException(Exception, boolean) - Constructor for class org.quartz.JobExecutionException
Create a JobExcecutionException with the given underlying exception, and the 're-fire immediately' flag set to the given value.
JobExecutionException(String, Exception, boolean) - Constructor for class org.quartz.JobExecutionException
Create a JobExcecutionException with the given message, and underlying exception, and the 're-fire immediately' flag set to the given value.
JobFactory - interface org.quartz.spi.JobFactory.
A JobFactory is responsible for producing instances of Job classes.
JobInitializationPlugin - class org.quartz.plugins.xml.JobInitializationPlugin.
This plugin loads an XML file to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the file for changes.
JobInitializationPlugin() - Constructor for class org.quartz.plugins.xml.JobInitializationPlugin
 
JobInitializationPluginMultiple - class org.quartz.plugins.xml.JobInitializationPluginMultiple.
This plugin loads XML files to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the file for changes.
JobInitializationPluginMultiple() - Constructor for class org.quartz.plugins.xml.JobInitializationPluginMultiple
 
JobListener - interface org.quartz.JobListener.
The interface to be implemented by classes that want to be informed when a JobDetail executes.
JobPersistenceException - exception org.quartz.JobPersistenceException.
An exception that is thrown to indicate that there has been a failure in the scheduler's underlying persistence mechanism.
JobPersistenceException(String) - Constructor for class org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message.
JobPersistenceException(String, int) - Constructor for class org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message and error code.
JobPersistenceException(String, Exception) - Constructor for class org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message and cause.
JobPersistenceException(String, Exception, int) - Constructor for class org.quartz.JobPersistenceException
Create a JobPersistenceException with the given message, cause and error code.
JobRunShell - class org.quartz.core.JobRunShell.
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(JobRunShellFactory, Scheduler, SchedulingContext) - Constructor for class org.quartz.core.JobRunShell
Create a JobRunShell instance with the given settings.
JobRunShellFactory - interface org.quartz.core.JobRunShellFactory.
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
JobSchedulingBundle - class org.quartz.xml.JobSchedulingBundle.
Wraps a JobDetail and Trigger.
JobSchedulingBundle() - Constructor for class org.quartz.xml.JobSchedulingBundle
 
JobSchedulingDataProcessor - class org.quartz.xml.JobSchedulingDataProcessor.
Parses an XML file that declares Jobs and their schedules (Triggers).
JobSchedulingDataProcessor() - Constructor for class org.quartz.xml.JobSchedulingDataProcessor
Constructor for QuartzMetaDataProcessor.
JobSchedulingDataProcessor(boolean, boolean, boolean) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor
Constructor for QuartzMetaDataProcessor.
JobSchedulingDataProcessor.CalendarRuleSet - class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet.
RuleSet for common Calendar tags.
JobSchedulingDataProcessor.CalendarRuleSet(String, String) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
 
JobSchedulingDataProcessor.DateConverter - class org.quartz.xml.JobSchedulingDataProcessor.DateConverter.
Standard Converter implementation that converts an incoming String into a java.util.Date object, optionally using a default value or throwing a ConversionException if a conversion error occurs.
JobSchedulingDataProcessor.DateConverter() - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
JobSchedulingDataProcessor.DateConverter(Object) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
Create a Converter that will return the specified default value if a conversion error occurs.
JobSchedulingDataProcessor.DateConverter(String[]) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
 
JobSchedulingDataProcessor.MisfireInstructionRule - class org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule.
This rule translates the trigger misfire instruction constant name into its corresponding value.
JobSchedulingDataProcessor.MisfireInstructionRule(String) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.MisfireInstructionRule
Construct rule that sets the given property from the body text.
JobSchedulingDataProcessor.SimpleConverterRule - class org.quartz.xml.JobSchedulingDataProcessor.SimpleConverterRule.
This rule is needed to fix QUARTZ-153.
JobSchedulingDataProcessor.SimpleConverterRule(String, Converter, Class) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.SimpleConverterRule
Construct rule that sets the given property from the body text.
JobSchedulingDataProcessor.TimeZoneConverter - class org.quartz.xml.JobSchedulingDataProcessor.TimeZoneConverter.
Standard Converter implementation that converts an incoming String into a java.util.TimeZone object throwing a ConversionException if a conversion error occurs.
JobSchedulingDataProcessor.TimeZoneConverter() - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.TimeZoneConverter
Create a Converter that will throw a ConversionException if a conversion error occurs.
JobSchedulingDataProcessor.TriggerRuleSet - class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet.
RuleSet for common Trigger tags.
JobSchedulingDataProcessor.TriggerRuleSet(String, Class) - Constructor for class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
 
JobStore - interface org.quartz.spi.JobStore.
The interface to be implemented by classes that want to provide a Job and Trigger storage mechanism for the QuartzScheduler's use.
JobStoreCMT - class org.quartz.impl.jdbcjobstore.JobStoreCMT.
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 org.quartz.impl.jdbcjobstore.JobStoreSupport.
Contains base functionality for JDBC-based JobStore implementations.
JobStoreSupport() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
JobStoreTX - class org.quartz.impl.jdbcjobstore.JobStoreTX.
JobStoreTX is meant to be used in a standalone environment.
JobStoreTX() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreTX
 
jec - Variable in class org.quartz.core.JobRunShell
 
jobDetail - Variable in class org.quartz.xml.JobSchedulingBundle
 
jobExecutionVetoed(JobExecutionContext) - Method in interface org.quartz.JobListener
Called by the Scheduler when a JobDetail was about to be executed (an associated Trigger has occured), but a TriggerListener vetoed it's execution.
jobExecutionVetoed(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
jobExists(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not the given job exists.
jobExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Check existence of a given job.
jobExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not the given job exists.
jobLock - Variable in class org.quartz.simpl.RAMJobStore
 
jobRunShellFactory - Variable in class org.quartz.core.JobRunShell
 
jobScheduled(Trigger) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail is scheduled.
jobScheduled(Trigger) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a JobDetail is scheduled.
jobStoreSupportsPersistence() - Method in class org.quartz.SchedulerMetaData
Returns whether or not the Scheduler'sJobStore instance supports persistence.
jobToBeExecuted(JobExecutionContext) - Method in interface org.quartz.JobListener
Called by the Scheduler when a JobDetail is about to be executed (an associated Trigger has occured).
jobToBeExecuted(JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
jobUnscheduled(String, String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail is unscheduled.
jobUnscheduled(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a JobDetail is unscheduled.
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.plugins.history.LoggingJobHistoryPlugin
 
jobsByFQN - Variable in class org.quartz.simpl.RAMJobStore
 
jobsByGroup - Variable in class org.quartz.simpl.RAMJobStore
 
jobsPaused(String, String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail or group of JobDetails has been paused.
jobsPaused(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a JobDetail or group of JobDetails has been paused.
jobsResumed(String, String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a JobDetail or group of JobDetails has been un-paused.
jobsResumed(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a JobDetail or group of JobDetails has been un-paused.
jobsToSchedule - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 

K

Key - class org.quartz.utils.Key.
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.
keySet() - Method in class org.quartz.utils.DirtyFlagMap
 

L

LAST_DAY_OF_MONTH - Static variable in class org.quartz.TriggerUtils
 
LAST_DAY_OF_MONTH - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
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
 
LoadingLoaderClassLoadHelper - class org.quartz.simpl.LoadingLoaderClassLoadHelper.
A ClassLoadHelper that uses either the loader of it's own class (this.getClass().getClassLoader().loadClass( ..
LoadingLoaderClassLoadHelper() - Constructor for class org.quartz.simpl.LoadingLoaderClassLoadHelper
 
LockException - exception org.quartz.impl.jdbcjobstore.LockException.
Exception class for when there is a failure obtaining or releasing a resource lock.
LockException(String) - Constructor for class org.quartz.impl.jdbcjobstore.LockException
 
LockException(String, Exception) - Constructor for class org.quartz.impl.jdbcjobstore.LockException
 
LoggingJobHistoryPlugin - class org.quartz.plugins.history.LoggingJobHistoryPlugin.
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 org.quartz.plugins.history.LoggingTriggerHistoryPlugin.
Logs a history of all trigger firings via the Jakarta Commons-Logging framework.
LoggingTriggerHistoryPlugin() - Constructor for class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
lastCheckin - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
lastdayOfMonth - Variable in class org.quartz.CronExpression
 
lastdayOfWeek - Variable in class org.quartz.CronExpression
 
listenersToSchedule - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
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.
loadClass(String) - Method in interface org.quartz.spi.ClassLoadHelper
Return the class with the given name.
log - Variable in class org.quartz.core.JobRunShell
 
logWarnIfNonZero(int, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
logger - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
lookup() - Method in class org.quartz.ee.jta.UserTransactionHelper
 
lookup(String) - Method in class org.quartz.impl.SchedulerRepository
 
lookupAll() - Method in class org.quartz.impl.SchedulerRepository
 

M

MILLISECONDS_IN_DAY - Static variable in class org.quartz.TriggerUtils
 
MILLISECONDS_IN_DAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
MILLISECONDS_IN_HOUR - Static variable in class org.quartz.TriggerUtils
 
MILLISECONDS_IN_HOUR - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
MILLISECONDS_IN_MINUTE - Static variable in class org.quartz.TriggerUtils
 
MILLISECONDS_IN_MINUTE - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
MINUTE - Static variable in class org.quartz.CronExpression
 
MISFIRE_INSTRUCTION_DO_NOTHING - Static variable in class 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_DO_NOTHING - Static variable in class org.quartz.NthIncludedDayTrigger
Instructs the Scheduler that upon a mis-fire situation, the NthIncludedDayTrigger wants to have nextFireTime updated to the next time in the schedule after the current time, but it does not want to be fired now.
MISFIRE_INSTRUCTION_DO_NOTHING - Static variable in class org.quartz.UICronTrigger
Deprecated.  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, but it does not to be fired now.
MISFIRE_INSTRUCTION_FIRE_NOW - Static variable in class 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 class org.quartz.CronTrigger
Instructs the Scheduler that upon a mis-fire situation, the CronTrigger wants to be fired now by Scheduler.
MISFIRE_INSTRUCTION_FIRE_ONCE_NOW - Static variable in class org.quartz.NthIncludedDayTrigger
Instructs the Scheduler that upon a mis-fire situation, the NthIncludedDayTrigger wants to be fired now by the Scheduler
MISFIRE_INSTRUCTION_FIRE_ONCE_NOW - Static variable in class org.quartz.UICronTrigger
Deprecated.  Instructs the Scheduler that upon a mis-fire situation, the CronTrigger wants to be fired now by Scheduler.
MISFIRE_INSTRUCTION_RESCHEDULE_NEXT_WITH_EXISTING_COUNT - Static variable in class 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 class 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 class 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 class 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 class 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.
MONDAY - Static variable in class org.quartz.TriggerUtils
 
MONDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
MONTH - Static variable in interface org.quartz.Calendar
 
MONTH - Static variable in class org.quartz.CronExpression
 
MSSQLDelegate - class org.quartz.impl.jdbcjobstore.MSSQLDelegate.
This is a driver delegate for the MSSQL JDBC driver.
MSSQLDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.MSSQLDelegate
Create new MSSQLDelegate instance.
MSSQLDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.MSSQLDelegate
 
MonthlyCalendar - class org.quartz.impl.calendar.MonthlyCalendar.
This implementation of the Calendar excludes a set of days of the month.
MonthlyCalendar() - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
Constructor
MonthlyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.MonthlyCalendar
Constructor
main(String[]) - Static method in class org.quartz.CronTrigger
 
main(String[]) - Static method in class org.quartz.SimpleTrigger
 
main(String[]) - Static method in class org.quartz.UICronTrigger
Deprecated.  
main(String[]) - Static method in class org.quartz.helpers.VersionPrinter
 
main(String[]) - Static method in class org.quartz.impl.QuartzServer
 
makeDailyTrigger(int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every day at the given time.
makeDailyTrigger(String, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every day at the given time.
makeDailyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeHourlyTrigger() - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every hour, indefinitely.
makeHourlyTrigger(String) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every hour, indefinitely.
makeHourlyTrigger(int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N hours, indefinitely.
makeHourlyTrigger(int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N hours, with the given number of repeats.
makeHourlyTrigger(String, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N hours, with the given number of repeats.
makeHourlyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeHourlyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeHourlyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeImmediateTrigger(int, long) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire repeatCount times, waiting repeatInterval milliseconds between each fire.
makeImmediateTrigger(String, int, long) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire repeatCount times, waiting repeatInterval milliseconds between each fire.
makeMinutelyTrigger() - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every minute, indefinitely.
makeMinutelyTrigger(String) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every minute, indefinitely.
makeMinutelyTrigger(int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N minutes, indefinitely.
makeMinutelyTrigger(int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N minutes, with the given number of repeats.
makeMinutelyTrigger(String, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N minutes, with the given number of repeats.
makeMinutelyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeMinutelyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeMinutelyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeMonthlyTrigger(int, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every month at the given day and time.
makeMonthlyTrigger(String, int, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every month at the given day and time.
makeMonthlyTrigger(int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeSecondlyTrigger() - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every second, indefinitely.
makeSecondlyTrigger(String) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every second, indefinitely.
makeSecondlyTrigger(int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N seconds, indefinitely.
makeSecondlyTrigger(int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N seconds, with the given number of repeats.
makeSecondlyTrigger(String, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every N seconds, with the given number of repeats.
makeSecondlyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeSecondlyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeSecondlyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
makeWeeklyTrigger(int, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every week at the given day and time.
makeWeeklyTrigger(String, int, int, int) - Static method in class org.quartz.TriggerUtils
Make a trigger that will fire every week at the given day and time.
makeWeeklyTrigger(int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
maxToRecoverAtATime - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
mayFireAgain() - Method in class org.quartz.CronTrigger
Determines whether or not the CronTrigger will occur again.
mayFireAgain() - Method in class org.quartz.NthIncludedDayTrigger
Used by the Scheduler to determine whether or not it is possible for this Trigger to fire again.
mayFireAgain() - Method in class org.quartz.SimpleTrigger
Determines whether or not the SimpleTrigger will occur again.
mayFireAgain() - Method in class org.quartz.Trigger
Used by the Scheduler to determine whether or not it is possible for this Trigger to fire again.
mayFireAgain() - Method in class org.quartz.UICronTrigger
Deprecated.  Determines whether or not the CronTrigger will occur again.
maybeThrowValidationException() - Method in class org.quartz.xml.JobSchedulingDataProcessor
Throws a ValidationException if the number of validationExceptions detected is greater than zero.
minutes - Variable in class org.quartz.CronExpression
 
misfireThreshold - Variable in class org.quartz.simpl.RAMJobStore
 
monthMap - Static variable in class org.quartz.CronExpression
 
months - Variable in class org.quartz.CronExpression
 

N

NO_SPEC - Static variable in class org.quartz.CronExpression
 
NO_SPEC_INT - Static variable in class org.quartz.CronExpression
 
NativeJob - class org.quartz.jobs.NativeJob.
 
NativeJob() - Constructor for class org.quartz.jobs.NativeJob
 
NoOpJob - class org.quartz.jobs.NoOpJob.
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 org.quartz.impl.jdbcjobstore.NoSuchDelegateException.
Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
NoSuchDelegateException(String) - Constructor for class org.quartz.impl.jdbcjobstore.NoSuchDelegateException
 
NthIncludedDayTrigger - class org.quartz.NthIncludedDayTrigger.
A trigger which fires on the Nth day of every interval type (NthIncludedDayTrigger.INTERVAL_TYPE_WEEKLY, NthIncludedDayTrigger.INTERVAL_TYPE_MONTHLY or NthIncludedDayTrigger.INTERVAL_TYPE_YEARLY) that is not excluded by the associated calendar.
NthIncludedDayTrigger() - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with no specified name, group, or JobDetail.
NthIncludedDayTrigger(String, String) - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with the given name and group but no specified JobDetail.
NthIncludedDayTrigger(String, String, String, String) - Constructor for class org.quartz.NthIncludedDayTrigger
Create an NthIncludedDayTrigger with the given name and group and the specified JobDetail.
nearestWeekday - Variable in class org.quartz.CronExpression
 
newJob(TriggerFiredBundle) - Method in class org.quartz.simpl.PropertySettingJobFactory
 
newJob(TriggerFiredBundle) - Method in class org.quartz.simpl.SimpleJobFactory
 
newJob(TriggerFiredBundle) - Method in interface org.quartz.spi.JobFactory
Called by the scheduler at the time of the trigger firing, in order to produce a Job instance on which to call execute.
nonManagedTxDsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
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(SchedulingContext, Trigger, JobDetail, int) - 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
 
notifySchedulerListenersPausedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersPausedTrigger(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedJob(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerListenersResumedTrigger(String, 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
 
notifySchedulerListenersUnschduled(String, String) - Method in class org.quartz.core.QuartzScheduler
 
notifySchedulerThread() - Method in class org.quartz.core.QuartzScheduler
 
notifyTriggerListenersComplete(JobExecutionContext, int) - 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
 
notifyTriggerListenersMisfired(Trigger) - Method in interface org.quartz.spi.SchedulerSignaler
 
nthdayOfWeek - Variable in class org.quartz.CronExpression
 
numJobsExecuted() - Method in class org.quartz.SchedulerMetaData
Returns the number of jobs executed since the Scheduler started..
numJobsExecuted() - Method in class org.quartz.core.QuartzScheduler
 
numJobsExecuted() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

O

ObjectAlreadyExistsException - exception org.quartz.ObjectAlreadyExistsException.
An exception that is thrown to indicate that an attempt to store a new object (i.e.
ObjectAlreadyExistsException(String) - Constructor for class org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException with the given message.
ObjectAlreadyExistsException(JobDetail) - Constructor for class org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given JobDetail.
ObjectAlreadyExistsException(Trigger) - Constructor for class org.quartz.ObjectAlreadyExistsException
Create a ObjectAlreadyExistsException and auto-generate a message using the name/group from the given Trigger.
OracleDelegate - class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate.
This is a driver delegate for the Oracle JDBC driver.
OracleDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
Create new OrcaleDelegate instance.
OracleDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
Create new OrcaleDelegate instance.
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).
obtainLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
Grants a lock on the identified resource to the calling thread (blocking until it is 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.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.jobs - package org.quartz.jobs
 
org.quartz.jobs.ee.ejb - package org.quartz.jobs.ee.ejb
 
org.quartz.jobs.ee.jmx - package org.quartz.jobs.ee.jmx
 
org.quartz.jobs.ee.mail - package org.quartz.jobs.ee.mail
 
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.spi - package org.quartz.spi
Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services.
org.quartz.utils - package org.quartz.utils
 
org.quartz.utils.weblogic - package org.quartz.utils.weblogic
 
org.quartz.xml - package org.quartz.xml
 

P

PRINCIPAL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
PROPERTIES_FILE - Static variable in class org.quartz.impl.StdSchedulerFactory
 
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_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_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_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_NAME - 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_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_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_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.
PROVIDER_URL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
 
Pair - class org.quartz.utils.Pair.
Utility class for storing two pieces of information together.
Pair() - Constructor for class org.quartz.utils.Pair
 
PointbaseDelegate - class org.quartz.impl.jdbcjobstore.PointbaseDelegate.
This is a driver delegate for the Pointbase JDBC driver.
PointbaseDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Create new PointbaseJDBCDelegate instance.
PointbaseDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.PointbaseDelegate
Create new PointbaseJDBCDelegate instance.
PoolingConnectionProvider - class org.quartz.utils.PoolingConnectionProvider.
A ConnectionProvider implementation that creates it's 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.
PostgreSQLDelegate - class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate.
This is a driver delegate for the PostgreSQL JDBC driver.
PostgreSQLDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
Create new PostgreSQLDelegate instance.
PostgreSQLDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
Create new PostgreSQLDelegate instance.
PropertiesParser - class org.quartz.utils.PropertiesParser.
This is an utility calss used to parse the properties.
PropertiesParser(Properties) - Constructor for class org.quartz.utils.PropertiesParser
 
PropertySettingJobFactory - class org.quartz.simpl.PropertySettingJobFactory.
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
 
parseDate(Object) - Method in class org.quartz.xml.JobSchedulingDataProcessor.DateConverter
 
passivate() - Method in class org.quartz.core.JobRunShell
 
pause() - Method in interface org.quartz.Scheduler
Deprecated. replaced by better-named standby() method.
pause() - Method in class org.quartz.impl.RemoteScheduler
Deprecated.  
pause() - Method in class org.quartz.impl.StdScheduler
Deprecated.  
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(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseAll(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseAll(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
pauseJob(String, String) - Method in interface org.quartz.Scheduler
Pause the JobDetail with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Pause the JobDetail with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Pause the Job with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Pause the Job with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Pause the JobDetail with the given name - by pausing all of its current Triggers.
pauseJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Pause the Job with the given name - by pausing all of its current Triggers.
pauseJobGroup(String) - Method in interface org.quartz.Scheduler
Pause all of the JobDetails in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Pause all of the JobDetails in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseJobGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJobGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseJobGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Pause all of the JobDetails in the given group - by pausing all of their Triggers.
pauseJobGroup(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Pause all of the Jobs in the given group - by pausing all of their Triggers.
pauseTrigger(String, String) - Method in interface org.quartz.Scheduler
Pause the Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Pause the Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Pause the Trigger with the given name.
pauseTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause the Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Pause the Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Pause the Trigger with the given name.
pauseTrigger(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Pause the Trigger with the given name.
pauseTriggerGroup(String) - Method in interface org.quartz.Scheduler
Pause all of the Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Pause all of the Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pauseTriggerGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTriggerGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
pauseTriggerGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Pause all of the Triggers in the given group.
pauseTriggerGroup(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Pause all of the Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Pause all of the Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Pause all of the Triggers in the given group.
pauseTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Pause all of the Triggers in the given group.
pausedTriggerGroups - Variable in class org.quartz.simpl.RAMJobStore
 
peekTriggers() - Method in class org.quartz.simpl.RAMJobStore
 
prefix - Variable in class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
 
prefix - Variable in class org.quartz.xml.JobSchedulingDataProcessor.TriggerRuleSet
 
printStackTrace() - Method in class org.quartz.SchedulerException
Print a stack trace to the standard error stream.
printStackTrace(PrintStream) - Method in class org.quartz.SchedulerException
Print a stack trace to the specified stream.
printStackTrace(PrintWriter) - Method in class org.quartz.SchedulerException
Print a stack trace to the specified writer.
processFile() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
 
processFile() - Method in class org.quartz.xml.JobSchedulingDataProcessor
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.JobSchedulingDataProcessor
Process the xml file named fileName.
processFile(String, String) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Process the xmlfile named fileName with the given system ID.
processFileAndScheduleJobs(Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Process the xml file in the default location, and schedule all of the jobs defined within it.
processFileAndScheduleJobs(String, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Process the xml file in the given location, and schedule all of the jobs defined within it.
processFileAndScheduleJobs(String, String, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Process the xml file in the given location, and schedule all of the jobs defined within it.
processFiles() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
 
processStream(InputStream, String) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Process the xmlfile named fileName with the given system ID.
put(String, int) - Method in class org.quartz.JobDataMap
Adds the given int value to the Job's data map.
put(String, long) - Method in class org.quartz.JobDataMap
Adds the given long value to the Job's data map.
put(String, float) - Method in class org.quartz.JobDataMap
Adds the given float value to the Job's data map.
put(String, double) - Method in class org.quartz.JobDataMap
Adds the given double value to the Job's data map.
put(String, boolean) - Method in class org.quartz.JobDataMap
Adds the given boolean value to the Job's data map.
put(String, char) - Method in class org.quartz.JobDataMap
Adds the given char value to the Job's data map.
put(String, String) - Method in class org.quartz.JobDataMap
Adds the given String value to the Job's data map.
put(Object, Object) - Method in class org.quartz.JobDataMap
Adds the given Serializable object value to the JobDataMap.
put(Object, Object) - Method in class org.quartz.JobExecutionContext
Put the specified value into the context's data map with the given key.
put(String, int) - Method in class org.quartz.SchedulerContext
Adds the given int value to the SchedulerContext.
put(String, long) - Method in class org.quartz.SchedulerContext
Adds the given long value to the SchedulerContext.
put(String, float) - Method in class org.quartz.SchedulerContext
Adds the given float value to the SchedulerContext.
put(String, double) - Method in class org.quartz.SchedulerContext
Adds the given double value to the SchedulerContext.
put(String, boolean) - Method in class org.quartz.SchedulerContext
Adds the given boolean value to the SchedulerContext.
put(String, char) - Method in class org.quartz.SchedulerContext
Adds the given char value to the SchedulerContext.
put(String, String) - Method in class org.quartz.SchedulerContext
Adds the given String value to the SchedulerContext.
put(Object, Object) - Method in class org.quartz.SchedulerContext
Adds the given Object value to the SchedulerContext.
put(Object, Object) - Method in class org.quartz.utils.DirtyFlagMap
 
putAll(Map) - Method in class org.quartz.JobDataMap
Adds the name-value pairs in the given Map to the JobDataMap.
putAll(Map) - Method in class org.quartz.SchedulerContext
Adds the name-value pairs in the given Map to the SchedulerContext.
putAll(Map) - Method in class org.quartz.utils.DirtyFlagMap
 
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

QUARTZ_DTD - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
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.JobSchedulingDataProcessor
 
QUARTZ_PUBLIC_ID - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_SCHEMA - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_SYSTEM_ID - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_SYSTEM_ID_DIR_PROP - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_SYSTEM_ID_PREFIX - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_XML_FILE_NAME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QUARTZ_XSD - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
QuartzInitializerListener - class org.quartz.ee.servlet.QuartzInitializerListener.
A ServletContextListner that can be used to initialize Quartz.
QuartzInitializerListener() - Constructor for class org.quartz.ee.servlet.QuartzInitializerListener
 
QuartzInitializerServlet - class org.quartz.ee.servlet.QuartzInitializerServlet.
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 org.quartz.core.QuartzScheduler.
This is the heart of Quartz, an indirect implementation of the Scheduler interface, containing methods to schedule Jobs, register JobListener instances, etc.
QuartzScheduler(QuartzSchedulerResources, SchedulingContext, long, long) - Constructor for class org.quartz.core.QuartzScheduler
Create a QuartzScheduler with the given configuration properties.
QuartzSchedulerResources - class org.quartz.core.QuartzSchedulerResources.
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 org.quartz.core.QuartzSchedulerThread.
The thread responsible for performing the work of firing Trigger s that are registered with the QuartzScheduler.
QuartzServer - class org.quartz.impl.QuartzServer.
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 org.quartz.ee.jmx.jboss.QuartzService.
See org/quartz/ee/jmx/jboss/doc-files/quartz-service.xml-example for an example service mbean deployment descriptor.
QuartzService() - Constructor for class org.quartz.ee.jmx.jboss.QuartzService
 
QuartzServiceMBean - interface org.quartz.ee.jmx.jboss.QuartzServiceMBean.
See org/quartz/ee/jmx/jboss/doc-files/quartz-service.xml-example for an example service mbean deployment descriptor.
qs - Variable in class org.quartz.core.JobRunShell
 

R

RAMJobStore - class org.quartz.simpl.RAMJobStore.
This class implements a JobStore that utilizes RAM as its storage device.
RAMJobStore() - Constructor for class org.quartz.simpl.RAMJobStore
Create a new RAMJobStore.
REPEAT_INDEFINITELY - Static variable in class org.quartz.SimpleTrigger
Used to indicate the 'repeat count' of the trigger is indefinite.
RemotableQuartzScheduler - interface org.quartz.core.RemotableQuartzScheduler.
 
RemoteScheduler - class org.quartz.impl.RemoteScheduler.
An implementation of the Scheduler interface that remotely proxies all method calls to the equivalent call on a given QuartzScheduler instance, via RMI.
RemoteScheduler(SchedulingContext, 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.
recoverJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Recover any failed or misfired jobs and clean up the data store as appropriate.
recoverJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Will 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.
recoverJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
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 class org.quartz.JobExecutionException
 
releaseAcquiredTrigger(SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseAcquiredTrigger(Connection, SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
releaseAcquiredTrigger(SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseAcquiredTrigger(SchedulingContext, Trigger) - 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).
releaseAcquiredTrigger(SchedulingContext, Trigger) - Method in interface org.quartz.spi.JobStore
Inform the JobStore that the scheduler no longer plans to fire the given Trigger, that it had previously acquired (reserved).
releaseLock(Connection, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.
releaseLock(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
Release the lock on the identified resource if it is held by the calling thread.
releaseTriggerRetryLoop(Trigger) - Method in class org.quartz.core.QuartzSchedulerThread
 
remove(String) - Method in class org.quartz.impl.SchedulerRepository
 
remove(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
removeCalendar(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Remove (delete) the Calendar with the given name.
removeCalendar(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeCalendar(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Remove (delete) the Calendar with the given name.
removeCalendar(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Calendar with the given name.
removeCalendar(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Remove (delete) the Calendar with the given name.
removeExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
 
removeGlobalJobListener(JobListener) - Method in interface org.quartz.Scheduler
Remove the given JobListener from the Scheduler's list of global listeners.
removeGlobalJobListener(JobListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given JobListener from the Scheduler's list of global listeners.
removeGlobalJobListener(JobListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeGlobalJobListener(JobListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalJobListener(JobListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.Scheduler
Remove the given TriggerListener from the Scheduler's list of global listeners.
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given TriggerListener from the Scheduler's list of global listeners.
removeGlobalTriggerListener(TriggerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeGlobalTriggerListener(TriggerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJob(Connection, SchedulingContext, String, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Remove (delete) the Job with the given name, and any Trigger s that reference it.
removeJobListener(String) - Method in class org.quartz.JobDetail
Remove the specified name of a JobListener from the Job's list of listeners.
removeJobListener(String) - Method in interface org.quartz.Scheduler
Remove the identifed JobListener from the Scheduler's list of registered listeners.
removeJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identifed JobListener from the Scheduler's list of registered listeners.
removeJobListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeJobListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeJobListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.Scheduler
Remove the given SchedulerListener from the Scheduler.
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
Remove the given SchedulerListener from the Scheduler.
removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeSchedulerListener(SchedulerListener) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeTransientData() - Method in class org.quartz.JobDataMap
Nulls-out any data values that are non-Serializable.
removeTransientData() - Method in class org.quartz.SchedulerContext
Nulls-out any data values that are non-Serializable.
removeTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Remove (delete) the Trigger with the given name.
removeTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
removeTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Remove (delete) the Trigger with the given name.
removeTrigger(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Trigger with the given name.
removeTrigger(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Remove (delete) the Trigger with the given name.
removeTrigger(Trigger) - Method in class org.quartz.xml.JobSchedulingBundle
 
removeTriggerListener(String) - Method in interface org.quartz.Scheduler
Remove the identifed TriggerListener from the Scheduler's list of registered listeners.
removeTriggerListener(String) - Method in class org.quartz.Trigger
Remove the specified name of a TriggerListener from the Trigger's list of listeners.
removeTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Remove the identifed TriggerListener from the Scheduler's list of registered listeners.
removeTriggerListener(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
removeTriggerListener(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
removeTriggerListener(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
replace - Variable in class org.quartz.xml.CalendarBundle
 
replaceTrigger(SchedulingContext, String, String, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
 
replaceTrigger(Connection, SchedulingContext, String, String, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
replaceTrigger(SchedulingContext, String, String, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
 
replaceTrigger(SchedulingContext, String, String, Trigger) - Method in class org.quartz.simpl.RAMJobStore
 
replaceTrigger(SchedulingContext, String, String, Trigger) - Method in interface org.quartz.spi.JobStore
Remove (delete) the Trigger with the given name, and store the new given one - which must be associated with the same job.
requestShutdown() - Method in class org.quartz.core.JobRunShell
 
requestsRecovery() - Method in class org.quartz.JobDetail
Instructs the Scheduler whether or not the Job should be re-executed if a 'recovery' or 'fail-over' situation is encountered.
rescheduleJob(String, String, Trigger) - Method in interface org.quartz.Scheduler
Remove (delete) the Trigger with the given name, 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.
rescheduleJob(SchedulingContext, String, String, 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(SchedulingContext, String, String, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
rescheduleJob(String, String, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
rescheduleJob(String, String, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
reset() - Method in class org.quartz.UICronTrigger
Deprecated.  
resolveEntity(String, String) - Method in class org.quartz.xml.JobSchedulingDataProcessor
EntityResolver interface.
resumeAll() - Method in interface org.quartz.Scheduler
Resume (un-pause) all triggers - similar to calling resumeTriggerGroup(group) on every group.
resumeAll(SchedulingContext) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(SchedulingContext) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeAll() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeAll() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeAll(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
protected
resumeAll(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeAll(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group) on every group.
resumeJob(String, String) - Method in interface org.quartz.Scheduler
Resume (un-pause) the JobDetail with the given name.
resumeJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the JobDetail with the given name.
resumeJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Resume (un-pause) the Job with the given name.
resumeJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Resume (un-pause) the Job with the given name.
resumeJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) the JobDetail with the given name.
resumeJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Resume (un-pause) the Job with the given name.
resumeJobGroup(String) - Method in interface org.quartz.Scheduler
Resume (un-pause) all of the JobDetails in the given group.
resumeJobGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the JobDetails in the given group.
resumeJobGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeJobGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJobGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeJobGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Resume (un-pause) all of the Jobs in the given group.
resumeJobGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Resume (un-pause) all of the Jobs in the given group.
resumeJobGroup(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all of the JobDetails in the given group.
resumeJobGroup(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Resume (un-pause) all of the Jobs in the given group.
resumeTrigger(String, String) - Method in interface org.quartz.Scheduler
Resume (un-pause) the Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) the Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Resume (un-pause) the Trigger with the given name.
resumeTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) the Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Resume (un-pause) the Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) the Trigger with the given name.
resumeTrigger(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Resume (un-pause) the Trigger with the given name.
resumeTriggerGroup(String) - Method in interface org.quartz.Scheduler
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in class org.quartz.core.QuartzScheduler
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
resumeTriggerGroup(String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTriggerGroup(String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
resumeTriggerGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Resume (un-pause) all of the Triggers in the given group.
resumeTriggerGroup(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Resume (un-pause) all of the Triggers in the given group.
retrieveCalendar(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Retrieve the given Trigger.
retrieveCalendar(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveCalendar(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Retrieve the given Trigger.
retrieveCalendar(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the given Trigger.
retrieveCalendar(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Retrieve the given Trigger.
retrieveJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Retrieve the JobDetail for the given Job.
retrieveJob(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Retrieve the JobDetail for the given Job.
retrieveJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the JobDetail for the given Job.
retrieveJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Retrieve the JobDetail for the given Job.
retrieveTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Retrieve the given Trigger.
retrieveTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
retrieveTrigger(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Retrieve the given Trigger.
retrieveTrigger(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Retrieve the given Trigger.
retrieveTrigger(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Retrieve the given Trigger.
returnJobRunShell(JobRunShell) - Method in interface org.quartz.core.JobRunShellFactory
Called by the QuartzSchedulerThread to return instances of JobRunShell.
returnJobRunShell(JobRunShell) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
Called by the QuartzSchedulerThread to return instances of JobRunShell.
returnJobRunShell(JobRunShell) - Method in class org.quartz.impl.StdJobRunShellFactory
Called by the QuartzSchedulerThread to return instances of JobRunShell.
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) - 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.
runInThread(Runnable) - Method in class org.quartz.simpl.SimpleThreadPool
Run the given Runnable object in the next available Thread.
runInThread(Runnable) - Method in interface org.quartz.spi.ThreadPool
Execute the given Runnable in the next available Thread.
runningSince() - Method in class org.quartz.SchedulerMetaData
Returns the Date at which the Scheduler started running.
runningSince() - Method in class org.quartz.core.QuartzScheduler
 
runningSince() - Method in interface org.quartz.core.RemotableQuartzScheduler
 

S

SATURDAY - Static variable in class org.quartz.TriggerUtils
 
SATURDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
SECOND - Static variable in class org.quartz.CronExpression
 
SECONDS_IN_DAY - Static variable in class org.quartz.TriggerUtils
 
SECONDS_IN_DAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
SELECT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_CALENDAR_EXISTENCE - 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_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_FIRED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
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_JOBS_IN_GROUP - 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_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_JOB_STATEFUL - 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_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_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_STATEFUL_JOBS_OF_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_TRIGGER - 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
 
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_LISTENERS - 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_VOLATILE_JOBS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
SELECT_VOLATILE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
STATE_ACQUIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_BLOCKED - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "blocked" state.
STATE_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
STATE_COMPLETE - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "complete" state.
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 class org.quartz.Trigger
Indicates that the Trigger is in the "error" state.
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
 
STATE_NONE - Static variable in class org.quartz.Trigger
Indicates that the Trigger does not exist.
STATE_NORMAL - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "normal" state.
STATE_PAUSED - Static variable in class org.quartz.Trigger
Indicates that the Trigger is in the "paused" state.
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
 
SUNDAY - Static variable in class org.quartz.TriggerUtils
 
SUNDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
Scheduler - interface org.quartz.Scheduler.
This is the main interface of a Quartz Scheduler.
SchedulerConfigException - exception org.quartz.SchedulerConfigException.
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 class org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message.
SchedulerConfigException(String, Exception) - Constructor for class org.quartz.SchedulerConfigException
Create a JobPersistenceException with the given message and cause.
SchedulerContext - class org.quartz.SchedulerContext.
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 JobDataMap.
SchedulerContext(Map) - Constructor for class org.quartz.SchedulerContext
Create a JobDataMap with the given data.
SchedulerException - exception org.quartz.SchedulerException.
Base class for exceptions thrown by the Quartz Scheduler.
SchedulerException() - Constructor for class org.quartz.SchedulerException
 
SchedulerException(String) - Constructor for class org.quartz.SchedulerException
 
SchedulerException(String, int) - Constructor for class org.quartz.SchedulerException
 
SchedulerException(Exception) - Constructor for class org.quartz.SchedulerException
 
SchedulerException(String, Exception) - Constructor for class org.quartz.SchedulerException
 
SchedulerException(String, Exception, int) - Constructor for class org.quartz.SchedulerException
 
SchedulerFactory - interface org.quartz.SchedulerFactory.
Provides a mechanism for obtaining client-usable handles to Scheduler instances.
SchedulerListener - interface org.quartz.SchedulerListener.
The interface to be implemented by classes that want to be informed of major Scheduler events.
SchedulerMetaData - class org.quartz.SchedulerMetaData.
Describes the settings and capabilities of a given Scheduler instance.
SchedulerMetaData(String, String, Class, boolean, boolean, boolean, boolean, Date, int, Class, boolean, Class, int, String) - Constructor for class org.quartz.SchedulerMetaData
 
SchedulerPlugin - interface org.quartz.spi.SchedulerPlugin.
Provides an interface for a class to become a "plugin" to Quartz.
SchedulerRepository - class org.quartz.impl.SchedulerRepository.
Holds references to Scheduler instances - ensuring uniqueness, and preventing garbage collection, and allowing 'global' lookups - all within a ClassLoader space.
SchedulerSignaler - interface org.quartz.spi.SchedulerSignaler.
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerSignalerImpl - class org.quartz.core.SchedulerSignalerImpl.
An interface to be used by JobStore instances in order to communicate signals back to the QuartzScheduler.
SchedulerStateRecord - class org.quartz.impl.jdbcjobstore.SchedulerStateRecord.
Conveys a scheduler-instance state record.
SchedulerStateRecord() - Constructor for class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
SchedulingContext - class org.quartz.core.SchedulingContext.
An object used to pass information about the 'client' to the QuartzScheduler.
SchedulingContext() - Constructor for class org.quartz.core.SchedulingContext
Construct a SchedulingContext with default values.
Semaphore - interface org.quartz.impl.jdbcjobstore.Semaphore.
An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
SendMailJob - class org.quartz.jobs.ee.mail.SendMailJob.
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
 
ShutdownHookPlugin - class org.quartz.plugins.management.ShutdownHookPlugin.
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
 
SimpleClassLoadHelper - class org.quartz.simpl.SimpleClassLoadHelper.
A ClassLoadHelper that simply calls Class.forName(..).
SimpleClassLoadHelper() - Constructor for class org.quartz.simpl.SimpleClassLoadHelper
 
SimpleInstanceIdGenerator - class org.quartz.simpl.SimpleInstanceIdGenerator.
The default InstanceIdGenerator used by Quartz when instance id is to be automatically generated.
SimpleInstanceIdGenerator() - Constructor for class org.quartz.simpl.SimpleInstanceIdGenerator
 
SimpleJobFactory - class org.quartz.simpl.SimpleJobFactory.
The default JobFactory used by Quartz - simply calls newInstance() on the job class.
SimpleJobFactory() - Constructor for class org.quartz.simpl.SimpleJobFactory
 
SimpleSemaphore - class org.quartz.impl.jdbcjobstore.SimpleSemaphore.
An interface 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 org.quartz.simpl.SimpleThreadPool.
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 org.quartz.simpl.SimpleTimeBroker.
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 - class org.quartz.SimpleTrigger.
A concrete Trigger that is used to fire a JobDetail at a given moment in time, and optionally repeated at a specified interval.
SimpleTrigger() - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger with no settings.
SimpleTrigger(String, String) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur immediately, and not repeat.
SimpleTrigger(String, String, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur immediately, and repeat at the the given interval the given number of times.
SimpleTrigger(String, String, Date) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, and not repeat.
SimpleTrigger(String, String, Date, Date, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, and repeat at the the given interval the given number of times, or until the given end time.
SimpleTrigger(String, String, String, String, Date, Date, int, long) - Constructor for class org.quartz.SimpleTrigger
Create a SimpleTrigger that will occur at the given time, fire the identified Job and repeat at the the given interval the given number of times, or until the given end time.
StatefulJob - interface org.quartz.StatefulJob.
A marker interface for JobDetail s that wish to have their state maintained between executions.
StdJDBCConstants - interface org.quartz.impl.jdbcjobstore.StdJDBCConstants.
This interface extends Constants to include the query string constants in use by the StdJDBCDelegate class.
StdJDBCDelegate - class org.quartz.impl.jdbcjobstore.StdJDBCDelegate.
This is meant to be an abstract base class for most, if not all, DriverDelegate implementations.
StdJDBCDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJDBCDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Create new StdJDBCDelegate instance.
StdJobRunShellFactory - class org.quartz.impl.StdJobRunShellFactory.
Responsible for creating the instances of JobRunShell to be used within the QuartzScheduler instance.
StdJobRunShellFactory() - Constructor for class org.quartz.impl.StdJobRunShellFactory
 
StdRowLockSemaphore - class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore.
An interface for providing thread/resource locking in order to protect resources from being altered by multiple threads at the same time.
StdRowLockSemaphore(String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
 
StdScheduler - class org.quartz.impl.StdScheduler.
An implementation of the Scheduler interface that directly proxies all method calls to the equivalent call on a given QuartzScheduler instance.
StdScheduler(QuartzScheduler, SchedulingContext) - Constructor for class org.quartz.impl.StdScheduler
Construct a StdScheduler instance to proxy the given QuartzScheduler instance, and with the given SchedulingContext.
StdSchedulerFactory - class org.quartz.impl.StdSchedulerFactory.
An implementation of SchedulerFactory that does all of it's work of creating a QuartzScheduler instance based on the contenents of a Properties file.
StdSchedulerFactory() - Constructor for class org.quartz.impl.StdSchedulerFactory
 
StdSchedulerFactory(Properties) - Constructor for class org.quartz.impl.StdSchedulerFactory
 
StdSchedulerFactory(String) - Constructor for class org.quartz.impl.StdSchedulerFactory
 
schdCtxt - Variable in class org.quartz.core.JobRunShell
 
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.
scheduleJob(SchedulingContext, 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(SchedulingContext, Trigger) - Method in class org.quartz.core.QuartzScheduler
Schedule the given Trigger with the Job identified by the Trigger's settings.
scheduleJob(SchedulingContext, JobDetail, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(SchedulingContext, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(Trigger) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
scheduleJob(JobSchedulingBundle) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Schedules a given job and trigger (both wrapped by a JobSchedulingBundle).
scheduleJob(JobSchedulingBundle, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Schedules a given job and trigger (both wrapped by a JobSchedulingBundle).
scheduleJobs(Map, Scheduler, boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Add the Jobs and Triggers defined in the given map of JobSchedulingBundle s to the given scheduler.
scheduledJobs - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
scheduler - Variable in class org.quartz.core.JobRunShell
 
schedulerError(String, SchedulerException) - Method in interface org.quartz.SchedulerListener
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.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.
schedulerShutdown() - Method in interface org.quartz.SchedulerListener
Called by the Scheduler to inform the listener that it has shutdown.
schedulerShutdown() - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler to inform the listener that it has shutdown.
schedulerStarted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
schedulerStarted() - Method in class org.quartz.simpl.RAMJobStore
 
schedulerStarted() - Method in interface org.quartz.spi.JobStore
Called by the QuartzScheduler to inform the JobStore that the scheduler has started.
seconds - Variable in class org.quartz.CronExpression
 
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.
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, String, String, ClassLoadHelper) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the JobDetail object for a given job name / group name.
selectJobDetail(Connection, String, String, ClassLoadHelper) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the JobDetail object for a given job name / group name.
selectJobExecutionCount(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the number instances of the identified job currently executing.
selectJobExecutionCount(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectJobForTrigger(Connection, String, String, ClassLoadHelper) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the job to which the trigger is associated.
selectJobForTrigger(Connection, String, String, ClassLoadHelper) - 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.
selectJobListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get all of the listeners for a given job.
selectJobListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get all of the listeners for a given job.
selectJobsInGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the jobs contained in a given group.
selectJobsInGroup(Connection, String) - 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
Select the next time that a trigger will be fired.
selectNextFireTime(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the next time that a trigger will be fired.
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, String, String) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
 
selectNumTriggersForJob(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the number of triggers associated with a given job.
selectNumTriggersForJob(Connection, String, String) - 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
 
selectStatefulJobsOfTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the stateful jobs which are referenced by triggers in the given trigger group.
selectStatefulJobsOfTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger.
selectTrigger(Connection, String, String) - 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) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select all of the trigger group names that are stored.
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.
selectTriggerListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the listeners associated with a given trigger.
selectTriggerListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the listeners associated with a given trigger.
selectTriggerNamesForJob(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers associated with the given job.
selectTriggerNamesForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Get the names of all of the triggers associated with the given job.
selectTriggerState(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger' state value.
selectTriggerState(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' state value.
selectTriggerStatus(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select a trigger' status (state & next fire time).
selectTriggerStatus(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select a trigger' status (state & next fire time).
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, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the triggers for a job
selectTriggersForJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Select the triggers for a job
selectTriggersForRecoveringJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
selectTriggersForRecoveringJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select all of the triggers contained in a given group.
selectTriggersInGroup(Connection, String) - 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.
selectVolatileJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
selectVolatileJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
selectVolatileJobs(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the jobs that are volatile.
selectVolatileJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
selectVolatileTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
selectVolatileTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
selectVolatileTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Get the names of all of the triggers that are volatile.
selectVolatileTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
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.
serve(SchedulerFactory, boolean) - Method in class org.quartz.impl.QuartzServer
 
setAllTriggersOfJobToState(String, String, int) - Method in class org.quartz.simpl.RAMJobStore
 
setAllowsTransientData(boolean) - Method in class org.quartz.JobDataMap
Tell the JobDataMap that it should allow non- Serializable data.
setAllowsTransientData(boolean) - Method in class org.quartz.SchedulerContext
Tell the SchedulerContext that it should allow non- Serializable data.
setAlwaysLookup(boolean) - Method in class org.quartz.utils.JNDIConnectionProvider
 
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
setBaseCalendar(Calendar) - Method in class org.quartz.xml.CalendarBundle
 
setBeanProps(Object, JobDataMap) - Method in class org.quartz.simpl.PropertySettingJobFactory
 
setCalendar(Calendar) - Method in class org.quartz.xml.CalendarBundle
 
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.Trigger
Associate the Calendar with the given name with this Trigger.
setCalendarName(String) - Method in class org.quartz.xml.CalendarBundle
 
setCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCheckinTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setClassName(String) - Method in class org.quartz.xml.CalendarBundle
 
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.
setCronExpression(String) - Method in class org.quartz.CronTrigger
 
setCronExpression(CronExpression) - Method in class org.quartz.CronTrigger
 
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
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 array 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.
setDaysOfMonth(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
setDaysOfWeek(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
setDbFailureRetryInterval(long) - Method in class org.quartz.core.QuartzSchedulerThread
 
setDbRetryInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.JobDetail
Set a description for the Job instance - may be useful for remembering/displaying the purpose of the job, though the description has no meaning to Quartz.
setDescription(String) - Method in class org.quartz.Trigger
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.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.xml.CalendarBundle
 
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.
setDriverDelegateClass(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the JDBC driver delegate class.
setDurability(boolean) - Method in class org.quartz.JobDetail
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.CronTrigger
 
setEndTime(Date) - Method in class org.quartz.NthIncludedDayTrigger
Sets the date/time on which the trigger must stop firing.
setEndTime(Date) - Method in class org.quartz.SimpleTrigger
Set the time at which the SimpleTrigger should quit repeating (and be automatically deleted).
setEndTime(Date) - Method in class org.quartz.Trigger
 
setEndTime(Date) - Method in class org.quartz.UICronTrigger
Deprecated.  
setErrorCode(int) - Method in class org.quartz.SchedulerException
Get the error code associated with this exception.
setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not initialization of the plugin should fail (throw an exception) if the file cannot be found.
setFileName(String) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The file name (and path) to the XML file that should be read.
setFileName(String) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
The file name (and path) to the XML file that should be read.
setFireAtTime(String) - Method in class org.quartz.NthIncludedDayTrigger
Sets the fire time for the NthIncludedDayTrigger, which should be represented as a string with the format "HH:MM", with HH representing the 24-hour clock hour of the fire time.
setFireInstanceId(String) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
setFireInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireInstanceState(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFireTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setFirst(Object) - Method in class org.quartz.utils.Pair
Set the value of the first object in the pair.
setGroup(String) - Method in class org.quartz.JobDetail
Set the group of this Job.
setGroup(String) - Method in class org.quartz.Trigger
Set the name of this Trigger.
setHours(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
setInstanceId(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setInstanceId(String) - Method in class org.quartz.core.SchedulingContext
Set the instanceId.
setInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance Id of the Scheduler (must be unique within a cluster).
setInstanceName(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the instance Id of the Scheduler (must be unique within a cluster).
setIntervalType(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the interval type for the NthIncludedDayTrigger.
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.
setJndiName(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
setJndiName(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
 
setJobClass(Class) - Method in class org.quartz.JobDetail
Set the instance of Job that will be executed.
setJobDataMap(JobDataMap) - Method in class org.quartz.JobDetail
Set the JobDataMap to be associated with the Job.
setJobDataMap(JobDataMap) - Method in class org.quartz.Trigger
Set the JobDataMap to be associated with the Trigger.
setJobDetail(JobDetail) - Method in class org.quartz.xml.JobSchedulingBundle
 
setJobFactory(JobFactory) - Method in interface org.quartz.Scheduler
Set the JobFactory that will be responsible for producing instances of Job classes.
setJobFactory(JobFactory) - Method in class org.quartz.core.QuartzScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteScheduler
 
setJobFactory(JobFactory) - Method in class org.quartz.impl.StdScheduler
 
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.Trigger
Set the name of the associated JobDetail's group.
setJobIsStateful(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobKey(Key) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setJobKey(Key) - Method in class org.quartz.utils.TriggerStatus
 
setJobName(String) - Method in class org.quartz.Trigger
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.JobExecutionContext
 
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(Key) - Method in class org.quartz.utils.TriggerStatus
 
setLockOnInsert(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Whether or not to obtain locks when inserting new jobs/triggers.
setMakeThreadsDaemons(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
 
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).
setMinutes(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
setMisfireInstruction(int) - Method in class org.quartz.Trigger
Set the instruction the Scheduler should be given for handling misfire situations for this Trigger- the concrete Trigger type that you are using will have defined a set of additional MISFIRE_INSTRUCTION_XXX constants that may be passed to this method.
setMisfireThreshold(long) - Method in class org.quartz.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 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.
setMonths(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
setMutable(boolean) - Method in class org.quartz.utils.DirtyFlagMap
 
setN(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the day of the interval on which the NthIncludedDayTrigger should fire.
setName(String) - Method in class org.quartz.JobDetail
Set the name of this Job.
setName(String) - Method in class org.quartz.Trigger
Set the name of this Trigger.
setName(String) - Method in class org.quartz.core.QuartzSchedulerResources
Set the name for the QuartzScheduler.
setNextFireCutoffInterval(int) - Method in class org.quartz.NthIncludedDayTrigger
Sets the nextFireCutoffInterval for the NthIncludedDayTrigger.
setNextFireTime(Date) - Method in class org.quartz.CronTrigger
Sets the next time at which the CronTrigger will fire.
setNextFireTime(Date) - Method in class org.quartz.SimpleTrigger
Set the next time at which the SimpleTrigger should fire.
setNextFireTime(Date) - Method in class org.quartz.UICronTrigger
Deprecated.  Sets the next time at which the CronTrigger will fire.
setNextMethodName - Variable in class org.quartz.xml.JobSchedulingDataProcessor.CalendarRuleSet
 
setNonManagedTXDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the name of the DataSource that should be used for performing database functions.
setOverWriteExistingJobs(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not jobs defined in the XML file should be overwrite existing jobs with the same name.
setOverWriteExistingJobs(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not jobs defined in the XML file should be overwrite existing jobs with the same name.
setOverWriteExistingJobs(boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Sets whether to overwrite existing jobs.
setPreviousFireTime(Date) - Method in class org.quartz.CronTrigger
Set the previous time at which the SimpleTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.SimpleTrigger
Set the previous time at which the SimpleTrigger fired.
setPreviousFireTime(Date) - Method in class org.quartz.UICronTrigger
Deprecated.  Set the previous time at which the SimpleTrigger fired.
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
 
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.
setRecoverer(String) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setRepeatCount(int) - Method in class org.quartz.SimpleTrigger
Set the the number of time the SimpleTrigger should repeat, after which it will be automatically deleted.
setRepeatInterval(long) - Method in class org.quartz.SimpleTrigger
Set the the time interval (in milliseconds) at which the SimpleTrigger should repeat.
setReplace(boolean) - Method in class org.quartz.xml.CalendarBundle
 
setRequestsRecovery(boolean) - Method in class org.quartz.JobDetail
Set whether or not the the Scheduler should re-execute the Job if a 'recovery' or 'fail-over' situation is encountered.
setResult(Object) - Method in class 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).
setScanInterval(long) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
The interval (in seconds) at which to scan for changes to the file.
setScanInterval(long) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
The interval (in seconds) at which to scan for changes to the file.
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setSecond(Object) - Method in class org.quartz.utils.Pair
Set the second object in the pair.
setSeconds(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
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.
setSignalOnSchedulingChange(boolean) - Method in class org.quartz.core.QuartzScheduler
 
setStartTime(Date) - Method in class org.quartz.CronTrigger
 
setStartTime(Date) - Method in class org.quartz.NthIncludedDayTrigger
Sets the date/time on which the trigger may begin firing.
setStartTime(Date) - Method in class org.quartz.SimpleTrigger
Set the time at which the SimpleTrigger should occur.
setStartTime(Date) - Method in class org.quartz.Trigger
 
setStartTime(Date) - Method in class org.quartz.UICronTrigger
Deprecated.  
setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the prefix that should be pre-pended to all table names.
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.
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
 
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.
setTimeZone(TimeZone) - Method in class org.quartz.CronExpression
Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.CronTrigger
Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
setTimeZone(TimeZone) - Method in class org.quartz.UICronTrigger
Deprecated.  Sets the time zone for which the cronExpression of this CronTrigger will be resolved.
setTimesTriggered(int) - Method in class org.quartz.SimpleTrigger
Set the number of times the SimpleTrigger has already fired.
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.
setTriggerIdentity(Trigger, String) - Static method in class org.quartz.TriggerUtils
Set the given Trigger's name to the given value, and its group to the default group (Scheduler.DEFAULT_GROUP).
setTriggerIdentity(Trigger, String, String) - Static method in class org.quartz.TriggerUtils
Set the given Trigger's name to the given value, and its group to the given group.
setTriggerIdentity(Trigger, String) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
setTriggerIdentity(Trigger, String, String) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
setTriggerIsVolatile(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setTriggerKey(Key) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
setTriggerMisfiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
Set the message that is printed upon a trigger's firing.
setTriggers(List) - Method in class org.quartz.xml.JobSchedulingBundle
 
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 class org.quartz.JobExecutionException
 
setUnscheduleFiringTrigger(boolean) - Method in class org.quartz.JobExecutionException
 
setUseContextClassLoader(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not context class loader should be used.
setUseContextClassLoader(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not context class loader should be used.
setUseContextClassLoader(boolean) - Method in class org.quartz.xml.JobSchedulingDataProcessor
Sets whether to use the context class loader.
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) - Method in class org.quartz.ee.jta.UserTransactionHelper
Set the JNDI URL at which the Application Server's UserTransaction can be found.
setValidating(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML should be validated.
setValidating(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not the XML should be validated.
setValidatingSchema(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Whether or not the XML schema should be validated.
setValidatingSchema(boolean) - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
Whether or not the XML schema should be validated.
setVolatility(boolean) - Method in class org.quartz.JobDetail
Set whether or not the Job should be persisted in the JobStore for re-use after program restarts.
setVolatility(boolean) - Method in class org.quartz.Trigger
Set whether or not the Trigger should be persisted in the JobStore for re-use after program restarts.
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.
setYears(Integer[]) - Method in class org.quartz.UICronTrigger
Deprecated.  
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.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 interface org.quartz.core.RemotableQuartzScheduler
 
shutdown(boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.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.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() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
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.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 interface org.quartz.spi.JobStore
Called by the QuartzScheduler to inform the JobStore that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.spi.SchedulerPlugin
Called in order to inform the SchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
shutdown(boolean) - Method in interface org.quartz.spi.ThreadPool
Called by the QuartzScheduler to inform the ThreadPool that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.spi.TimeBroker
Called by the QuartzScheduler to inform the TimeBroker that it should free up all of it's resources because the scheduler is shutting down.
shutdown() - Method in interface org.quartz.utils.ConnectionProvider
 
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
 
shutdownRequested - Variable in class org.quartz.core.JobRunShell
 
signalSchedulingChange() - Method in class org.quartz.core.SchedulerSignalerImpl
 
signalSchedulingChange() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
signalSchedulingChange() - Method in interface org.quartz.spi.SchedulerSignaler
 
signaler - Variable in class org.quartz.simpl.RAMJobStore
 
size() - Method in class org.quartz.utils.DirtyFlagMap
 
skipWhiteSpace(int, String) - Method in class org.quartz.CronExpression
 
standby() - Method in interface org.quartz.Scheduler
Temporarily halts the Scheduler's firing of Triggers.
standby() - Method in class org.quartz.core.QuartzScheduler
Temporarily halts the QuartzScheduler's firing of Triggers.
standby() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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.
start() - Method in interface org.quartz.Scheduler
Starts the Scheduler's threads that fire Triggers.
start() - Method in class org.quartz.core.QuartzScheduler
Starts the QuartzScheduler's threads that fire Triggers.
start() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
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() - Method in class org.quartz.plugins.xml.JobInitializationPlugin
 
start() - Method in class org.quartz.plugins.xml.JobInitializationPluginMultiple
 
start() - Method in interface org.quartz.spi.SchedulerPlugin
Called when the associated Scheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
startService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
stopService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
 
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Store the given Calendar.
storeCalendar(Connection, SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean, boolean) - Method in interface org.quartz.spi.JobStore
Store the given Calendar.
storeExpressionVals(int, String, int) - Method in class org.quartz.CronExpression
 
storeJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Store the given JobDetail.
storeJob(Connection, SchedulingContext, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Insert or update a job.
storeJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Store the given JobDetail.
storeJob(SchedulingContext, JobDetail, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Job.
storeJob(SchedulingContext, JobDetail, boolean) - Method in interface org.quartz.spi.JobStore
Store the given JobDetail.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Store the given JobDetail and Trigger.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Store the given JobDetail and Trigger.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in class org.quartz.simpl.RAMJobStore
Store the given JobDetail and Trigger.
storeJobAndTrigger(SchedulingContext, JobDetail, Trigger) - Method in interface org.quartz.spi.JobStore
Store the given JobDetail and Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Store the given Trigger.
storeTrigger(Connection, SchedulingContext, Trigger, JobDetail, boolean, String, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Insert or update a trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Store the given Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Trigger.
storeTrigger(SchedulingContext, Trigger, boolean) - Method in interface org.quartz.spi.JobStore
Store the given Trigger.
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
 
supportsPersistence() - Method in interface org.quartz.spi.JobStore
 

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_JOB_LISTENERS - 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_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TABLE_TRIGGER_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
TAG_ALLOWS_TRANSIENT_DATA - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_BASE_CALENDAR - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_CALENDAR - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_CALENDAR_NAME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_CLASS_NAME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_CRON - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_CRON_EXPRESSION - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_DESCRIPTION - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_DURABILITY - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_END_TIME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_ENTRY - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_GROUP - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_CLASS - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_DATA_MAP - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_DETAIL - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_GROUP - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_LISTENER - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_LISTENER_REF - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_JOB_NAME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_KEY - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_MISFIRE_INSTRUCTION - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_NAME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_OVERWRITE_EXISTING_JOBS - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_QUARTZ - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_RECOVER - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_REPEAT_COUNT - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_REPEAT_INTERVAL - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_SIMPLE - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_START_TIME - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_TIME_ZONE - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_TRIGGER - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_VALUE - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
TAG_VOLATILITY - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
 
THURSDAY - Static variable in class org.quartz.TriggerUtils
 
THURSDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
TTYPE_BLOB - 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.TriggerUtils
 
TUESDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
ThreadContextClassLoadHelper - class org.quartz.simpl.ThreadContextClassLoadHelper.
A ClassLoadHelper that uses either the current thread's context class loader (Thread.currentThread().getContextClassLoader().loadClass( ..
ThreadContextClassLoadHelper() - Constructor for class org.quartz.simpl.ThreadContextClassLoadHelper
 
ThreadPool - interface org.quartz.spi.ThreadPool.
The interface to be implemented by classes that want to provide a thread pool for the QuartzScheduler's use.
TimeBroker - interface org.quartz.spi.TimeBroker.
The interface to be implemented by classes that want to provide a mechanism by which the QuartzScheduler can reliably determine the current time.
Trigger - class org.quartz.Trigger.
The base abstract class to be extended by all Triggers.
Trigger() - Constructor for class org.quartz.Trigger
Create a Trigger with no specified name, group, or JobDetail.
Trigger(String, String) - Constructor for class org.quartz.Trigger
Create a Trigger with the given name, and group.
Trigger(String, String, String, String) - Constructor for class org.quartz.Trigger
Create a Trigger with the given name, and group.
TriggerFiredBundle - class org.quartz.spi.TriggerFiredBundle.
A simple class (structure) used for returning execution-time data from the JobStore to the QuartzSchedulerThread.
TriggerFiredBundle(JobDetail, Trigger, Calendar, boolean, Date, Date, Date, Date) - Constructor for class org.quartz.spi.TriggerFiredBundle
 
TriggerListener - interface org.quartz.TriggerListener.
The interface to be implemented by classes that want to be informed when a Trigger fires.
TriggerStatus - class org.quartz.utils.TriggerStatus.
Object representing a job or trigger key.
TriggerStatus(String, Date) - Constructor for class org.quartz.utils.TriggerStatus
Construct a new TriggerStatus with the status name and nextFireTime.
TriggerUtils - class org.quartz.TriggerUtils.
Convenience and utility methods for simplifying the construction and configuration of Triggers.
TriggerUtils() - Constructor for class org.quartz.TriggerUtils
 
TriggerUtils - class org.quartz.helpers.TriggerUtils.
Deprecated. use org.quartz.TriggerUtils instead!
TriggerUtils() - Constructor for class org.quartz.helpers.TriggerUtils
Deprecated.  
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
timeTriggers - Variable in class org.quartz.simpl.RAMJobStore
 
toString() - Method in class org.quartz.CronExpression
Returns the string representation of the CronExpression
toString() - Method in class org.quartz.JobDetail
Return a simple string representation of this object.
toString() - Method in class org.quartz.JobExecutionContext
 
toString() - Method in class org.quartz.SchedulerException
 
toString() - Method in class org.quartz.SchedulerMetaData
Return a simple string representation of this object.
toString() - Method in class org.quartz.Trigger
Return a simple string representation of this object.
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.utils.Key
Return the string representation of the key.
toString() - Method in class org.quartz.utils.TriggerStatus
Return the string representation of the TriggerStatus.
translateTime(Date, TimeZone, TimeZone) - Static method in class org.quartz.TriggerUtils
Translate a date & time from a users timezone to the another (probably server) timezone to assist in creating a simple trigger with the right date & time.
translateTime(Date, TimeZone, TimeZone) - Static method in class org.quartz.helpers.TriggerUtils
Deprecated. use org.quartz.TriggerUtils instead!
triggerComplete(Trigger, JobExecutionContext, int) - 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.
triggerComplete(Trigger, JobExecutionContext, int) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggerExists(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Check whether or not a trigger exists.
triggerExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Check existence of a given trigger.
triggerExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Check whether or not a trigger exists.
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.
triggerFinalized(Trigger) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a Trigger has reached the condition in which it will never fire again.
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.
triggerFired(SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggerFired(Connection, SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
triggerFired(SchedulingContext, Trigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggerFired(Trigger, JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggerFired(SchedulingContext, Trigger) - 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).
triggerFired(SchedulingContext, Trigger) - Method in interface org.quartz.spi.JobStore
Inform the JobStore that the scheduler is now firing the given Trigger (executing its associated Job), that it had previously acquired (reserved).
triggerJob(String, String) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now) - the generated trigger will be non-volatile.
triggerJob(String, String, JobDataMap) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now) - the generated trigger will be non-volatile.
triggerJob(SchedulingContext, String, String, JobDataMap) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified Job (execute it now) - with a non-volatile trigger.
triggerJob(SchedulingContext, String, String, JobDataMap) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(String, String, JobDataMap) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJob(String, String, JobDataMap) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now) - the generated trigger will be volatile.
triggerJobWithVolatileTrigger(String, String, JobDataMap) - Method in interface org.quartz.Scheduler
Trigger the identified JobDetail (execute it now) - the generated trigger will be volatile.
triggerJobWithVolatileTrigger(SchedulingContext, String, String, JobDataMap) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified Job (execute it now) - with a volatile trigger.
triggerJobWithVolatileTrigger(SchedulingContext, String, String, JobDataMap) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
triggerJobWithVolatileTrigger(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String, JobDataMap) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerJobWithVolatileTrigger(String, String, JobDataMap) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
triggerLock - Variable in class org.quartz.simpl.RAMJobStore
 
triggerMisfired(Trigger) - Method in interface org.quartz.TriggerListener
Called by the Scheduler when a Trigger has misfired.
triggerMisfired(Trigger) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
triggered(Calendar) - Method in class org.quartz.CronTrigger
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.NthIncludedDayTrigger
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.SimpleTrigger
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.Trigger
This method should not be used by the Quartz client.
triggered(Calendar) - Method in class org.quartz.UICronTrigger
Deprecated.  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).
triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
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, SchedulingContext, Trigger, JobDetail, int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
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(SchedulingContext, Trigger, JobDetail, int) - 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.
triggeredJobComplete(SchedulingContext, Trigger, JobDetail, int) - Method in interface org.quartz.spi.JobStore
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.
triggers - Variable in class org.quartz.simpl.RAMJobStore
 
triggers - Variable in class org.quartz.xml.JobSchedulingBundle
 
triggersByFQN - Variable in class org.quartz.simpl.RAMJobStore
 
triggersByGroup - Variable in class org.quartz.simpl.RAMJobStore
 
triggersPaused(String, String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a Trigger or group of Triggers has been paused.
triggersPaused(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a Trigger or group of Triggers has been paused.
triggersResumed(String, String) - Method in interface org.quartz.SchedulerListener
Called by the Scheduler when a Trigger or group of Triggers has been un-paused.
triggersResumed(String, String) - Method in class org.quartz.impl.QuartzServer
Called by the Scheduler when a Trigger or group of Triggers has been un-paused.

U

UICronTrigger - class org.quartz.UICronTrigger.
Deprecated.  
UICronTrigger() - Constructor for class org.quartz.UICronTrigger
Deprecated.  Create a CronTrigger with no settings.
UICronTrigger(String, String) - Constructor for class org.quartz.UICronTrigger
Deprecated.  Create a CronTrigger with the given name and group.
UICronTrigger(String, String, String, String) - Constructor for class org.quartz.UICronTrigger
Deprecated.  Create a CronTrigger with the given name and group, and associated with the identified Job.
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_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_JOB_DETAIL_EMPTY_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_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 - 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_STATES_FROM_OTHER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
 
UPDATE_TRIGGER_STATE_FROM_OTHER_STATES_BEFORE_TIME - 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
 
UnableToInterruptJobException - exception org.quartz.UnableToInterruptJobException.
An exception that is thrown to indicate that a call to InterruptableJob.interrupt() failed without interrupting the Job.
UnableToInterruptJobException(String) - Constructor for class org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given message.
UnableToInterruptJobException(Exception) - Constructor for class org.quartz.UnableToInterruptJobException
Create a UnableToInterruptJobException with the given cause.
UserTransactionHelper - class org.quartz.ee.jta.UserTransactionHelper.
A helper for obtaining a handle to a UserTransaction...
UserTransactionHelper(String) - Constructor for class org.quartz.ee.jta.UserTransactionHelper
Create a UserTransactionHelper instance with the given settings.
Util - class org.quartz.impl.jdbcjobstore.Util.
This class contains utility functions for use in all delegate classes.
Util() - Constructor for class org.quartz.impl.jdbcjobstore.Util
 
unscheduleAllTriggers() - Method in class org.quartz.JobExecutionException
 
unscheduleFiringTrigger() - Method in class org.quartz.JobExecutionException
 
unscheduleJob(String, String) - Method in interface org.quartz.Scheduler
Remove the indicated Trigger from the scheduler.
unscheduleJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Remove the indicated Trigger from the scheduler.
unscheduleJob(SchedulingContext, String, String) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
unscheduleJob(String, String) - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
unscheduleJob(String, String) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
updateAfterMisfire(Calendar) - Method in class org.quartz.CronTrigger
Updates the CronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the SimpleTrigger was created.
updateAfterMisfire(Calendar) - Method in class org.quartz.NthIncludedDayTrigger
Updates the NthIncludedDayTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the NthIncludedDayTrigger was created
updateAfterMisfire(Calendar) - Method in class org.quartz.SimpleTrigger
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.Trigger
This method should not be used by the Quartz client.
updateAfterMisfire(Calendar) - Method in class org.quartz.UICronTrigger
Deprecated.  
updateAfterMisfire() - Method in class org.quartz.UICronTrigger
Deprecated.  Updates the CronTrigger's state based on the MISFIRE_INSTRUCTION_XXX that was selected when the SimpleTrigger was created.
updateBlobTrigger(Connection, Trigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the blob trigger data.
updateBlobTrigger(Connection, Trigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the blob trigger data.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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.PointbaseDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateCronTrigger(Connection, CronTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the cron trigger data.
updateCronTrigger(Connection, CronTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the cron trigger data.
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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.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.
updateJobData(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
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.PointbaseDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateMisfiredTrigger(Connection, SchedulingContext, String, String, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
updateSchedulerState(Connection, String, long, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update a scheduler-instance state record.
updateSchedulerState(Connection, String, long, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateSimpleTrigger(Connection, SimpleTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the simple trigger data.
updateSimpleTrigger(Connection, SimpleTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the simple trigger data.
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
 
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
 
updateTrigger(Connection, Trigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the base trigger data.
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
 
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the base trigger data.
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
 
updateTriggerGroupStateFromOtherState(Connection, String, 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, String, 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, String, 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, String, 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, String, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the state for a given trigger.
updateTriggerState(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the state for a given trigger.
updateTriggerStateFromOtherState(Connection, String, String, 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, String, String, 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, String, String, 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, String, String, 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.
updateTriggerStateFromOtherStatesBeforeTime(Connection, String, String, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the all triggers to the given new state, if they are in one of the given old states AND its next fire time is before the given time.
updateTriggerStateFromOtherStatesBeforeTime(Connection, String, String, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
updateTriggerStatesForJob(Connection, String, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the states of all triggers associated with the given job.
updateTriggerStatesForJob(Connection, String, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the states of all triggers associated with the given job.
updateTriggerStatesForJobFromOtherState(Connection, String, String, 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, String, String, 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.CronTrigger
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.NthIncludedDayTrigger
Updates the NthIncludedDayTrigger's state based on the given new version of the associated Calendar.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.SimpleTrigger
 
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
updateWithNewCalendar(Calendar, long) - Method in class org.quartz.UICronTrigger
Deprecated.  
useProperties - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
useProperties - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 

V

ValidationException - exception org.quartz.xml.ValidationException.
Reports QuartzMetaDataProcessor validation exceptions.
ValidationException() - Constructor for class org.quartz.xml.ValidationException
Constructor for ValidationException.
ValidationException(String) - Constructor for class org.quartz.xml.ValidationException
Constructor for ValidationException.
ValidationException(Collection) - Constructor for class org.quartz.xml.ValidationException
Constructor for ValidationException.
VersionPrinter - class org.quartz.helpers.VersionPrinter.
Prints the version of Quartz on stdout.
VersionPrinter() - Constructor for class org.quartz.helpers.VersionPrinter
 
validate() - Method in class org.quartz.JobDetail
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validate() - Method in class org.quartz.SimpleTrigger
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validate() - Method in class org.quartz.Trigger
Validates whether the properties of the JobDetail are valid for submission into a Scheduler.
validateMisfireInstruction(int) - Method in class org.quartz.CronTrigger
 
validateMisfireInstruction(int) - Method in class org.quartz.NthIncludedDayTrigger
Indicates whether misfireInstruction is a valid misfire instruction for this Trigger.
validateMisfireInstruction(int) - Method in class org.quartz.SimpleTrigger
 
validateMisfireInstruction(int) - Method in class org.quartz.Trigger
 
validateMisfireInstruction(int) - Method in class org.quartz.UICronTrigger
Deprecated.  
validateState() - Method in class org.quartz.core.QuartzScheduler
 
validationExceptions - Variable in class org.quartz.xml.JobSchedulingDataProcessor
 
values() - Method in class org.quartz.utils.DirtyFlagMap
 
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.
vetoJobExecution(Trigger, JobExecutionContext) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 

W

WEDNESDAY - Static variable in class org.quartz.TriggerUtils
 
WEDNESDAY - Static variable in class org.quartz.helpers.TriggerUtils
Deprecated.  
WebLogicDelegate - class org.quartz.impl.jdbcjobstore.WebLogicDelegate.
This is a driver delegate for the WebLogic JDBC driver.
WebLogicDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.WebLogicDelegate
Create new WebLogicDelegate instance.
WebLogicDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.WebLogicDelegate
Create new WebLogicDelegate instance.
WebLogicOracleDelegate - class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate.
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(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate
Create new WebLogicOracleDelegate instance.
WebLogicOracleDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.oracle.weblogic.WebLogicOracleDelegate
Create new WebLogicOracleDelegate instance.
WeblogicConnectionProvider - class org.quartz.utils.weblogic.WeblogicConnectionProvider.
Provides connections via Weblogic's JTS driver.
WeblogicConnectionProvider(String) - Constructor for class org.quartz.utils.weblogic.WeblogicConnectionProvider
 
WeeklyCalendar - class org.quartz.impl.calendar.WeeklyCalendar.
This implementation of the Calendar excludes a set of days of the week.
WeeklyCalendar() - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
Constructor
WeeklyCalendar(Calendar) - Constructor for class org.quartz.impl.calendar.WeeklyCalendar
Constructor
warning(SAXParseException) - Method in class org.quartz.xml.JobSchedulingDataProcessor
ErrorHandler interface.
willFireOn(Calendar) - Method in class org.quartz.CronTrigger
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.CronTrigger
Determines whether the date and (optionally) time of the given Calendar instance falls on a scheduled fire-time of this trigger.
willFireOn(Calendar) - Method in class org.quartz.UICronTrigger
Deprecated.  Determines whether the date & time of the given java.util.Calendar instance falls on a scheduled fire-time of this trigger.
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

XSD_DATE_FORMAT - Static variable in class org.quartz.xml.JobSchedulingDataProcessor
XML Schema dateTime datatype format.

Y

YEAR - Static variable in class org.quartz.CronExpression
 
years - Variable in class org.quartz.CronExpression
 

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
Quartz Enterprise Job Scheduler Project Page