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

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
 
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) - 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) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
acquireNextTrigger(SchedulingContext) - 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) - 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) - 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) - Method in interface org.quartz.Scheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(SchedulingContext, String, Calendar, boolean) - Method in class org.quartz.core.QuartzScheduler
Add (register) the given Calendar to the Scheduler.
addCalendar(SchedulingContext, String, Calendar, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
 
addCalendar(String, Calendar, 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) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
addConnectionProvider(String, ConnectionProvider) - Method in class org.quartz.utils.DBConnectionManager
 
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's global 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's global 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.
addNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
 
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.
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.
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
 
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.
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
 
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.
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 within the scheduler...
CloudscapeDelegate - class org.quartz.impl.jdbcjobstore.CloudscapeDelegate.
This is a driver delegate for the Cloudscape database.
CloudscapeDelegate(Log, String, String) - 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 JobPersistenceException with the given message.
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, 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.
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.
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).
clone() - Method in class org.quartz.JobDetail
 
clone() - Method in class org.quartz.Trigger
 
clone() - Method in class org.quartz.utils.DirtyFlagMap
 
clusterCheckIn(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
clusterRecover(Connection, List) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
compareTo(Object) - Method in class org.quartz.Trigger
Compare the next fire time of this Trigger to that of another.
complete(boolean) - Method in class org.quartz.core.JobRunShell
 
complete(boolean) - Method in class org.quartz.ee.jta.JTAJobRunShell
 
completeTriggerRetryLoop(Trigger, JobDetail, int) - Method in class org.quartz.core.JobRunShell
 
computeFireTimes(Trigger, Calendar, int) - Static method in class org.quartz.helpers.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger.
computeFireTimesBetween(Trigger, Calendar, Date, Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a list of Dates that are the next fire times of a Trigger that fall within the given date range.
computeFirstFireTime(Calendar) - Method in class org.quartz.CronTrigger
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.SimpleTrigger
Called by the scheduler at the time a Trigger is first added to the scheduler, in order to have the Trigger compute its first fire time, based on any associated calendar.
computeFirstFireTime(Calendar) - Method in class org.quartz.Trigger
This method should not be used by the Quartz client.
computeNumTimesFiredBetween(Date, Date) - Method in class org.quartz.SimpleTrigger
 
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
 
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, int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates a scheduler using the specified thread pool and job store and binds it to RMI.
createVolatileSchduler(int) - Method in class org.quartz.impl.DirectSchedulerFactory
Creates an in memory job store (RAMJobStore) The thread priority is set to Thread.NORM_PRIORITY

D

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
 
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
 
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.
delegateClass - 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 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
 
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.ee.ejb.EJBInvokerJob.
A Job that invokes a method on an EJB.
EJBInvokerJob() - Constructor for class org.quartz.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
 
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.
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.ee.ejb.EJBInvokerJob
 
execute(JobExecutionContext) - Method in class org.quartz.helpers.NoOpJob
Do nothing.
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.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.

F

FRIDAY - Static variable in class org.quartz.helpers.TriggerUtils
 
FiredTriggerRecord - class org.quartz.impl.jdbcjobstore.FiredTriggerRecord.
Conveys the state of a fired-trigger record.
FiredTriggerRecord() - Constructor for class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
 
firstCheckIn - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 

G

get(Object) - Method in class org.quartz.utils.DirtyFlagMap
 
getAllSchedulers() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to all known Schedulers (made by any StdSchedulerFactory instance.).
getAllSchedulers() - Static 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 interface org.quartz.QuartzCalendar
Get the base calendar.
getBaseCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
Get the base calendar.
getBoolean(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>boolean value from the JobDataMap.
getBoolean(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>boolean value from the SchedulerContext.
getBooleanProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getBooleanProperty(String, boolean) - Method in class org.quartz.utils.PropertiesParser
 
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
 
getCalendarName() - Method in class org.quartz.Trigger
Get the name of the Calendar associated with this Trigger.
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 Calendars 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 Calendars in the JobStore.
getCalendarNames(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Calendars in the JobStore.
getCalendarNames(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Calendars in the JobStore.
getChar(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>char value from the JobDataMap.
getChar(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>char value from the SchedulerContext.
getCharProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getCharProperty(String, char) - Method in class org.quartz.utils.PropertiesParser
 
getCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getCheckinTimestamp() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getClassLoadHelper() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
getClusterCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Get the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster.
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
 
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.CronTrigger
 
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.
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.helpers.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.helpers.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.helpers.TriggerUtils
Get a Date object that represents the given time, on the given date.
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
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 interface org.quartz.QuartzCalendar
Return the description given to the QuartzCalendar 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).
getDouble(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>double value from the JobDataMap.
getDouble(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>double value from the SchedulerContext.
getDoubleProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getDoubleProperty(String, double) - Method in class org.quartz.utils.PropertiesParser
 
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.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.
getErrorCode() - Method in class org.quartz.SchedulerException
Get the error code associated with this exception.
getEvenHourDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the next even hour above the given date.
getEvenHourDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the previous even hour below the given date.
getEvenMinuteDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the next even hour above the given date.
getEvenMinuteDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the previous even hour below the given date.
getEvenSecondDate(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the next even second above the given date.
getEvenSecondDateBefore(Date) - Static method in class org.quartz.helpers.TriggerUtils
Returns a date that is rounded to the previous even second below the given date.
getExcludedDates() - Method in class org.quartz.impl.calendar.HolidayCalendar
Returns a SortedSet of Dates representing the excluded days.
getExpressionSummary() - Method in class org.quartz.CronTrigger
 
getFinalFireTime() - Method in class org.quartz.CronTrigger
Returns the final time at which the CronTrigger 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.
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
 
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.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.
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
 
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 code>float value from the JobDataMap.
getFloat(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>float value from the SchedulerContext.
getFloatProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getFloatProperty(String, float) - Method in class org.quartz.utils.PropertiesParser
 
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".
getGlobalJobListeners() - Method in interface org.quartz.Scheduler
Get a List containing all of the JobListeners in the Scheduler's global list.
getGlobalJobListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the JobListeners in the Scheduler's global 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 TriggerListeners in the Scheduler's global list.
getGlobalTriggerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a list containing all of the TriggerListeners in the Scheduler's global 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.
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).
getInt(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>int value from the JobDataMap.
getInt(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>int value from the SchedulerContext.
getIntArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getIntArrayProperty(String, int[]) - Method in class org.quartz.utils.PropertiesParser
 
getIntProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getIntProperty(String, int) - Method in class org.quartz.utils.PropertiesParser
 
getJavaCalendar(long) - Static method in class org.quartz.impl.calendar.BaseCalendar
Utility method.
getJobClass() - Method in class org.quartz.JobDetail
Get the instance of Job that will be executed.
getJobCompleteMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job completes its execution.
getJobDataMap() - Method in class org.quartz.JobDetail
Get the JobDataMap that is associated with the Job.
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
 
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-global JobListener that has the given name.
getJobListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-global JobListener 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 Strings containing the names of all JobListeners 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-global JobListeners registered with the Scheduler.
getJobListenerNames() - Method in class org.quartz.core.QuartzScheduler
Get a Set containing the names of all the non-global JobListeners 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 Jobs 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 Jobs that have the given group name.
getJobNames(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Jobs that have the given group name.
getJobNames(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Jobs that have the given group name.
getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
Get the JobRunShellFactory for the QuartzScheduler to use.
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
 
getJobToBeFiredMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Get the message that is logged when a Job is about to execute.
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.CronTrigger
 
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.impl.StdSchedulerFactory
 
getLog() - Static method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
 
getLog() - Static method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
 
getLog() - Static method in class org.quartz.plugins.management.ShutdownHookPlugin
 
getLog() - Method in class org.quartz.simpl.SimpleThreadPool
 
getLong(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>long value from the JobDataMap.
getLong(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>long value from the SchedulerContext.
getLongProperty(String) - Method in class org.quartz.utils.PropertiesParser
 
getLongProperty(String, long) - Method in class org.quartz.utils.PropertiesParser
 
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
 
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
 
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.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.
getNextFireTime() - Method in class org.quartz.CronTrigger
Returns the next time at which the CronTrigger 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.utils.TriggerStatus
Get the group portion of the key.
getNextGivenMinuteDate(Date, int) - Static method in class org.quartz.helpers.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
Returns a date that is rounded to the next even multiple of the given minute.
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 interface org.quartz.QuartzCalendar
Determine the next time (in milliseconds) that is 'included' by the QuartzCalendar 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.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.
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 Calendars 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 Calendars that are stored in the JobsStore.
getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of Calendars that are stored in the JobsStore.
getNumberOfCalendars(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the number of Calendars that are stored in the JobsStore.
getNumberOfJobs(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the number of Jobs 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 Jobs that are stored in the JobStore.
getNumberOfJobs(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of JobDetails that are stored in the JobsStore.
getNumberOfJobs(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the number of Jobs that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Get the number of Triggers 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 Triggers that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.simpl.RAMJobStore
Get the number of Triggers that are stored in the JobsStore.
getNumberOfTriggers(SchedulingContext) - Method in interface org.quartz.spi.JobStore
Get the number of Triggers that are stored in the JobsStore.
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.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.
getPoolSize() - Method in class org.quartz.simpl.SimpleThreadPool
 
getPoolSize() - Method in interface org.quartz.spi.ThreadPool
 
getPreviousFireTime() - Method in class org.quartz.CronTrigger
Returns the previous time at which the CronTrigger will fire.
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.
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.
getRecoverer() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
getRefireCount() - Method in class org.quartz.JobExecutionContext
 
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.
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() - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String, String) - Method in class org.quartz.impl.DirectSchedulerFactory
Returns a handle to the Scheduler with the given name and instance Id, if it exists.
getScheduler() - Method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler produced by this factory.
getScheduler(String) - Static method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler with the given name, if it exists.
getScheduler(String, String) - Static method in class org.quartz.impl.StdSchedulerFactory
Returns a handle to the Scheduler with the given name and instance Id, if it exists.
getSchedulerClass() - Method in class org.quartz.SchedulerMetaData
Returns the class-name of the Scheduler instance.
getSchedulerContext() - Method in class org.quartz.core.QuartzScheduler
Returns the SchedulerContext of the Scheduler.
getSchedulerContext() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
getSchedulerInstanceId() - Method in interface org.quartz.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 SchedulerListeners registered with the Scheduler.
getSchedulerListeners() - Method in class org.quartz.core.QuartzScheduler
Get a List containing all of the SchedulerListeners 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.
getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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.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.
getStatus() - Method in class org.quartz.utils.TriggerStatus
Get the name portion of the key.
getString(String) - Method in class org.quartz.JobDataMap
Retrieve the identified code>String value from the JobDataMap.
getString(String) - Method in class org.quartz.SchedulerContext
Retrieve the identified code>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.
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.
getTimeZone() - Method in class org.quartz.CronTrigger
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.
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-global TriggerListener that has the given name.
getTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
Get the non-global TriggerListener 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-global TriggerListeners registered with the Scheduler.
getTriggerListenerNames() - Method in class org.quartz.Trigger
Returns an array of Strings 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-global TriggerListeners 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 Triggers 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 Triggers that have the given group name.
getTriggerNames(SchedulingContext, String) - Method in class org.quartz.simpl.RAMJobStore
Get the names of all of the Triggers that have the given group name.
getTriggerNames(SchedulingContext, String) - Method in interface org.quartz.spi.JobStore
Get the names of all of the Triggers 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.
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 Triggers that are associated with the identified JobDetail.
getTriggersOfJob(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Get all Triggers 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
 
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
 
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() - Method in class org.quartz.core.QuartzScheduler
 
getVersionMajor() - Method in class org.quartz.core.QuartzScheduler
 
getVersionMinor() - Method in class org.quartz.core.QuartzScheduler
 
getWrappedMap() - Method in class org.quartz.utils.DirtyFlagMap
Get a direct handle to the underlying Map.

H

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.
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

I

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_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 Triggers referencing the same JobDetail as this one should be put in the COMPLETE 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.
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
 
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
 
initialize(QuartzScheduler, Trigger, Calendar, JobDetail, boolean) - 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 JobExecutionCOntexts 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 JobExecutionContexts 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 JobExecutionCOntexts 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(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() - 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(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 interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert a new calendar.
insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert a new calendar.
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 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 interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the job detail record.
insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the job detail record.
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 interface org.quartz.impl.jdbcjobstore.DriverDelegate
Insert the base trigger data.
insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Insert the base trigger data.
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
 
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
 
isFailedOver() - Method in class org.quartz.JobExecutionContext
Deprecated.  
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.CronTrigger
 
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.
isPaused() - Method in interface org.quartz.Scheduler
Reports whether the Scheduler is paused.
isPaused() - Method in class org.quartz.SchedulerMetaData
Reports whether the Scheduler is paused.
isPaused() - Method in class org.quartz.core.QuartzScheduler
Reports whether the Scheduler is paused.
isPaused() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
isPaused() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
isPaused() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
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
 
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.
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.
isTimeIncluded(long) - Method in interface org.quartz.Calendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in interface org.quartz.QuartzCalendar
Determine whether the given time (in milliseconds) is 'included' by the QuartzCalendar.
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.HolidayCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTimeIncluded(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
Determine whether the given time (in milliseconds) is 'included' by the Calendar.
isTriggerGroupPaused(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
 
isTriggerGroupPaused(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
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.
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 interface org.quartz.QuartzCalendar
Whether or not the QuartzCalendar should 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.

J

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, Trigger, Calendar, JobDetail, Job, boolean) - 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 JobDetail 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(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.
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 Jobs 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.
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
 
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.
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's JobStore 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
 
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.

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.helpers.TriggerUtils
 
LOCK_CALENDAR_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_JOB_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_MISFIRE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_STATE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LOCK_TRIGGER_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
LockException - exception 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 execytions 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
 
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.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.
logger - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
lookup() - Method in class org.quartz.ee.jta.UserTransactionHelper
 
lookup(String, 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.helpers.TriggerUtils
 
MILLISECONDS_IN_HOUR - Static variable in class org.quartz.helpers.TriggerUtils
 
MILLISECONDS_IN_MINUTE - Static variable in class org.quartz.helpers.TriggerUtils
 
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_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_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.helpers.TriggerUtils
 
MONTH - Static variable in interface org.quartz.Calendar
 
MONTH - Static variable in interface org.quartz.QuartzCalendar
 
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.
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.helpers.VersionPrinter
 
main(String[]) - Static method in class org.quartz.impl.QuartzServer
 
makeDailyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every day at the given time.
makeHourlyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every hour, indefinitely.
makeHourlyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N hours, indefinitely.
makeHourlyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N hours, with the given number of repeats.
makeMinutelyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every minute, indefinitely.
makeMinutelyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N minutes, indefinitely.
makeMinutelyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N minutes, with the given number of repeats.
makeMonthlyTrigger(int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every day at the given time.
makeSecondlyTrigger() - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every second, indefinitely.
makeSecondlyTrigger(int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N seconds, indefinitely.
makeSecondlyTrigger(int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every N seconds, with the given number of repeats.
makeWeeklyTrigger(int, int, int) - Static method in class org.quartz.helpers.TriggerUtils
Make a trigger that will fire every day at the given time.
mayFireAgain() - Method in class org.quartz.CronTrigger
Determines whether or not the CronTrigger will occur 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.

N

NoOpJob - class org.quartz.helpers.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.helpers.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
 
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
 
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
 
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.
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
 
org.quartz.core - package org.quartz.core
 
org.quartz.ee.ejb - package org.quartz.ee.ejb
 
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
 
org.quartz.impl - package org.quartz.impl
 
org.quartz.impl.calendar - package org.quartz.impl.calendar
 
org.quartz.impl.jdbcjobstore - package org.quartz.impl.jdbcjobstore
 
org.quartz.plugins.history - package org.quartz.plugins.history
 
org.quartz.plugins.management - package org.quartz.plugins.management
 
org.quartz.simpl - package org.quartz.simpl
 
org.quartz.spi - package org.quartz.spi
 
org.quartz.utils - package org.quartz.utils
 

P

PROPERTIES_FILE - Static variable in class org.quartz.impl.StdSchedulerFactory
 
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_STORE_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_JOB_STORE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_PLUGIN_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_PLUGIN_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_CLASS_LOAD_HELPER_CLASS - 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_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_CREATE_REGISTRY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_HOST - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_RMI_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_SCHED_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_THREAD_POOL_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
 
PROP_THREAD_POOL_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
 
Pair - class org.quartz.utils.Pair.
Utility class for storing two pieces of information together.
Pair() - Constructor for class org.quartz.utils.Pair
 
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.
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
 
passivate() - Method in class org.quartz.core.JobRunShell
 
pause() - Method in interface org.quartz.Scheduler
Temporarily halts the Scheduler's firing of Triggers.
pause() - Method in class org.quartz.core.QuartzScheduler
Temporarily halts the QuartzScheduler's firing of Triggers.
pause() - Method in interface org.quartz.core.RemotableQuartzScheduler
 
pause() - Method in class org.quartz.impl.RemoteScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pause() - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler.
pauseAll() - Method in interface org.quartz.Scheduler
Pause all triggers - equivalent of calling pauseTriggerGroup(group) on every group.
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.
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.
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(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
 

Q

QuartzCalendar - interface org.quartz.QuartzCalendar.
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.
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) - 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 Triggers 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.
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(RemotableQuartzScheduler, SchedulingContext) - 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) - 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) - 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, 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 Triggers 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 Triggers that reference it.
removeJob(SchedulingContext, String, String) - Method in class org.quartz.simpl.RAMJobStore
Remove (delete) the Job with the given name, and any Triggers that reference it.
removeJob(SchedulingContext, String, String) - Method in interface org.quartz.spi.JobStore
Remove (delete) the Job with the given name, and any Triggers 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.
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.
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.
resumeAll() - Method in interface org.quartz.Scheduler
Resume (un-pause) all triggers - equivalent of 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.
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.helpers.TriggerUtils
 
SECONDS_IN_DAY - Static variable in class org.quartz.helpers.TriggerUtils
 
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_PAUSED_TRIGGER_GROUP - 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_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_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 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_WAITING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
 
SUNDAY - Static variable in class org.quartz.helpers.TriggerUtils
 
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.
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
 
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 Threads 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 JobDetails 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.
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.
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.
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) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Select the job to which the trigger is associated.
selectJobForTrigger(Connection, String, String) - 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.
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.
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).
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 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 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 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
 
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(QuartzCalendar) - Method in interface org.quartz.QuartzCalendar
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
setCalendarName(String) - Method in class org.quartz.Trigger
Associate the Calendar with the given name with this Trigger.
setCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCheckinTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
 
setCleanShutdown(boolean) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
Set whether or not the plug-in is configured to cause a clean shutdown of the scheduler.
setClusterCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster.
setCronExpression(String) - Method in class org.quartz.CronTrigger
 
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.
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 interface org.quartz.QuartzCalendar
Set a description for the QuartzCalendar 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.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.
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.SimpleTrigger
Set the time at which the SimpleTrigger should quit repeating (and be automatically deleted).
setErrorCode(int) - Method in class org.quartz.SchedulerException
Get the error code associated with this exception.
setFailedOver(boolean) - Method in class org.quartz.JobExecutionContext
Deprecated.  
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.
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).
setIsClustered(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance is part of a cluster.
setJobClass(Class) - Method in class org.quartz.JobDetail
Set the instance of Job that will be executed.
setJobCompleteMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job completes its execution.
setJobDataMap(JobDataMap) - Method in class org.quartz.JobDetail
Set the JobDataMap to be associated with the Job.
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.
setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
Set the JobStore for the QuartzScheduler to use.
setJobToBeFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
Set the message that is logged when a Job is about to execute.
setKey(Key) - Method in class org.quartz.utils.TriggerStatus
 
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.
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.
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.
setNonManagedTXDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Set the name of the DataSource that should be used for performing database functions.
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.
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.
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.
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.
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.
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.
setStartTime(Date) - Method in class org.quartz.CronTrigger
 
setStartTime(Date) - Method in class org.quartz.SimpleTrigger
Set the time at which the SimpleTrigger should occur.
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.
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.
setTimeZone(TimeZone) - Method in class org.quartz.CronTrigger
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.helpers.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.helpers.TriggerUtils
Set the given Trigger's name to the given value, and its group to the given group.
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.
setUnscheduleAllTriggers(boolean) - Method in class org.quartz.JobExecutionException
 
setUnscheduleFiringTrigger(boolean) - Method in class org.quartz.JobExecutionException
 
setUseDBLocks(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
Set whether this instance should use database-based thread synchronization.
setUserTxLocation(String) - Method in class org.quartz.ee.jta.UserTransactionHelper
Set the JNDI URL at which the Application Server's UserTransaction can be found.
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 interface org.quartz.QuartzCalendar
Set whether or not the QuartzCalendar 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.
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.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.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.
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
 
size() - Method in class org.quartz.utils.DirtyFlagMap
 
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.
storeCalendar(SchedulingContext, String, Calendar, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
Store the given Calendar.
storeCalendar(Connection, SchedulingContext, String, Calendar, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
storeCalendar(SchedulingContext, String, Calendar, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean) - Method in class org.quartz.simpl.RAMJobStore
Store the given Calendar.
storeCalendar(SchedulingContext, String, Calendar, boolean) - Method in interface org.quartz.spi.JobStore
Store the given Calendar.
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, boolean, String, 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
 
THURSDAY - Static variable in class org.quartz.helpers.TriggerUtils
 
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.helpers.TriggerUtils
 
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, Calendar, boolean) - 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.helpers.TriggerUtils.
Convenience and utility methods for simplifying the construction and configuration of Triggers.
TriggerUtils() - Constructor for class org.quartz.helpers.TriggerUtils
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
tablePrefix - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
 
toString() - Method in class org.quartz.JobDetail
Return a simple string representation of this object.
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.utils.Key
Return the string representation of the key.
toString() - Method in class org.quartz.utils.TriggerStatus
Return the string representation of the TriggerStatus.
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(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified Job (execute it now) - with a non-volatile trigger.
triggerJob(SchedulingContext, String, String) - 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) - 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(SchedulingContext, String, String) - Method in class org.quartz.core.QuartzScheduler
Trigger the identified Job (execute it now) - with a volatile trigger.
triggerJobWithVolatileTrigger(SchedulingContext, String, String) - 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) - Method in class org.quartz.impl.StdScheduler
Calls the equivalent method on the 'proxied' QuartzScheduler, passing the SchedulingContext associated with this instance.
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.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.
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.
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

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_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_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
 
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.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.
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 interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update a calendar.
updateCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update a calendar.
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 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.StdJDBCDelegate
Update the job data map for the given job.
updateJobDetail(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the job detail record.
updateJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the job detail record.
updateMisfiredTrigger(Connection, SchedulingContext, String, String, String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
 
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 interface org.quartz.impl.jdbcjobstore.DriverDelegate
Update the base trigger data.
updateTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
Update the base trigger data.
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.

V

VERSION_ITERATION - Static variable in class org.quartz.core.QuartzScheduler
 
VERSION_MAJOR - Static variable in class org.quartz.core.QuartzScheduler
 
VERSION_MINOR - Static variable in class org.quartz.core.QuartzScheduler
 
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.SimpleTrigger
 
validateMisfireInstruction(int) - Method in class org.quartz.Trigger
 
validateState() - Method in class org.quartz.core.QuartzScheduler
 
values() - Method in class org.quartz.utils.DirtyFlagMap
 

W

WEDNESDAY - Static variable in class org.quartz.helpers.TriggerUtils
 
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.
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
willFireOn(Calendar) - Method in class org.quartz.CronTrigger
Determines whether the date & time of the given Calendar instance falls on a scheduled fire-time of this trigger.

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

Copyright James House (c) 2001-2004