- C3p0PoolingConnectionProvider - Class in org.quartz.utils
-
A ConnectionProvider
implementation that creates its own
pool of connections.
- C3p0PoolingConnectionProvider(String, String, String, String, int, String) - Constructor for class org.quartz.utils.C3p0PoolingConnectionProvider
-
- C3p0PoolingConnectionProvider(Properties) - Constructor for class org.quartz.utils.C3p0PoolingConnectionProvider
-
Create a connection pool using the given properties.
- CacheDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is a driver delegate for Intersystems Caché database.
- CacheDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CacheDelegate
-
- calcFailedIfAfter(SchedulerStateRecord) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- Calendar - Interface in org.quartz
-
An interface to be implemented by objects that define spaces of time during
which an associated
Trigger
may (not) fire.
- calendarCache - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- calendarExists(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Check whether or not a calendar exists.
- calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Check whether or not a calendar exists.
- calendarIntervalSchedule() - Static method in class org.quartz.CalendarIntervalScheduleBuilder
-
Create a CalendarIntervalScheduleBuilder.
- CalendarIntervalScheduleBuilder - Class in org.quartz
-
CalendarIntervalScheduleBuilder
is a
ScheduleBuilder
that defines calendar time (day, week, month, year) interval-based
schedules for
Trigger
s.
- CalendarIntervalScheduleBuilder() - Constructor for class org.quartz.CalendarIntervalScheduleBuilder
-
- CalendarIntervalTrigger - Interface in org.quartz
-
A concrete
Trigger
that is used to fire a
JobDetail
based upon repeating calendar time intervals.
- CalendarIntervalTriggerImpl - Class in org.quartz.impl.triggers
-
A concrete
Trigger
that is used to fire a
JobDetail
based upon repeating calendar time intervals.
- CalendarIntervalTriggerImpl() - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
with no settings.
- CalendarIntervalTriggerImpl(String, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
that will occur immediately, and
repeat at the the given interval.
- CalendarIntervalTriggerImpl(String, String, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
that will occur immediately, and
repeat at the the given interval.
- CalendarIntervalTriggerImpl(String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
that will occur at the given time,
and repeat at the the given interval until the given end time.
- CalendarIntervalTriggerImpl(String, String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
that will occur at the given time,
and repeat at the the given interval until the given end time.
- CalendarIntervalTriggerImpl(String, String, String, String, Date, Date, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Create a DateIntervalTrigger
that will occur at the given time,
fire the identified Job
and repeat at the the given
interval until the given end time.
- CalendarIntervalTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
-
- CalendarIntervalTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-
- calendarIsReferenced(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Check whether or not a calendar is referenced by any triggers.
- calendarIsReferenced(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Check whether or not a calendar is referenced by any triggers.
- calendarsByName - Variable in class org.quartz.simpl.RAMJobStore
-
- canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-
- canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-
- canHandleTriggerType(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- canHandleTriggerType(OperableTrigger) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
-
- canUseProperties() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether String-only properties will be handled in JobDataMaps.
- canUseProperties() - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- CascadingClassLoadHelper - Class in org.quartz.simpl
-
A ClassLoadHelper
uses all of the ClassLoadHelper
types that are found in this package in its attempts to load a class, when
one scheme is found to work, it is promoted to the scheme that will be used
first the next time a class is loaded (in order to improve performance).
- CascadingClassLoadHelper() - Constructor for class org.quartz.simpl.CascadingClassLoadHelper
-
- checkBlockedState(Connection, JobKey, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Determines if a Trigger for the given job should be blocked.
- checkExists(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Determine whether a
Job
with the given identifier already
exists within the scheduler.
- checkExists(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
Determine whether a
Trigger
with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- checkExists(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- checkExists(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Determine whether a
Job
with the given identifier already
exists within the scheduler.
- checkExists(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- checkExists(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Determine whether a
Trigger
with the given identifier already
exists within the scheduler.
- checkExists(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- checkExists(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- checkExists(JobKey) - Method in interface org.quartz.Scheduler
-
Determine whether a
Job
with the given identifier already
exists within the scheduler.
- checkExists(TriggerKey) - Method in interface org.quartz.Scheduler
-
Determine whether a
Trigger
with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
Determine whether a
Job
with the given identifier already
exists within the scheduler.
- checkExists(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
Determine whether a
Trigger
with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in interface org.quartz.spi.JobStore
-
Determine whether a
Job
with the given identifier already
exists within the scheduler.
- checkExists(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
Determine whether a
Trigger
with the given identifier already
exists within the scheduler.
- checkExists(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- checkExists(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- checkExists(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- checkExists(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- checkNext(int, String, int, int) - Method in class org.quartz.CronExpression
-
- CircularLossyQueue<T> - Class in org.quartz.utils
-
An implementation of a CircularQueue data-structure.
- CircularLossyQueue(int) - Constructor for class org.quartz.utils.CircularLossyQueue
-
Constructs the circular queue with the specified capacity
- classLoadHelper - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- classLoadHelper - Variable in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
- ClassLoadHelper - Interface in org.quartz.spi
-
An interface for classes wishing to provide the service of loading classes
and resources within the scheduler...
- classLoadHelper - Variable in class org.quartz.xml.XMLSchedulingDataProcessor
-
- ClassUtils - Class in org.quartz.utils
-
- ClassUtils() - Constructor for class org.quartz.utils.ClassUtils
-
- cleanupConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Cleanup the given database connection.
- clear() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- clear() - Method in class org.quartz.core.QuartzScheduler
-
- clear() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- clear() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- clear() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- clear() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- clear() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- clear() - Method in interface org.quartz.Scheduler
-
- clear() - Method in class org.quartz.utils.DirtyFlagMap
-
- clear() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- clearAllSchedulingData() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- clearAllSchedulingData(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- clearAllSchedulingData() - Method in class org.quartz.simpl.RAMJobStore
-
- clearAllSchedulingData() - Method in interface org.quartz.spi.JobStore
-
- clearAllSchedulingData() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- clearAllSchedulingData() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- clearAndGetSignalSchedulingChangeOnTxCompletion() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- clearData(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- clearData(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- clearDirtyFlag() - Method in class org.quartz.utils.DirtyFlagMap
-
Clear the 'dirty' flag (set dirty flag to false
).
- clearFromBusyWorkersList(SimpleThreadPool.WorkerThread) - Method in class org.quartz.simpl.SimpleThreadPool
-
- clearPausedJobGroups() - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- clearSignaledSchedulingChange() - Method in class org.quartz.core.QuartzSchedulerThread
-
- clearStatistics() - Method in class org.quartz.core.SampledStatisticsImpl
-
Clears the collected statistics.
- clearValidationExceptions() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Resets the the number of detected validation exceptions.
- clone() - Method in interface org.quartz.Calendar
-
- clone() - Method in class org.quartz.CronExpression
-
Deprecated.
- clone() - Method in class org.quartz.impl.calendar.AnnualCalendar
-
- clone() - Method in class org.quartz.impl.calendar.BaseCalendar
-
- clone() - Method in class org.quartz.impl.calendar.CronCalendar
-
- clone() - Method in class org.quartz.impl.calendar.DailyCalendar
-
- clone() - Method in class org.quartz.impl.calendar.HolidayCalendar
-
- clone() - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
- clone() - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
- clone() - Method in class org.quartz.impl.JobDetailImpl
-
- clone() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- clone() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- clone() - Method in interface org.quartz.JobDetail
-
- clone() - Method in interface org.quartz.spi.MutableTrigger
-
- clone() - Method in class org.quartz.utils.DirtyFlagMap
-
- close() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
Attempts to restore the auto commit and transaction isolation connection
attributes of the wrapped connection to their original values (if they
were overwritten), before finally actually closing the wrapped connection.
- closeConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Closes the supplied Connection
.
- closeResource(Object) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
-
- closeResultSet(ResultSet) - Static method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Cleanup helper method that closes the given ResultSet
while ignoring any errors.
- closeResultSet(ResultSet) - Static method in class org.quartz.impl.jdbcjobstore.Util
-
Cleanup helper method that closes the given ResultSet
while ignoring any errors.
- closeStatement(Statement) - Static method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Cleanup helper method that closes the given Statement
while ignoring any errors.
- closeStatement(Statement) - Static method in class org.quartz.impl.jdbcjobstore.Util
-
Cleanup helper method that closes the given Statement
while ignoring any errors.
- clusterCheckIn(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- ClusteredJobStore - Interface in org.terracotta.quartz
-
- clusterRecover(Connection, List<SchedulerStateRecord>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- COL_BLOB - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_BOOL_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_BOOL_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_CALENDAR_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_CHECKIN_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_CRON_EXPRESSION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_DEC_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_DEC_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_DESCRIPTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_END_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_ENTRY_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_ENTRY_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_FIRED_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_INSTANCE_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_INT_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_INT_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_IS_DURABLE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_IS_NONCONCURRENT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_IS_UPDATE_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_IS_VOLATILE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_JOB_CLASS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_JOB_DATAMAP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_JOB_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_LAST_CHECKIN_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_LOCK_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_LONG_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_LONG_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_MISFIRE_INSTRUCTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_PREV_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_PRIORITY - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_REPEAT_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_REPEAT_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_REQUESTS_RECOVERY - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_SCHED_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_SCHEDULER_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_START_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_STR_PROP_1 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_STR_PROP_2 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_STR_PROP_3 - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- COL_TIME_ZONE_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_TIMES_TRIGGERED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_TRIGGER_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- COL_TRIGGER_TYPE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- commitConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Commit the supplied connection
- compare(Date, int, TriggerKey, Date, int, TriggerKey) - Static method in class org.quartz.Trigger.TriggerTimeComparator
-
- compare(Trigger, Trigger) - Method in class org.quartz.Trigger.TriggerTimeComparator
-
- compareTo - Variable in class org.quartz.impl.matchers.KeyMatcher
-
- compareTo - Variable in class org.quartz.impl.matchers.StringMatcher
-
- compareTo(Trigger) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Compare the next fire time of this Trigger
to that of
another by comparing their keys, or in other words, sorts them
according to the natural (i.e.
- compareTo(Trigger) - Method in interface org.quartz.Trigger
-
Compare the next fire time of this Trigger
to that of
another by comparing their keys, or in other words, sorts them
according to the natural (i.e.
- compareTo(Key<T>) - Method in class org.quartz.utils.Key
-
- compareTo(TimeTrigger) - Method in class org.terracotta.quartz.collections.TimeTrigger
-
- compareWith - Variable in class org.quartz.impl.matchers.StringMatcher
-
- complete(boolean) - Method in class org.quartz.core.JobRunShell
-
- complete(boolean) - Method in class org.quartz.ee.jta.JTAJobRunShell
-
- computeEndTimeToAllowParticularNumberOfFirings(OperableTrigger, Calendar, int) - Static method in class org.quartz.TriggerUtils
-
Compute the Date
that is 1 second after the Nth firing of
the given Trigger
, taking the triger's associated
Calendar
into consideration.
- computeFireTimes(OperableTrigger, Calendar, int) - Static method in class org.quartz.TriggerUtils
-
Returns a list of Dates that are the next fire times of a
Trigger
.
- computeFireTimesBetween(OperableTrigger, Calendar, Date, Date) - Static method in class org.quartz.TriggerUtils
-
Returns a list of Dates that are the next fire times of a
Trigger
that fall within the given date range.
- computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
This method should not be used by the Quartz client.
- computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Called by the scheduler at the time a Trigger
is first
added to the scheduler, in order to have the Trigger
compute its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Called by the scheduler at the time a Trigger
is first
added to the scheduler, in order to have the Trigger
compute its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Called by the scheduler at the time a Trigger
is first
added to the scheduler, in order to have the Trigger
compute its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Called by the scheduler at the time a Trigger
is first
added to the scheduler, in order to have the Trigger
compute its first fire time, based on any associated calendar.
- computeFirstFireTime(Calendar) - Method in interface org.quartz.spi.OperableTrigger
-
This method should not be used by the Quartz client.
- computeNumTimesFiredBetween(Date, Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
- ConnectionProvider - Interface in org.quartz.utils
-
Implementations of this interface used by DBConnectionManager
to provide connections from various sources.
- Constants - Interface in org.quartz.impl.jdbcjobstore
-
This interface can be implemented by any
DriverDelegate
class that needs to use the constants contained herein.
- containsFiredTrigger(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- containsKey(Object) - Method in class org.quartz.utils.DirtyFlagMap
-
- containsKey(Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- containsKey(JobKey) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- containsKey(TriggerKey) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- containsTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
- containsValue(Object) - Method in class org.quartz.utils.DirtyFlagMap
-
- containsValue(Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- contextDestroyed(ServletContextEvent) - Method in class org.quartz.ee.servlet.QuartzInitializerListener
-
- contextInitialized(ServletContextEvent) - Method in class org.quartz.ee.servlet.QuartzInitializerListener
-
- convertFromProperty(Properties) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
convert the JobDataMap into a list of properties
- convertToProperty(Map<?, ?>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
convert the JobDataMap into a list of properties
- CoreTrigger - Interface in org.quartz.impl.triggers
-
internal interface preserved for backward compatibility
- COUNT_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- Counter - Interface in org.quartz.utils.counter
-
A simple counter
- CounterConfig - Class in org.quartz.utils.counter
-
Config for a simple Counter
- CounterConfig(long) - Constructor for class org.quartz.utils.counter.CounterConfig
-
Creates a config with the initial value
- CounterImpl - Class in org.quartz.utils.counter
-
A simple counter implementation
- CounterImpl() - Constructor for class org.quartz.utils.counter.CounterImpl
-
Default Constructor
- CounterImpl(long) - Constructor for class org.quartz.utils.counter.CounterImpl
-
Constructor with initial value
- CounterManager - Interface in org.quartz.utils.counter
-
A Counter Manager that accepts a config to create counters.
- CounterManagerImpl - Class in org.quartz.utils.counter
-
- CounterManagerImpl(Timer) - Constructor for class org.quartz.utils.counter.CounterManagerImpl
-
Constructor that accepts a timer that will be used for scheduling sampled
counter if any is created
- countMisfiredTriggersInState(Connection, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the number of triggers in the given state that have
misfired - according to the given timestamp.
- countMisfiredTriggersInState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Get the number of triggers in the given states that have
misfired - according to the given timestamp.
- CREATE_REGISTRY_ALWAYS - Static variable in class org.quartz.core.QuartzSchedulerResources
-
- CREATE_REGISTRY_AS_NEEDED - Static variable in class org.quartz.core.QuartzSchedulerResources
-
- CREATE_REGISTRY_NEVER - Static variable in class org.quartz.core.QuartzSchedulerResources
-
- createCounter() - Method in class org.quartz.utils.counter.CounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter(CounterConfig) - Method in interface org.quartz.utils.counter.CounterManager
-
Creates a Counter based on tha passed config
- createCounter(CounterConfig) - Method in class org.quartz.utils.counter.CounterManagerImpl
-
Creates a Counter based on tha passed config
- createCounter() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
-
Creates and returns a Counter based on the initial value
- createCounter() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterConfig
-
Creates and returns a Counter based on the initial value
- createJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Build a
Calendar
for the given timeStamp.
- createJavaCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
-
- createJobRunShell(TriggerFiredBundle) - Method in interface org.quartz.core.JobRunShellFactory
-
- createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
-
- createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
-
- createJobRunShell(TriggerFiredBundle) - Method in class org.quartz.impl.StdJobRunShellFactory
-
- createJobWrapper(JobDetail) - Method in class org.terracotta.quartz.wrappers.DefaultWrapperFactory
-
- createJobWrapper(JobDetail) - Method in interface org.terracotta.quartz.wrappers.WrapperFactory
-
- createLockForKey(K) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- createMailInfo() - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- createMessage(JobDataMap, Session) - Method in interface org.quartz.jobs.ee.jms.JmsMessageFactory
-
Creates a javax.jms.Message
.
- createNewJobStoreInstance(String, boolean) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- createQueryBuilder() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- 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
-
- createRemoteScheduler(String, String, String, String, int) - Method in class org.quartz.impl.DirectSchedulerFactory
-
- 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
-
- createScheduler(String, String, ThreadPool, JobStore, String, int, long, long) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool and job store and
binds it to RMI.
- createScheduler(String, String, ThreadPool, JobStore, Map<String, SchedulerPlugin>, String, int, long, long, boolean, String) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createScheduler(String, String, ThreadPool, ThreadExecutor, JobStore, Map<String, SchedulerPlugin>, String, int, long, long, boolean, String) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createScheduler(String, String, ThreadPool, ThreadExecutor, JobStore, Map<String, SchedulerPlugin>, String, int, long, long, boolean, String, int, long) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Creates a scheduler using the specified thread pool, job store, and
plugins, and binds it to RMI.
- createService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- createTriggerWrapper(OperableTrigger, boolean) - Method in class org.terracotta.quartz.wrappers.DefaultWrapperFactory
-
- createTriggerWrapper(OperableTrigger, boolean) - Method in interface org.terracotta.quartz.wrappers.WrapperFactory
-
- createUniqueName(String) - Static method in class org.quartz.utils.Key
-
- createVolatileScheduler(int) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Creates an in memory job store (
RAMJobStore
)
The thread priority is set to Thread.NORM_PRIORITY
- createWorkerThreads(int) - Method in class org.quartz.simpl.SimpleThreadPool
-
- CREDENTIALS - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
-
- CREDENTIALS - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- CronCalendar - Class in org.quartz.impl.calendar
-
This implementation of the Calendar excludes the set of times expressed by a
given
CronExpression
.
- CronCalendar(String) - Constructor for class org.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar
with the given cron expression and no
baseCalendar
.
- CronCalendar(Calendar, String) - Constructor for class org.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar
with the given cron expression and
baseCalendar
.
- CronCalendar(Calendar, String, TimeZone) - Constructor for class org.quartz.impl.calendar.CronCalendar
-
Create a CronCalendar
with the given cron exprssion,
baseCalendar
, and TimeZone
.
- CronExpression - Class in org.quartz
-
Provides a parser and evaluator for unix-like cron expressions.
- CronExpression(String) - Constructor for class org.quartz.CronExpression
-
Constructs a new CronExpression
based on the specified
parameter.
- CronExpression(CronExpression) - Constructor for class org.quartz.CronExpression
-
Constructs a new CronExpression
as a copy of an existing
instance.
- cronSchedule(String) - Static method in class org.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression string -
which is presumed to be a valid cron expression (and hence only a
RuntimeException will be thrown if it is not).
- cronSchedule(CronExpression) - Static method in class org.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression.
- CronScheduleBuilder - Class in org.quartz
-
- CronScheduleBuilder(CronExpression) - Constructor for class org.quartz.CronScheduleBuilder
-
- cronScheduleNonvalidatedExpression(String) - Static method in class org.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with the given cron-expression string -
which may not be a valid cron expression (and hence a ParseException will
be thrown if it is not).
- CronTrigger - Interface in org.quartz
-
The public interface for inspecting settings specific to a CronTrigger, .
- CronTriggerImpl - Class in org.quartz.impl.triggers
-
A concrete
Trigger
that is used to fire a
JobDetail
at given moments in time, defined with Unix 'cron-like' definitions.
- CronTriggerImpl() - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
Create a CronTrigger
with no settings.
- CronTriggerImpl(String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String, String, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String, String, String, TimeZone) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String, String, Date, Date, String) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerImpl(String, String, String, String, Date, Date, String, TimeZone) - Constructor for class org.quartz.impl.triggers.CronTriggerImpl
-
- CronTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
-
- CronTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- CronTriggerSupport - Class in org.quartz.core.jmx
-
- CronTriggerSupport() - Constructor for class org.quartz.core.jmx.CronTriggerSupport
-
- CUBRIDDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is a driver delegate for the CUBRID JDBC driver.
- CUBRIDDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.CUBRIDDelegate
-
- dailyAtHourAndMinute(int, int) - Static method in class org.quartz.CronScheduleBuilder
-
Create a CronScheduleBuilder with a cron-expression that sets the
schedule to fire every day at the given time (hour and minute).
- DailyCalendar - Class in org.quartz.impl.calendar
-
This implementation of the Calendar excludes (or includes - see below) a
specified time range each day.
- DailyCalendar(String, String) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified strings and no baseCalendar
.
- DailyCalendar(Calendar, String, String) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified strings and the specified baseCalendar
.
- DailyCalendar(int, int, int, int, int, int, int, int) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and no baseCalendar
.
- DailyCalendar(Calendar, int, int, int, int, int, int, int, int) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and the specified baseCalendar
.
- DailyCalendar(Calendar, Calendar) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified java.util.Calendar
s and no
baseCalendar
.
- DailyCalendar(Calendar, Calendar, Calendar) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified java.util.Calendar
s and the specified
baseCalendar
.
- DailyCalendar(long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and no baseCalendar
.
- DailyCalendar(Calendar, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and the specified baseCalendar
.
- DailyCalendar(TimeZone, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and no baseCalendar
.
- DailyCalendar(Calendar, TimeZone, long, long) - Constructor for class org.quartz.impl.calendar.DailyCalendar
-
Create a DailyCalendar
with a time range defined by the
specified values and the specified baseCalendar
.
- dailyTimeIntervalSchedule() - Static method in class org.quartz.DailyTimeIntervalScheduleBuilder
-
Create a DailyTimeIntervalScheduleBuilder.
- DailyTimeIntervalScheduleBuilder - Class in org.quartz
-
A
ScheduleBuilder
implementation that build schedule for DailyTimeIntervalTrigger.
- DailyTimeIntervalScheduleBuilder() - Constructor for class org.quartz.DailyTimeIntervalScheduleBuilder
-
- DailyTimeIntervalTrigger - Interface in org.quartz
-
A
Trigger
that is used to fire a
JobDetail
based upon daily repeating time intervals.
- DailyTimeIntervalTriggerImpl - Class in org.quartz.impl.triggers
-
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
JobDetail
based upon daily repeating time intervals.
- DailyTimeIntervalTriggerImpl() - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
with no settings.
- DailyTimeIntervalTriggerImpl(String, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
that will occur immediately, and
repeat at the the given interval.
- DailyTimeIntervalTriggerImpl(String, String, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
that will occur immediately, and
repeat at the the given interval.
- DailyTimeIntervalTriggerImpl(String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
that will occur at the given time,
and repeat at the the given interval until the given end time.
- DailyTimeIntervalTriggerImpl(String, String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
that will occur at the given time,
and repeat at the the given interval until the given end time.
- DailyTimeIntervalTriggerImpl(String, String, String, String, Date, Date, TimeOfDay, TimeOfDay, DateBuilder.IntervalUnit, int) - Constructor for class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Create a DailyTimeIntervalTrigger
that will occur at the given time,
fire the identified Job
and repeat at the the given
interval until the given end time.
- DailyTimeIntervalTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
-
Persist a DailyTimeIntervalTrigger by converting internal fields to and from
SimplePropertiesTriggerProperties.
- DailyTimeIntervalTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-
- DateBuilder - Class in org.quartz
-
DateBuilder
is used to conveniently create
java.util.Date
instances that meet particular criteria.
- DateBuilder.IntervalUnit - Enum in org.quartz
-
- dateOf(int, int, int) - Static method in class org.quartz.DateBuilder
-
- dateOf(int, int, int, int, int) - Static method in class org.quartz.DateBuilder
-
Get a Date
object that represents the given time, on the
given date.
- dateOf(int, int, int, int, int, int) - Static method in class org.quartz.DateBuilder
-
Get a Date
object that represents the given time, on the
given date.
- DAY_OF_MONTH - Static variable in class org.quartz.CronExpression
-
- DAY_OF_WEEK - Static variable in class org.quartz.CronExpression
-
- dayMap - Static variable in class org.quartz.CronExpression
-
- daysOfMonth - Variable in class org.quartz.CronExpression
-
- daysOfWeek - Variable in class org.quartz.CronExpression
-
- DB2v6Delegate - Class in org.quartz.impl.jdbcjobstore
-
Quartz JDBC delegate for DB2 v6 databases.
- DB2v6Delegate() - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- DB2v7Delegate - Class in org.quartz.impl.jdbcjobstore
-
Quartz JDBC delegate for DB2 v7 databases.
- DB2v7Delegate() - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
-
- DB2v8Delegate - Class in org.quartz.impl.jdbcjobstore
-
Quartz JDBC delegate for DB2 v8 databases.
- DB2v8Delegate() - Constructor for class org.quartz.impl.jdbcjobstore.DB2v8Delegate
-
- DB_DISCARD_IDLE_CONNECTIONS_SECONDS - Static variable in class org.quartz.utils.C3p0PoolingConnectionProvider
-
Discard connections after they have been idle this many seconds.
- DB_DRIVER - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The JDBC database driver.
- DB_IDLE_VALIDATION_SECONDS - Static variable in class org.quartz.utils.C3p0PoolingConnectionProvider
-
The number of seconds between tests of idle connections - only enabled
if the validation query property is set.
- DB_MAX_CACHED_STATEMENTS_PER_CONNECTION - Static variable in class org.quartz.utils.C3p0PoolingConnectionProvider
-
The maximum number of prepared statements that will be cached per connection in the pool.
- DB_MAX_CONNECTIONS - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The maximum number of database connections to have in the pool.
- DB_PASSWORD - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The database user password.
- DB_PROPS_PREFIX - Static variable in class org.quartz.utils.DBConnectionManager
-
- DB_URL - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The JDBC database URL.
- DB_USER - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The database user name.
- DB_VALIDATE_ON_CHECKOUT - Static variable in class org.quartz.utils.C3p0PoolingConnectionProvider
-
Whether the database sql query to validate connections should be executed every time
a connection is retrieved from the pool to ensure that it is still valid.
- DB_VALIDATION_QUERY - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The database sql query to execute every time a connection is returned
to the pool to ensure that it is still valid.
- DBConnectionManager - Class in org.quartz.utils
-
Manages a collection of ConnectionProviders, and provides transparent access
to their connections.
- DBSemaphore - Class in org.quartz.impl.jdbcjobstore
-
Base class for database based lock handlers for providing thread/resource locking
in order to protect resources from being altered by multiple threads at the
same time.
- DBSemaphore(String, String, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- DECEMBER - Static variable in class org.quartz.DateBuilder
-
- decrement() - Method in interface org.quartz.utils.counter.Counter
-
Decrement the counter by 1
- decrement(long) - Method in interface org.quartz.utils.counter.Counter
-
Decrement the counter by given amount
- decrement() - Method in class org.quartz.utils.counter.CounterImpl
-
Decrement the counter by 1
- decrement(long) - Method in class org.quartz.utils.counter.CounterImpl
-
Decrement the counter by given amount
- decrement(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
-
Decrements the numerator and denominator by the passed values
- decrement(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Decrements the numerator and denominator by the passed values
- decrement() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- decrement(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- DEFAULT_BIND - Static variable in class org.quartz.management.ManagementRESTServiceConfiguration
-
Default bind value.
- DEFAULT_DB_MAX_CACHED_STATEMENTS_PER_CONNECTION - Static variable in class org.quartz.utils.C3p0PoolingConnectionProvider
-
Default maximum number of database connections in the pool.
- DEFAULT_DB_MAX_CONNECTIONS - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
Default maximum number of database connections in the pool.
- DEFAULT_FAIL_OVER_GROUP - Static variable in interface org.quartz.Scheduler
-
A constant Trigger
group name used internally by the
scheduler - clients should not use the value of this constant
("FAILED_OVER_JOBS") for the name of a Trigger
's group.
- DEFAULT_GROUP - Static variable in interface org.quartz.Scheduler
-
A (possibly) useful constant that can be used for specifying the group
that Job
and Trigger
instances belong to.
- DEFAULT_GROUP - Static variable in class org.quartz.utils.Key
-
The default group for scheduling entities, with the value "DEFAULT".
- DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.DirectSchedulerFactory
-
- DEFAULT_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- DEFAULT_PRIORITY - Static variable in interface org.quartz.Trigger
-
The default value for priority.
- DEFAULT_RECOVERY_GROUP - Static variable in interface org.quartz.Scheduler
-
A constant Trigger
group name used internally by the
scheduler - clients should not use the value of this constant
("RECOVERING_JOBS") for the name of a Trigger
's group.
- DEFAULT_SCHEDULER_NAME - Static variable in class org.quartz.impl.DirectSchedulerFactory
-
- DEFAULT_SECURITY_SVC_TIMEOUT - Static variable in class org.quartz.management.ManagementRESTServiceConfiguration
-
Default timeout for the connection to the configured security service
- DEFAULT_TABLE_PREFIX - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- DEFAULT_TRANSACTION_MANANGER_LOCATION - Static variable in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
- DEFAULT_USER_TX_LOCATION - Static variable in class org.quartz.ee.jta.UserTransactionHelper
-
- DefaultThreadExecutor - Class in org.quartz.impl
-
Schedules work on a newly spawned thread.
- DefaultThreadExecutor() - Constructor for class org.quartz.impl.DefaultThreadExecutor
-
- DefaultWrapperFactory - Class in org.terracotta.quartz.wrappers
-
- DefaultWrapperFactory() - Constructor for class org.terracotta.quartz.wrappers.DefaultWrapperFactory
-
- delegateClass - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- delegateClassName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- delegateInitString - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- DELETE_ALL_BLOB_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_CRON_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_JOB_DETAILS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_PAUSED_TRIGGER_GRPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_SIMPLE_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_SIMPROP_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_ALL_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_NO_RECOVERY_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- DELETE_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- DELETE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- deleteAllPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- deleteAllPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- deleteBlobTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete the cron trigger data for a trigger.
- deleteCalendar(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- deleteCalendar(String) - Method in class org.quartz.core.QuartzScheduler
-
Delete the identified Calendar
from the Scheduler.
- deleteCalendar(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- deleteCalendar(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- deleteCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete a calendar.
- deleteCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete a calendar.
- deleteCalendar(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- deleteCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- deleteCalendar(String) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- deleteCalendar(String) - Method in interface org.quartz.Scheduler
-
Delete the identified Calendar
from the Scheduler.
- deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- deleteExtendedTriggerProperties(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
-
- deleteFiredTrigger(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete a fired trigger.
- deleteFiredTrigger(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete a fired trigger.
- deleteFiredTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete all fired triggers.
- deleteFiredTriggers(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete all fired triggers of the given instance.
- deleteFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete all fired triggers.
- deleteFiredTriggers(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- deleteJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- deleteJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Delete the identified Job
from the Scheduler - and any
associated Trigger
s.
- deleteJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- deleteJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- deleteJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- deleteJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- deleteJob(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- deleteJob(JobKey) - Method in interface org.quartz.Scheduler
-
Delete the identified Job
from the Scheduler - and any
associated Trigger
s.
- deleteJobDetail(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete the job detail record for the given job.
- deleteJobDetail(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete the job detail record for the given job.
- deleteJobs(List<JobKey>) - Method in class org.quartz.core.QuartzScheduler
-
- deleteJobs(List<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- deleteJobs(List<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- deleteJobs(List<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
-
- deleteJobs(List<JobKey>) - Method in class org.quartz.impl.StdScheduler
-
- deleteJobs(List<JobKey>) - Method in interface org.quartz.Scheduler
-
Delete the identified Job
s from the Scheduler - and any
associated Trigger
s.
- deletePausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- deletePausedTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- deletePausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- deletePausedTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- deleteSchedulerState(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete a scheduler-instance state record.
- deleteSchedulerState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- deleteTrigger(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Delete the base trigger data for a trigger.
- deleteTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Delete the base trigger data for a trigger.
- deleteTriggerExtension(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- depth() - Method in class org.quartz.utils.CircularLossyQueue
-
Returns the number of items currently in the queue
- deserialize(byte[]) - Static method in class org.terracotta.quartz.collections.SerializationHelper
-
- deserializeFromString(String) - Static method in class org.terracotta.quartz.collections.SerializationHelper
-
- destroy() - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
-
- destroy() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- destroy() - Method in class org.terracotta.quartz.collections.TimeTriggerSet
-
- destroyService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- DIRECTORY_NAME - Static variable in class org.quartz.jobs.DirectoryScanJob
-
JobDataMap
key with which to specify the directory to be
monitored - an absolute path is recommended.
- DIRECTORY_SCAN_LISTENER_NAME - Static variable in class org.quartz.jobs.DirectoryScanJob
-
JobDataMap
key with which to specify the
DirectoryScanListener
to be
notified when the directory contents change.
- DirectoryScanJob - Class in org.quartz.jobs
-
Inspects a directory and compares whether any files' "last modified dates"
have changed since the last time it was inspected.
- DirectoryScanJob() - Constructor for class org.quartz.jobs.DirectoryScanJob
-
- DirectoryScanListener - Interface in org.quartz.jobs
-
Interface for objects wishing to receive a 'call-back' from a
DirectoryScanJob
.
- DirectSchedulerFactory - Class in org.quartz.impl
-
- DirectSchedulerFactory() - Constructor for class org.quartz.impl.DirectSchedulerFactory
-
Constructor
- DirtyFlagMap<K,V> - Class in org.quartz.utils
-
An implementation of Map
that wraps another Map
and flags itself 'dirty' when it is modified.
- DirtyFlagMap() - Constructor for class org.quartz.utils.DirtyFlagMap
-
Create a DirtyFlagMap that 'wraps' a HashMap
.
- DirtyFlagMap(int) - Constructor for class org.quartz.utils.DirtyFlagMap
-
Create a DirtyFlagMap that 'wraps' a HashMap
that has the
given initial capacity.
- DirtyFlagMap(int, float) - Constructor for class org.quartz.utils.DirtyFlagMap
-
Create a DirtyFlagMap that 'wraps' a HashMap
that has the
given initial capacity and load factor.
- DisallowConcurrentExecution - Annotation Type in org.quartz
-
An annotation that marks a
Job
class as one that must not have multiple
instances executed concurrently (where instance is based-upon a
JobDetail
definition - or in other words based upon a
JobKey
).
- doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
-
- dontSetNonManagedTXConnectionAutoCommitFalse - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- doPost(HttpServletRequest, HttpServletResponse) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
-
- doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- DriverDelegate - Interface in org.quartz.impl.jdbcjobstore
-
This is the base interface for all driver delegate classes.
- dsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- generateInstanceId() - Method in class org.quartz.simpl.HostnameInstanceIdGenerator
-
- generateInstanceId() - Method in class org.quartz.simpl.SimpleInstanceIdGenerator
-
- generateInstanceId() - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
Returns the cluster wide value for this scheduler instance's id, based on a system property
- generateInstanceId() - Method in interface org.quartz.spi.InstanceIdGenerator
-
Generate the instance id for a Scheduler
- generateJMXObjectName(String, String) - Static method in class org.quartz.core.QuartzSchedulerResources
-
Create the name under which this scheduler should be registered in JMX.
- generateName(String) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- get(Object) - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get the value with the given key from the context's data map.
- get(Object) - Method in interface org.quartz.JobExecutionContext
-
Get the value with the given key from the context's data map.
- get(Object) - Method in class org.quartz.utils.DirtyFlagMap
-
- get(Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- get(JobKey) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- get(TriggerKey) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- getAcquireRetryDelay(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getAcquireRetryDelay(int) - Method in class org.quartz.simpl.RAMJobStore
-
- getAcquireRetryDelay(int) - Method in interface org.quartz.spi.JobStore
-
Get the amount of time (in ms) to wait when accessing this job store
repeatedly fails.
- getAcquireRetryDelay(int) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getAcquireRetryDelay(int) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getAll(Collection<? extends K>) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- getAllGroupNames() - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- getAllJobDetails() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getAllJobDetails() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getAllowsTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
- getAllSampleValues() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
-
Returns all samples in history
- getAllSampleValues() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Returns all samples in history
- getAllSchedulers() - Method in class org.quartz.impl.DirectSchedulerFactory
-
Returns a handle to all known Schedulers (made by any
StdSchedulerFactory instance.).
- getAllSchedulers() - Method in class org.quartz.impl.StdSchedulerFactory
-
Returns a handle to all known Schedulers (made by any
StdSchedulerFactory instance.).
- getAllSchedulers() - Method in interface org.quartz.SchedulerFactory
-
Returns handles to all known Schedulers (made by any SchedulerFactory
within this jvm.).
- getAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getAndReset() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
-
Returns the current value of the counter and resets it to 0
- getAndReset() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Returns the current value of the counter and resets it to 0
- getAndReset() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Returns the current value of the counter and resets it to 0
- getAndSet(long) - Method in interface org.quartz.utils.counter.Counter
-
Returns the value of the counter and sets it to the new value
- getAndSet(long) - Method in class org.quartz.utils.counter.CounterImpl
-
Returns the value of the counter and sets it to the new value
- getAndSet(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- getAnnotation(Class<?>, Class<T>) - Static method in class org.quartz.utils.ClassUtils
-
- getAttribute(String) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
- getAttribute(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Get the given attribute of the remote Scheduler MBean.
- getAttributeRestoringConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Wrap the given Connection
in a Proxy such that attributes
that might be set will be restored before the connection is closed
(and potentially restored to a pool).
- getAttributes(String[]) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
- getAttributes(String[]) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Get the given attributes of the remote Scheduler MBean.
- getBaseCalendar() - Method in interface org.quartz.Calendar
-
Get the base calendar.
- getBaseCalendar() - Method in class org.quartz.impl.calendar.BaseCalendar
-
Get the base calendar.
- getBatchTimeWindow() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getBind() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Get the host:port pair to which the REST server should be bound.
- getBoolean(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Retrieves the value of the designated column in the current row as
a boolean
.
- getBoolean(ResultSet, int) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Retrieves the value of the designated column index in the current row as
a boolean
.
- getBoolean(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified boolean
value from the StringKeyDirtyFlagMap
.
- getBoolean(XPath, String, Document) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
- getBooleanFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified Boolean
value from the JobDataMap
.
- getBooleanProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getBooleanProperty(String, boolean) - Method in class org.quartz.utils.PropertiesParser
-
- getBooleanValue(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified boolean
value from the
JobDataMap
.
- getBooleanValueFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified boolean
value from the JobDataMap
.
- getByteProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getByteProperty(String, byte) - Method in class org.quartz.utils.PropertiesParser
-
- getCalendar(String) - Method in class org.quartz.core.QuartzScheduler
-
Get the
Calendar
instance with the given name.
- getCalendar(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getCalendar() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get a handle to the Calendar
referenced by the Trigger
instance that fired the Job
.
- getCalendar(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls th0e equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getCalendar(String) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCalendar(String) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCalendar() - Method in interface org.quartz.JobExecutionContext
-
Get a handle to the Calendar
referenced by the Trigger
instance that fired the Job
.
- getCalendar(String) - Method in interface org.quartz.Scheduler
-
Get the
Calendar
instance with the given name.
- getCalendar() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getCalendarName() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the name of the
Calendar
associated with this
Trigger.
- getCalendarName() - Method in interface org.quartz.Trigger
-
Get the name of the
Calendar
associated with this
Trigger.
- getCalendarName() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getCalendarNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getCalendarNames() - Method in class org.quartz.core.QuartzScheduler
-
Get the names of all registered
Calendar
s
.
- getCalendarNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getCalendarNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getCalendarNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the names of all of the
Calendar
s
in the
JobStore
.
- getCalendarNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getCalendarNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getCalendarNames() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCalendarNames() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCalendarNames() - Method in interface org.quartz.Scheduler
-
Get the names of all registered
Calendar
s
.
- getCalendarNames() - Method in class org.quartz.simpl.RAMJobStore
-
Get the names of all of the
Calendar
s
in the
JobStore
.
- getCalendarNames() - Method in interface org.quartz.spi.JobStore
-
Get the names of all of the
Calendar
s
in the
JobStore
.
- getCalendarNames() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getCalendarNames() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getCc() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getChar(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified char
value from the StringKeyDirtyFlagMap
.
- getCharacterFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified Character
value from the JobDataMap
.
- getCharFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified char
value from the JobDataMap
.
- getCharProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getCharProperty(String, char) - Method in class org.quartz.utils.PropertiesParser
-
- getCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- getCheckinTimestamp() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- getClassLoader() - Method in class org.quartz.simpl.CascadingClassLoadHelper
-
Enable sharing of the "best" class-loader with 3rd party.
- getClassLoader() - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class org.quartz.simpl.SimpleClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
-
Enable sharing of the class-loader with 3rd party.
- getClassLoader() - Method in interface org.quartz.spi.ClassLoadHelper
-
Enable sharing of the class-loader with 3rd party (e.g.
- getClassLoadHelper() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getClientId() - Method in class org.terracotta.quartz.wrappers.FiredTrigger
-
- 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.
- getClusteredJobStore() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getCompareToValue() - Method in class org.quartz.impl.matchers.KeyMatcher
-
- getCompareToValue() - Method in class org.quartz.impl.matchers.StringMatcher
-
- getCompareWithOperator() - Method in class org.quartz.impl.matchers.StringMatcher
-
- getConfiguration() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- getConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getConnection() - Method in class org.quartz.utils.C3p0PoolingConnectionProvider
-
- 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.HikariCpPoolingConnectionProvider
-
- getConnection() - Method in class org.quartz.utils.JNDIConnectionProvider
-
- getConnection() - Method in class org.quartz.utils.weblogic.WeblogicConnectionProvider
-
- getContentType() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getContext() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Returns the SchedulerContext
of the Scheduler
.
- getContext() - Method in class org.quartz.impl.RemoteScheduler
-
Returns the SchedulerContext
of the Scheduler
.
- getContext() - Method in class org.quartz.impl.StdScheduler
-
Returns the SchedulerContext
of the Scheduler
.
- getContext() - Method in interface org.quartz.Scheduler
-
Returns the SchedulerContext
of the Scheduler
.
- getContextProperties() - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
Get the properties to use when creating a JNDI InitialContext.
- getCounterValue() - Method in class org.quartz.utils.counter.sampled.TimeStampedCounterValue
-
Get the counter value
- getCronExpression() - Method in class org.quartz.CronExpression
-
- getCronExpression() - Method in interface org.quartz.CronTrigger
-
- getCronExpression() - Method in class org.quartz.impl.calendar.CronCalendar
-
Returns the object representation of the cron expression that defines the
dates and times this calendar excludes.
- getCronExpression() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- getCurrentlyExecutingJobs() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzScheduler
-
Return a list of JobExecutionContext
objects that
represent all currently executing Jobs in this Scheduler instance.
- getCurrentlyExecutingJobs() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getCurrentlyExecutingJobs() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getCurrentlyExecutingJobs() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCurrentlyExecutingJobs() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCurrentlyExecutingJobs() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getCurrentlyExecutingJobs() - Method in interface org.quartz.Scheduler
-
Return a list of JobExecutionContext
objects that
represent all currently executing Jobs in this Scheduler instance.
- getCurrentTime() - Method in class org.quartz.simpl.SimpleTimeBroker
-
Get the current time, simply using new Date()
.
- getCurrentTime() - Method in interface org.quartz.spi.TimeBroker
-
Deprecated.
Get the current time, as known by the TimeBroker
.
- getDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the name of the DataSource
that should be used for
performing database functions.
- getDataSource() - Method in class org.quartz.utils.C3p0PoolingConnectionProvider
-
Get the C3PO ComboPooledDataSource created during initialization.
- getDataSource() - Method in class org.quartz.utils.HikariCpPoolingConnectionProvider
-
Get the HikariCP HikariDataSource created during initialization.
- getDataSource() - Method in interface org.quartz.utils.PoolingConnectionProvider
-
- getDayOfWeekNumber(String) - Method in class org.quartz.CronExpression
-
- getDaysExcluded() - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Get the array which defines the exclude-value of each day of month
- getDaysExcluded() - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Get the array which defines the exclude-value of each day of month.
- getDaysExcluded() - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Get the array with the week days
- getDaysOfWeek() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
The days of the week upon which to fire.
- getDaysOfWeek() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
The days of the week upon which to fire.
- getDbRetryInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getDecimal1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getDecimal2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getDefaultMaxRunTime() - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- getDefaultScheduler() - Static method in class org.quartz.impl.StdSchedulerFactory
-
Returns a handle to the default Scheduler, creating it if it does not
yet exist.
- getDelegate() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the driver delegate for DB operations.
- getDescription() - Method in interface org.quartz.Calendar
-
Return the description given to the Calendar
instance by
its creator (if any).
- getDescription() - Method in class org.quartz.impl.calendar.BaseCalendar
-
Return the description given to the Calendar
instance by
its creator (if any).
- getDescription() - Method in class org.quartz.impl.JobDetailImpl
-
- getDescription() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Return the description given to the Trigger
instance by
its creator (if any).
- getDescription() - Method in interface org.quartz.JobDetail
-
Return the description given to the Job
instance by its
creator (if any).
- getDescription() - Method in interface org.quartz.Trigger
-
Return the description given to the Trigger
instance by
its creator (if any).
- getDouble(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified double
value from the StringKeyDirtyFlagMap
.
- getDoubleCheckLockMisfireHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether to check to see if there are Triggers that have misfired
before actually acquiring the lock to recover them.
- getDoubleFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified Double
value from the JobDataMap
.
- getDoubleProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getDoubleProperty(String, double) - Method in class org.quartz.utils.PropertiesParser
-
- getDoubleValue(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified double
value from the JobDataMap
.
- getDoubleValueFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified double
value from the JobDataMap
.
- getDriverDelegateClass() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the JDBC driver delegate class name.
- getDriverDelegateInitString() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the JDBC driver delegate's initialization string.
- getEarliestNewTime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
-
- getEndOfDayJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Returns the end of the given day
Calendar
.
- getEndTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the time at which the Trigger
should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- getEndTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Get the time at which the DateIntervalTrigger
should quit
repeating.
- getEndTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Get the time at which the CronTrigger
should quit
repeating - even if repeastCount isn't yet satisfied.
- getEndTime() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Get the time at which the DailyTimeIntervalTrigger
should quit
repeating.
- getEndTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Get the time at which the SimpleTrigger
should quit
repeating - even if repeastCount isn't yet satisfied.
- getEndTime() - Method in interface org.quartz.Trigger
-
Get the time at which the Trigger
should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- getEndTimeOfDay() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
The time of day to complete firing at the given interval.
- getEndTimeOfDay() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
The time of day to complete firing at the given interval.
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.quartz.simpl.RAMJobStore
-
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in interface org.quartz.spi.JobStore
-
How long (in milliseconds) the JobStore
implementation
estimates that it will take to release a trigger and acquire a new one.
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getEstimatedTimeToReleaseAndAcquireTrigger() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getException() - Method in class org.quartz.spi.TriggerFiredResult
-
- getExcludedDates() - Method in class org.quartz.impl.calendar.HolidayCalendar
-
Returns a SortedSet
of Dates representing the excluded
days.
- getExpressionSetSummary(Set<Integer>) - Method in class org.quartz.CronExpression
-
- getExpressionSetSummary(ArrayList<Integer>) - Method in class org.quartz.CronExpression
-
- getExpressionSummary() - Method in class org.quartz.CronExpression
-
- getExpressionSummary() - Method in interface org.quartz.CronTrigger
-
- getExpressionSummary() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- getFileNames() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Comma separated list of file names (with paths) to the XML files that should be read.
- getFinalFireTime() - Method in class org.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the final time that the
CronExpression
will match.
- getFinalFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the last time at which the Trigger
will fire, if
the Trigger will repeat indefinitely, null will be returned.
- getFinalFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Returns the final time at which the DateIntervalTrigger
will
fire, if there is no end time set, null will be returned.
- getFinalFireTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
NOT YET IMPLEMENTED: Returns the final time at which the
CronTrigger
will fire.
- getFinalFireTime() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Returns the final time at which the DailyTimeIntervalTrigger
will
fire, if there is no end time set, null will be returned.
- getFinalFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Returns the final time at which the SimpleTrigger
will
fire, if repeatCount is REPEAT_INDEFINITELY, null will be returned.
- getFinalFireTime() - Method in interface org.quartz.Trigger
-
Returns the last time at which the Trigger
will fire, if
the Trigger will repeat indefinitely, null will be returned.
- getFiredTrigger(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- getFiredTriggerRecordId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getFiredTriggerRecordId() - Method in class org.quartz.simpl.RAMJobStore
-
- getFireInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getFireInstanceId() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get the unique Id that identifies this particular firing instance of the
trigger that triggered this job execution.
- getFireInstanceId() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
This method should not be used by the Quartz client.
- getFireInstanceId() - Method in interface org.quartz.JobExecutionContext
-
Get the unique Id that identifies this particular firing instance of the
trigger that triggered this job execution.
- getFireInstanceId() - Method in interface org.quartz.spi.OperableTrigger
-
This method should not be used by the Quartz client.
- getFireInstanceState() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
-
The actual time the trigger fired.
- getFireTime() - Method in interface org.quartz.JobExecutionContext
-
The actual time the trigger fired.
- getFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getFireTime() - Method in class org.terracotta.quartz.wrappers.FiredTrigger
-
- getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the next time at which the Trigger
will fire,
after the given time.
- getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Returns the next time at which the DateIntervalTrigger
will
fire, after the given time.
- getFireTimeAfter(Date, boolean) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Returns the next time at which the CronTrigger
will fire,
after the given time.
- getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Returns the next time at which the DailyTimeIntervalTrigger
will
fire, after the given time.
- getFireTimeAfter(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Returns the next time at which the SimpleTrigger
will
fire, after the given time.
- getFireTimeAfter(Date) - Method in interface org.quartz.Trigger
-
Returns the next time at which the Trigger
will fire,
after the given time.
- getFireTimeBefore(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Returns the last time at which the SimpleTrigger
will
fire, before the given time.
- getFireTimestamp() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getFloat(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified float
value from the StringKeyDirtyFlagMap
.
- getFloatFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified Float
value from the JobDataMap
.
- getFloatProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getFloatProperty(String, float) - Method in class org.quartz.utils.PropertiesParser
-
- getFloatValue(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified float
value from the JobDataMap
.
- getFloatValueFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified float
value from the JobDataMap
.
- getFrom() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getFullJobName() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the 'full name' of the Job
that the Trigger
points to, in the format "group.name".
- getFullName() - Method in class org.quartz.impl.JobDetailImpl
-
Returns the 'full name' of the JobDetail
in the format
"group.name".
- getFullName() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the 'full name' of the Trigger
in the format
"group.name".
- getGroup() - Method in class org.quartz.impl.JobDetailImpl
-
Get the group of this Job
.
- getGroup() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the group of this Trigger
.
- getGroup() - Method in class org.quartz.utils.Key
-
Get the group portion of the key.
- getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-
- getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-
- getHandledTriggerTypeDiscriminator() - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- getHandledTriggerTypeDiscriminator() - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
-
- getHistorySize() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns the history size
- getHost() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Get the host part of the host:port pair to which the REST server should be bound.
- getHour() - Method in class org.quartz.TimeOfDay
-
The hour of the day (between 0 and 23).
- getIndexNames() - Method in class org.quartz.core.jmx.TriggerSupport
-
- getInitialContext(JobDataMap) - Method in class org.quartz.jobs.ee.ejb.EJBInvokerJob
-
- getInitialContext(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
-
- getInitialValue() - Method in class org.quartz.utils.counter.CounterConfig
-
Gets the initial value
- getInputStream(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Returns an InputStream
from the fileName as a resource.
- getInstance() - Static method in class org.quartz.impl.DirectSchedulerFactory
-
- getInstance() - Static method in class org.quartz.impl.SchedulerRepository
-
- getInstance() - Static method in class org.quartz.utils.DBConnectionManager
-
Get the class instance.
- getInstanceId() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getInstanceId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the instance Id of the Scheduler (must be unique within a cluster).
- getInstanceName() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the instance name of the Scheduler (must be unique within this server instance).
- getInt(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified int
value from the StringKeyDirtyFlagMap
.
- getInt1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getInt2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getIntArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getIntArrayProperty(String, int[]) - Method in class org.quartz.utils.PropertiesParser
-
- getIntegerFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified int
value from the JobDataMap
.
- getInternalJobListener(String) - Method in class org.quartz.core.QuartzScheduler
-
- getInternalJobListeners() - Method in class org.quartz.core.QuartzScheduler
-
Get a List containing all of the
JobListener
s
in the
Scheduler
's
internal list.
- getInternalSchedulerListeners() - Method in class org.quartz.core.QuartzScheduler
-
Get a List containing all of the
internal SchedulerListener
s
registered with the
Scheduler
.
- getInternalTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
-
- getInternalTriggerListeners() - Method in class org.quartz.core.QuartzScheduler
-
Get a list containing all of the
TriggerListener
s
in the
Scheduler
's
internal list.
- getIntervalMillis() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Returns the sampling thread interval in millis
- getIntervalSecs() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns the interval time (seconds)
- getIntFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified int
value from the JobDataMap
.
- getIntProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getIntProperty(String, int) - Method in class org.quartz.utils.PropertiesParser
-
- getIntValue(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified int
value from the JobDataMap
.
- getInvertTimeRange() - Method in class org.quartz.impl.calendar.DailyCalendar
-
Indicates whether the time range represents an inverted time range (see
class description).
- getItemDescriptions() - Static method in class org.quartz.core.jmx.CronTriggerSupport
-
- getItemDescriptions() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
-
- getItemDescriptions() - Static method in class org.quartz.core.jmx.TriggerSupport
-
- getItemNames() - Static method in class org.quartz.core.jmx.CronTriggerSupport
-
- getItemNames() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
-
- getItemNames() - Static method in class org.quartz.core.jmx.TriggerSupport
-
- getItemTypes() - Static method in class org.quartz.core.jmx.CronTriggerSupport
-
- getItemTypes() - Static method in class org.quartz.core.jmx.SimpleTriggerSupport
-
- getItemTypes() - Static method in class org.quartz.core.jmx.TriggerSupport
-
- getJMXExport() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get whether the QuartzScheduler should be registered with the local
MBeanServer.
- getJMXObjectName() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the name under which the QuartzScheduler should be registered with
the local MBeanServer.
- getJndiName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- getJndiName() - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
-
- getJobBuilder() - Method in class org.quartz.impl.JobDetailImpl
-
- getJobBuilder() - Method in interface org.quartz.JobDetail
-
Get a
JobBuilder
that is configured to produce a
JobDetail
identical to this one.
- getJobClass() - Method in class org.quartz.impl.JobDetailImpl
-
- getJobClass() - Method in interface org.quartz.JobDetail
-
Get the instance of Job
that will be executed.
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.CacheDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs for job details.
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.CUBRIDDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs for job details.
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs for job details.
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
-
- getJobDataFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
-
- getJobDataMap() - Method in class org.quartz.impl.JobDetailImpl
-
- getJobDataMap() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the JobDataMap
that is associated with the
Trigger
.
- getJobDataMap() - Method in interface org.quartz.JobDetail
-
Get the JobDataMap
that is associated with the Job
.
- getJobDataMap() - Method in interface org.quartz.Trigger
-
Get the JobDataMap
that is associated with the
Trigger
.
- getJobDataMapClone() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- getJobDetail(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobDetail(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Get the
JobDetail
for the
Job
instance with the given name and group.
- getJobDetail(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobDetail(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getJobDetail() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get the JobDetail
associated with the Job
.
- getJobDetail(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getJobDetail(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobDetail(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobDetail() - Method in interface org.quartz.JobExecutionContext
-
Get the JobDetail
associated with the Job
.
- getJobDetail(JobKey) - Method in interface org.quartz.Scheduler
-
Get the
JobDetail
for the
Job
instance with the given key.
- getJobDetail() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getJobDetailClone() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- getJobFactory() - Method in class org.quartz.core.QuartzScheduler
-
- getJobFailedMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job fails its
execution.
- getJobGroup() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the name of the associated
JobDetail
's
group.
- getJobGroupNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobGroupNames() - Method in class org.quartz.core.QuartzScheduler
-
Get the names of all known
Job
groups.
- getJobGroupNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobGroupNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getJobGroupNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the names of all of the
Job
groups.
- getJobGroupNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getJobGroupNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getJobGroupNames() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobGroupNames() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobGroupNames() - Method in interface org.quartz.Scheduler
-
- getJobGroupNames() - Method in class org.quartz.simpl.RAMJobStore
-
Get the names of all of the
Job
groups.
- getJobGroupNames() - Method in interface org.quartz.spi.JobStore
-
Get the names of all of the
Job
groups.
- getJobGroupNames() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getJobGroupNames() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getJobGroupsToNeverDelete() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Get the (unmodifiable) list of job groups that will never be
deleted by this processor, even if a pre-processing-command to
delete the group is encountered.
- getJobInstance() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get the instance of the Job
that was created for this
execution.
- getJobInstance() - Method in interface org.quartz.JobExecutionContext
-
Get the instance of the Job
that was created for this
execution.
- getJobKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getJobKey() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
- getJobKey() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- getJobKey() - Method in interface org.quartz.Trigger
-
- getJobKey() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
-
Get the names of all the
Job
s
in the
matching groups.
- getJobKeys(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the names of all of the
Job
s that
matcher the given groupMatcher.
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getJobKeys(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
-
Get the keys of all the
JobDetail
s
in the matching groups.
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Get the names of all of the
Job
s that
match the given groupMatcher.
- getJobKeys(GroupMatcher<JobKey>) - Method in interface org.quartz.spi.JobStore
-
Get the keys of all of the
Job
s that
have the given group name.
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getJobKeys(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getJobListener(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- getJobListener(String) - Method in interface org.quartz.ListenerManager
-
- getJobListenerMatchers(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- getJobListenerMatchers(String) - Method in interface org.quartz.ListenerManager
-
Get the set of Matchers for which the listener
will receive events if ANY of the matchers match.
- getJobListeners() - Method in class org.quartz.core.ListenerManagerImpl
-
- getJobListeners() - Method in interface org.quartz.ListenerManager
-
Get a List containing all of the
JobListener
s in
the
Scheduler
, in the order in which they were registered.
- getJobName() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- getJobNames(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobNames(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobNames(Connection, GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getJobRunShellFactory() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getJobRunTime() - Method in class org.quartz.impl.JobExecutionContextImpl
-
The amount of time the job ran for (in milliseconds).
- getJobRunTime() - Method in interface org.quartz.JobExecutionContext
-
The amount of time the job ran for (in milliseconds).
- getJobsCompletedMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobsCompletedMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
-
- getJobsCompletedMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobsCompletedMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
-
- getJobsCompletedMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
-
- getJobsExecutedMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobsExecutedMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobsExecutingMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
-
- getJobsExecutingMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
-
- getJobsExecutingMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
-
- getJobsScheduledMostRecentSample() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobsScheduledMostRecentSample() - Method in class org.quartz.core.NullSampledStatisticsImpl
-
- getJobsScheduledMostRecentSample() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobsScheduledMostRecentSample() - Method in interface org.quartz.core.SampledStatistics
-
- getJobsScheduledMostRecentSample() - Method in class org.quartz.core.SampledStatisticsImpl
-
- getJobStore() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getJobStoreClass() - Method in class org.quartz.core.QuartzScheduler
-
- getJobStoreClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getJobStoreClass() - Method in class org.quartz.SchedulerMetaData
-
Returns the class-name of the JobStore
instance that is
being used by the Scheduler
.
- getJobStoreClassName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getJobStoreClassName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getJobSuccessMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job successfully completes its
execution.
- getJobToBeFiredMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job is about to execute.
- getJobWasVetoedMessage() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Get the message that is logged when a Job execution is vetoed by a
trigger listener.
- getKey() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
- getKey() - Method in class org.quartz.impl.JobDetailImpl
-
- getKey() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- getKey() - Method in interface org.quartz.JobDetail
-
- getKey() - Method in interface org.quartz.Trigger
-
- getKey() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- getKey() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getKeyOfNonSerializableValue(Map<?, ?>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Find the key of the first non-serializable value in the given Map.
- getKeys() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Get a copy of the Map's String keys in an array of Strings.
- getLastDayOfMonth(int, int) - Method in class org.quartz.CronExpression
-
- getLastModifiedDate(String) - Method in class org.quartz.jobs.FileScanJob
-
- getLastTerracotaClientId() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getLeftOperand() - Method in class org.quartz.impl.matchers.AndMatcher
-
- getLeftOperand() - Method in class org.quartz.impl.matchers.OrMatcher
-
- getListenerManager() - Method in class org.quartz.core.QuartzScheduler
-
- getListenerManager() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getListenerManager() - Method in class org.quartz.impl.RemoteScheduler
-
- getListenerManager() - Method in class org.quartz.impl.StdScheduler
-
- getListenerManager() - Method in interface org.quartz.Scheduler
-
Get a reference to the scheduler's ListenerManager
,
through which listeners may be registered.
- getListeners() - Method in class org.quartz.listeners.BroadcastJobListener
-
- getListeners() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- getListeners() - Method in class org.quartz.listeners.BroadcastTriggerListener
-
- getLoadedJobs() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Returns a List
of jobs loaded from the xml file.
- getLoadedTriggers() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Returns a List
of triggers loaded from the xml file.
- getLock(ToolkitLockTypeInternal) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getLockHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getLog() - Method in class org.quartz.core.JobRunShell
-
- getLog() - Method in class org.quartz.core.QuartzScheduler
-
- getLog() - Method in class org.quartz.core.QuartzSchedulerThread
-
- getLog() - Method in class org.quartz.impl.DirectSchedulerFactory
-
- getLog() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
- getLog() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- getLog() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getLog() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
- getLog() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
- getLog() - Method in class org.quartz.impl.StdSchedulerFactory
-
- getLog() - Method in class org.quartz.jobs.ee.jmx.JMXInvokerJob
-
- getLog() - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- getLog() - Method in class org.quartz.jobs.NativeJob
-
- getLog() - Method in class org.quartz.listeners.JobListenerSupport
-
Get the Logger
for this
class's category.
- getLog() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
Get the Logger
for this
class's category.
- getLog() - Method in class org.quartz.listeners.TriggerListenerSupport
-
Get the Logger
for this
class's category.
- getLog() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- getLog() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- getLog() - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- getLog() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
- getLog() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Get the commons Logger for this class.
- getLog() - Method in class org.quartz.simpl.RAMJobStore
-
- getLog() - Method in class org.quartz.simpl.SimpleJobFactory
-
- getLog() - Method in class org.quartz.simpl.SimpleThreadPool
-
- getLog() - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- getLog() - Method in class org.quartz.utils.JNDIConnectionProvider
-
- getLong(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified long
value from the StringKeyDirtyFlagMap
.
- getLong1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getLong2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getLongFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified Long
value from the JobDataMap
.
- getLongProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getLongProperty(String, long) - Method in class org.quartz.utils.PropertiesParser
-
- getLongValue(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified long
value from the JobDataMap
.
- getLongValueFromString(String) - Method in class org.quartz.JobDataMap
-
Retrieve the identified long
value from the JobDataMap
.
- getMailSession(SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- getMakeSchedulerThreadDaemon() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get whether to mark the Quartz scheduling thread as daemon.
- getMakeThreadsDaemons() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether the threads spawned by this JobStore should be
marked as daemon.
- getManagementRESTServiceConfiguration() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getMaxBatchSize() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getMaxMisfiresToHandleAtATime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the maximum number of misfired triggers that the misfire handling
thread will try to recover at one time (within one transaction).
- getMaxRetry() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- getMaxValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- getMergedJobDataMap() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get the convenience JobDataMap
of this execution context.
- getMergedJobDataMap() - Method in interface org.quartz.JobExecutionContext
-
Get the convenience JobDataMap
of this execution context.
- getMessage() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getMessage() - Method in exception org.quartz.xml.ValidationException
-
Returns the detail message string.
- getMessageFactory(String) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
-
- getMetaData() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- getMetaData() - Method in class org.quartz.impl.RemoteScheduler
-
- getMetaData() - Method in class org.quartz.impl.StdScheduler
-
- getMetaData() - Method in interface org.quartz.Scheduler
-
Get a SchedulerMetaData
object describing the settings
and capabilities of the scheduler instance.
- getMinute() - Method in class org.quartz.TimeOfDay
-
The minute of the hour.
- getMinValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- getMisfireInstruction() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the instruction the Scheduler
should be given for
handling misfire situations for this Trigger
- the
concrete Trigger
type that you are using will have
defined a set of additional MISFIRE_INSTRUCTION_XXX
constants that may be passed to this method.
- getMisfireInstruction() - Method in interface org.quartz.Trigger
-
Get the instruction the Scheduler
should be given for
handling misfire situations for this Trigger
- the
concrete Trigger
type that you are using will have
defined a set of additional MISFIRE_INSTRUCTION_XXX
constants that may be set as this property's value.
- getMisfireInstruction() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getMisfireThreshold() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getMisfireThreshold() - Method in class org.quartz.simpl.RAMJobStore
-
- getMisfireTime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getMonthNumber(String) - Method in class org.quartz.CronExpression
-
- getMostRecentSample() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
-
Returns the most recent sampled value
- getMostRecentSample() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Returns the most recent sampled value
- getName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getName() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getName() - Method in class org.quartz.core.SampledStatisticsImpl
-
- getName() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- getName() - Method in class org.quartz.impl.JobDetailImpl
-
Get the name of this Job
.
- getName() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the name of this Trigger
.
- getName() - Method in interface org.quartz.JobListener
-
Get the name of the JobListener
.
- getName() - Method in class org.quartz.listeners.BroadcastJobListener
-
- getName() - Method in class org.quartz.listeners.BroadcastTriggerListener
-
- getName() - Method in class org.quartz.listeners.JobChainingJobListener
-
- getName() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- getName() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- getName() - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- getName() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Get the name of this plugin.
- getName() - Method in interface org.quartz.TriggerListener
-
Get the name of the TriggerListener
.
- getName() - Method in class org.quartz.utils.Key
-
Get the name portion of the key.
- getName() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- getName() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getNextFireTime() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
Get the group portion of the key.
- getNextFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
- getNextFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in interface org.quartz.JobExecutionContext
-
- getNextFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getNextFireTime() - Method in interface org.quartz.Trigger
-
Returns the next time at which the Trigger
is scheduled to fire.
- getNextFireTime() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getNextIncludedTime(long) - Method in interface org.quartz.Calendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.CronCalendar
-
Determines the next time included by the CronCalendar
after the specified time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Determines the next time included by the DailyCalendar
after the specified time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.HolidayCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextIncludedTime(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Determine the next time (in milliseconds) that is 'included' by the
Calendar after the given time.
- getNextInvalidTimeAfter(Date) - Method in class org.quartz.CronExpression
-
Returns the next date/time after the given date/time which does
not satisfy the expression
- getNextValidTimeAfter(Date) - Method in class org.quartz.CronExpression
-
Returns the next date/time after the given date/time which
satisfies the cron expression.
- getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
For JobStoreTX
, the non-managed TX connection is just
the normal connection because it is not CMT.
- getNonManagedTXDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the name of the DataSource
that should be used for
performing database functions.
- getNotificationInfo() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getNumberOfCalendars() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the number of
Calendar
s that are
stored in the
JobsStore
.
- getNumberOfCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getNumberOfCalendars() - Method in class org.quartz.simpl.RAMJobStore
-
Get the number of
Calendar
s that are
stored in the
JobsStore
.
- getNumberOfCalendars() - Method in interface org.quartz.spi.JobStore
-
Get the number of
Calendar
s that are
stored in the
JobsStore
.
- getNumberOfCalendars() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getNumberOfCalendars() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getNumberOfJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the number of
Job
s that are
stored in the
JobStore
.
- getNumberOfJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getNumberOfJobs() - Method in class org.quartz.simpl.RAMJobStore
-
Get the number of
JobDetail
s that are
stored in the
JobsStore
.
- getNumberOfJobs() - Method in interface org.quartz.spi.JobStore
-
Get the number of
Job
s that are
stored in the
JobsStore
.
- getNumberOfJobs() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getNumberOfJobs() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getNumberOfJobsExecuted() - Method in class org.quartz.SchedulerMetaData
-
Returns the number of jobs executed since the Scheduler
started..
- getNumberOfTriggers() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the number of
Trigger
s that are
stored in the
JobsStore
.
- getNumberOfTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getNumberOfTriggers() - Method in class org.quartz.simpl.RAMJobStore
-
Get the number of
Trigger
s that are
stored in the
JobsStore
.
- getNumberOfTriggers() - Method in interface org.quartz.spi.JobStore
-
Get the number of
Trigger
s that are
stored in the
JobsStore
.
- getNumberOfTriggers() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getNumberOfTriggers() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getNumericValue(String, int) - Method in class org.quartz.CronExpression
-
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.CacheDelegate
-
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.CUBRIDDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
-
This method should be overridden by any delegate subclasses that need
special handling for BLOBs.
- getOperand() - Method in class org.quartz.impl.matchers.NotMatcher
-
- getOptionalParm(JobDataMap, String) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- getOrCreateAllGroupsSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateAllTriggersGroupsSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateBlockedJobsSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateCalendarWrapperMap() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateFiredTriggersMap() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateJobsGroupMap(String) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateJobsMap() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreatePausedGroupsSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreatePausedTriggerGroupsSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateTimeTriggerSet() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateTriggersGroupMap(String) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getOrCreateTriggersMap() - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- getPassword() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getPausedTriggerGroups() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getPausedTriggerGroups() - Method in class org.quartz.core.QuartzScheduler
-
- getPausedTriggerGroups() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getPausedTriggerGroups() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getPausedTriggerGroups() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all of the
Trigger
s
in the
given group.
- getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- getPausedTriggerGroups() - Method in class org.quartz.impl.RemoteScheduler
-
- getPausedTriggerGroups() - Method in class org.quartz.impl.StdScheduler
-
- getPausedTriggerGroups() - Method in interface org.quartz.Scheduler
-
Get the names of all
Trigger
groups that are paused.
- getPausedTriggerGroups() - Method in class org.quartz.simpl.RAMJobStore
-
- getPausedTriggerGroups() - Method in interface org.quartz.spi.JobStore
-
- getPausedTriggerGroups() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getPausedTriggerGroups() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getPerformanceMetrics() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getPerformanceMetrics() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getPoolSize() - Method in class org.quartz.simpl.SimpleThreadPool
-
- getPoolSize() - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- getPoolSize() - Method in interface org.quartz.spi.ThreadPool
-
Get the current number of threads in the ThreadPool
.
- getPort() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Get the port part of the host:port pair to which the REST server should be bound.
- getPostpend() - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to postpend (add to the end) to the instanceId
found in the system property.
- getPrepend() - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to prepend (add to the beginning) to the instanceId
found in the system property.
- getPrevFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getPreviousFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
- getPreviousFireTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Returns the previous time at which the Trigger
fired.
- getPreviousFireTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Returns the previous time at which the DateIntervalTrigger
fired.
- getPreviousFireTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Returns the previous time at which the CronTrigger
fired.
- getPreviousFireTime() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Returns the previous time at which the DailyTimeIntervalTrigger
fired.
- getPreviousFireTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Returns the previous time at which the SimpleTrigger
fired.
- getPreviousFireTime() - Method in interface org.quartz.JobExecutionContext
-
- getPreviousFireTime() - Method in interface org.quartz.Trigger
-
Returns the previous time at which the Trigger
fired.
- getPriority() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getPriority() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
The priority of a Trigger
acts as a tiebreaker such that if
two Trigger
s have the same scheduled fire time, then the
one with the higher priority will get first access to a worker
thread.
- getPriority() - Method in interface org.quartz.Trigger
-
The priority of a Trigger
acts as a tiebreaker such that if
two Trigger
s have the same scheduled fire time, then the
one with the higher priority will get first access to a worker
thread.
- getPriority() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getProcessedMisfiredTriggerCount() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
-
- getProperties() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- getPropertiesFile() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- getPropertyGroup(String) - Method in class org.quartz.utils.PropertiesParser
-
- getPropertyGroup(String, boolean) - Method in class org.quartz.utils.PropertiesParser
-
- getPropertyGroup(String, boolean, String[]) - Method in class org.quartz.utils.PropertiesParser
-
Get all properties that start with the given prefix.
- getPropertyGroups(String) - Method in class org.quartz.utils.PropertiesParser
-
- getRealJobStore() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getRecoveringTriggerKey() - Method in class org.quartz.impl.JobExecutionContextImpl
-
- getRecoveringTriggerKey() - Method in interface org.quartz.JobExecutionContext
-
Return the TriggerKey
of the originally scheduled and now recovering job.
- getRefireCount() - Method in class org.quartz.impl.JobExecutionContextImpl
- getRefireCount() - Method in interface org.quartz.JobExecutionContext
-
- getRemoteScheduler() - Method in class org.quartz.impl.RemoteScheduler
-
- getRepeatCount() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
Get the the number of times for interval this trigger should
repeat, after which it will be automatically deleted.
- getRepeatCount() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- getRepeatCount() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
- getRepeatCount() - Method in interface org.quartz.SimpleTrigger
-
Get the the number of times the SimpleTrigger
should
repeat, after which it will be automatically deleted.
- getRepeatInterval() - Method in interface org.quartz.CalendarIntervalTrigger
-
Get the the time interval that will be added to the DateIntervalTrigger
's
fire time (in the set repeat interval unit) in order to calculate the time of the
next trigger repeat.
- getRepeatInterval() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
Get the the time interval that will be added to the DateIntervalTrigger
's
fire time (in the set repeat interval unit) in order to calculate the time of the
next trigger repeat.
- getRepeatInterval() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- getRepeatInterval() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- getRepeatInterval() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
- getRepeatInterval() - Method in interface org.quartz.SimpleTrigger
-
Get the the time interval (in milliseconds) at which the SimpleTrigger
should repeat.
- getRepeatIntervalUnit() - Method in interface org.quartz.CalendarIntervalTrigger
-
Get the interval unit - the time unit on with the interval applies.
- getRepeatIntervalUnit() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
Get the interval unit - the time unit on with the interval applies.
- getRepeatIntervalUnit() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- getRepeatIntervalUnit() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- getReplyTo() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getRequiredParm(JobDataMap, String, String) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- getResource(String) - Method in class org.quartz.simpl.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in class org.quartz.simpl.SimpleClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
-
Finds a resource with a given name.
- getResource(String) - Method in interface org.quartz.spi.ClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.simpl.CascadingClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.simpl.SimpleClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in interface org.quartz.spi.ClassLoadHelper
-
Finds a resource with a given name.
- getResult() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Returns the result (if any) that the Job
set before its
execution completed (the type of object set as the result is entirely up
to the particular job).
- getResult() - Method in interface org.quartz.JobExecutionContext
-
Returns the result (if any) that the Job
set before its
execution completed (the type of object set as the result is entirely up
to the particular job).
- getRetryPeriod() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- getRightOperand() - Method in class org.quartz.impl.matchers.AndMatcher
-
- getRightOperand() - Method in class org.quartz.impl.matchers.OrMatcher
-
- getRMIBindName() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the name under which to bind the QuartzScheduler in RMI.
- getRMICreateRegistryStrategy() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the setting of whether or not Quartz should create an RMI Registry,
and if so, how.
- getRMIRegistryHost() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the host name of the RMI Registry that the scheduler should export
itself to.
- getRMIRegistryPort() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the port number of the RMI Registry that the scheduler should export
itself to.
- getRMIServerPort() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the port number the scheduler server will be bound to.
- getRunningSince() - Method in class org.quartz.SchedulerMetaData
-
Returns the Date
at which the Scheduler started running.
- getScanInterval() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
The interval (in seconds) at which to scan for changes to the file.
- getSchedName() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- getScheduleBuilder() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
-
- getScheduleBuilder() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- getScheduleBuilder() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Get a
ScheduleBuilder
that is configured to produce a
schedule identical to this trigger's schedule.
- getScheduleBuilder() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Get a
ScheduleBuilder
that is configured to produce a
schedule identical to this trigger's schedule.
- getScheduleBuilder() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Get a
ScheduleBuilder
that is configured to produce a
schedule identical to this trigger's schedule.
- getScheduleBuilder() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Get a
ScheduleBuilder
that is configured to produce a
schedule identical to this trigger's schedule.
- getScheduleBuilder() - Method in interface org.quartz.Trigger
-
Get a
ScheduleBuilder
that is configured to produce a
schedule identical to this trigger's schedule.
- getScheduledFireTime() - Method in class org.quartz.impl.JobExecutionContextImpl
-
The scheduled time the trigger fired for.
- getScheduledFireTime() - Method in interface org.quartz.JobExecutionContext
-
The scheduled time the trigger fired for.
- getScheduledFireTime() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getScheduledFireTime() - Method in class org.terracotta.quartz.wrappers.FiredTrigger
-
- getScheduler() - Method in class org.quartz.impl.DirectSchedulerFactory
-
Returns a handle to the Scheduler produced by this factory.
- getScheduler(String) - Method in class org.quartz.impl.DirectSchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists.
- getScheduler() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get a handle to the Scheduler
instance that fired the
Job
.
- getScheduler() - Method in class org.quartz.impl.StdSchedulerFactory
-
Returns a handle to the Scheduler produced by this factory.
- getScheduler(String) - Method in class org.quartz.impl.StdSchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists (if
it has already been instantiated).
- getScheduler() - Method in interface org.quartz.JobExecutionContext
-
Get a handle to the Scheduler
instance that fired the
Job
.
- getScheduler() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Get this plugin's Scheduler
.
- getScheduler() - Method in interface org.quartz.SchedulerFactory
-
Returns a client-usable handle to a Scheduler
.
- getScheduler(String) - Method in interface org.quartz.SchedulerFactory
-
Returns a handle to the Scheduler with the given name, if it exists.
- getSchedulerClass() - Method in class org.quartz.SchedulerMetaData
-
Returns the class-name of the Scheduler
instance.
- getSchedulerContext() - Method in class org.quartz.core.QuartzScheduler
-
Returns the SchedulerContext
of the Scheduler
.
- getSchedulerContext() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getSchedulerFactory(String) - Method in class org.quartz.ee.servlet.QuartzInitializerListener
-
- getSchedulerFactory(String) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
-
- getSchedulerInstanceId() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getSchedulerInstanceId() - Method in class org.quartz.core.QuartzScheduler
-
Returns the instance Id of the QuartzScheduler
.
- getSchedulerInstanceId() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getSchedulerInstanceId() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- getSchedulerInstanceId() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Returns the instance Id of the Scheduler
.
- getSchedulerInstanceId() - Method in class org.quartz.impl.RemoteScheduler
-
Returns the instance Id of the Scheduler
.
- getSchedulerInstanceId() - Method in class org.quartz.impl.StdScheduler
-
Returns the instance Id of the Scheduler
.
- getSchedulerInstanceId() - Method in interface org.quartz.Scheduler
-
Returns the instance Id of the Scheduler
.
- getSchedulerInstanceId() - Method in class org.quartz.SchedulerMetaData
-
Returns the instance Id of the Scheduler
.
- getSchedulerListeners() - Method in class org.quartz.core.ListenerManagerImpl
-
- getSchedulerListeners() - Method in interface org.quartz.ListenerManager
-
Get a List containing all of the
SchedulerListener
s
registered with the
Scheduler
, in the order in which they were registered.
- getSchedulerName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getSchedulerName() - Method in class org.quartz.core.QuartzScheduler
-
Returns the name of the QuartzScheduler
.
- getSchedulerName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getSchedulerName() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getSchedulerName() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Returns the name of the Scheduler
.
- getSchedulerName() - Method in class org.quartz.impl.RemoteScheduler
-
Returns the name of the Scheduler
.
- getSchedulerName() - Method in class org.quartz.impl.StdScheduler
-
Returns the name of the Scheduler
.
- getSchedulerName() - Method in interface org.quartz.Scheduler
-
Returns the name of the Scheduler
.
- getSchedulerName() - Method in class org.quartz.SchedulerMetaData
-
Returns the name of the Scheduler
.
- getSchedulerNameLiteral() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- getSchedulerNameLiteral() - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- getSchedulerObjectName() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Get the name under which the Scheduler MBean is registered on the
remote MBean server.
- getSchedulerPlugins() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getSchedulerSignaler() - Method in class org.quartz.core.QuartzScheduler
-
- getSchedulerThreadGroup() - Method in class org.quartz.core.QuartzScheduler
-
Returns the name of the thread group for Quartz's main threads.
- getScheduleTimestamp() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getSecond() - Method in class org.quartz.TimeOfDay
-
The second of the minute.
- getSecurityServiceLocation() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Returns the security service location required for trusted identity assertion to the embedded REST management
service.
- getSecurityServiceTimeout() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Returns the connection/read timeout value for the security service in milliseconds.
- getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- getShortProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getShortProperty(String, short) - Method in class org.quartz.utils.PropertiesParser
-
- getSignaledNextFireTime() - Method in class org.quartz.core.QuartzSchedulerThread
-
- getSmtpHost() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getSmtpProperties() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getSQL() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- getStartOfDayJavaCalendar(long) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Returns the start of the given day as a
Calendar
.
- getStartScheduler() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- getStartTime() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Get the time at which the Trigger
should occur.
- getStartTime() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Get the time at which the DateIntervalTrigger
should occur.
- getStartTime() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Get the time at which the CronTrigger
should occur.
- getStartTime() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Get the time at which the DailyTimeIntervalTrigger
should occur.
- getStartTime() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Get the time at which the SimpleTrigger
should occur.
- getStartTime() - Method in interface org.quartz.Trigger
-
Get the time at which the Trigger
should occur.
- getStartTimeOfDay() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
The time of day to start firing at the given interval.
- getStartTimeOfDay() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
The time of day to start firing at the given interval.
- getState() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getStatePropertyNames() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
-
- getStatePropertyValues() - Method in class org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate.TriggerPropertyBundle
-
- getStatus() - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
Get the name portion of the key.
- getString(String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Retrieve the identified String
value from the StringKeyDirtyFlagMap
.
- getString1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getString2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getString3() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- getStringArrayProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
- getStringArrayProperty(String, String[]) - Method in class org.quartz.utils.PropertiesParser
-
- getStringProperty(String) - Method in class org.quartz.utils.PropertiesParser
-
Get the trimmed String value of the property with the given
name
.
- getStringProperty(String, String) - Method in class org.quartz.utils.PropertiesParser
-
Get the trimmed String value of the property with the given
name
or the given default value if the value is
null or empty after trimming.
- getSubject() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getSummary() - Method in class org.quartz.SchedulerMetaData
-
Returns a formatted (human readable) String describing all the Scheduler
's
meta-data values.
- getSystemIdForFileName(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
For the given fileName
, attempt to expand it to its full path
for use as a system id.
- getSystemPropertyName() - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
The name of the system property from which to obtain the instanceId.
- getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the prefix that should be pre-pended to all table names.
- getTCConfigSnippet() - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- getTCConfigUrl() - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- getThreadCount() - Method in class org.quartz.simpl.SimpleThreadPool
-
Get the number of worker threads in the pool.
- getThreadExecutor() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get the ThreadExecutor which runs the QuartzSchedulerThread
- getThreadExecutor() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getThreadName() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getThreadNamePrefix() - Method in class org.quartz.simpl.SimpleThreadPool
-
- getThreadPool() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getThreadPoolClass() - Method in class org.quartz.core.QuartzScheduler
-
- getThreadPoolClass() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getThreadPoolClass() - Method in class org.quartz.SchedulerMetaData
-
Returns the class-name of the ThreadPool
instance that is
being used by the Scheduler
.
- getThreadPoolClassName() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getThreadPoolClassName() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getThreadPoolSize() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getThreadPoolSize() - Method in class org.quartz.core.QuartzScheduler
-
- getThreadPoolSize() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getThreadPoolSize() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getThreadPoolSize() - Method in class org.quartz.SchedulerMetaData
-
Returns the number of threads currently in the Scheduler
's
ThreadPool
.
- getThreadPriority() - Method in class org.quartz.simpl.SimpleThreadPool
-
Get the thread priority of worker threads in the pool.
- getTimeAfter(Date) - Method in class org.quartz.CronExpression
-
- getTimeAfter(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- getTimeBefore(Date) - Method in class org.quartz.CronExpression
-
NOT YET IMPLEMENTED: Returns the time before the given time
that the CronExpression
matches.
- getTimeBefore(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
NOT YET IMPLEMENTED: Returns the time before the given time
that this CronTrigger
will fire.
- getTimeOfDayForDate(Date) - Method in class org.quartz.TimeOfDay
-
Return a date with time of day reset to this object values.
- getTimeRangeEndingTimeInMillis(long) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Returns the end time of the time range (in milliseconds) of the day
specified in timeInMillis
- getTimeRangeStartingTimeInMillis(long) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Returns the start time of the time range (in milliseconds) of the day
specified in timeInMillis
- getTimerTask() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Returns the timer task for this sampled counter
- getTimestamp() - Method in class org.quartz.utils.counter.sampled.TimeStampedCounterValue
-
Get value of the timestamp
- getTimesTriggered() - Method in interface org.quartz.CalendarIntervalTrigger
-
Get the number of times the DateIntervalTrigger
has already
fired.
- getTimesTriggered() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
Get the number of times the DateIntervalTrigger
has already
fired.
- getTimesTriggered() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- getTimesTriggered() - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- getTimesTriggered() - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Get the number of times the SimpleTrigger
has already
fired.
- getTimesTriggered() - Method in interface org.quartz.SimpleTrigger
-
Get the number of times the SimpleTrigger
has already fired.
- getTimeZone() - Method in interface org.quartz.CalendarIntervalTrigger
-
Gets the time zone within which time calculations related to this
trigger will be performed.
- getTimeZone() - Method in class org.quartz.CronExpression
-
Returns the time zone for which this CronExpression
will be resolved.
- getTimeZone() - Method in interface org.quartz.CronTrigger
-
Returns the time zone for which the cronExpression
of
this CronTrigger
will be resolved.
- getTimeZone() - Method in class org.quartz.impl.calendar.BaseCalendar
-
Returns the time zone for which this Calendar
will be
resolved.
- getTimeZone() - Method in class org.quartz.impl.calendar.CronCalendar
-
Returns the time zone for which the CronExpression
of
this CronCalendar
will be resolved.
- getTimeZone() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- getTimeZone() - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- getTo() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getTransaction() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
- getTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
Get the
Trigger
instance with the given name and
group.
- getTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getTrigger() - Method in class org.quartz.impl.JobExecutionContextImpl
-
Get a handle to the Trigger
instance that fired the
Job
.
- getTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTrigger() - Method in interface org.quartz.JobExecutionContext
-
Get a handle to the Trigger
instance that fired the
Job
.
- getTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
-
Get the
Trigger
instance with the given key.
- getTrigger() - Method in class org.quartz.spi.TriggerFiredBundle
-
- getTriggerBuilder() - Method in interface org.quartz.CalendarIntervalTrigger
-
- getTriggerBuilder() - Method in interface org.quartz.CronTrigger
-
- getTriggerBuilder() - Method in interface org.quartz.DailyTimeIntervalTrigger
-
- getTriggerBuilder() - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- getTriggerBuilder() - Method in interface org.quartz.SimpleTrigger
-
- getTriggerBuilder() - Method in interface org.quartz.Trigger
-
Get a
TriggerBuilder
that is configured to produce a
Trigger
identical to this one.
- getTriggerClone() - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- getTriggerCompleteMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon the completion of a trigger's
firing.
- getTriggerFiredBundle() - Method in class org.quartz.spi.TriggerFiredResult
-
- getTriggerFiredMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon a trigger's firing.
- getTriggerGroupNames() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getTriggerGroupNames() - Method in class org.quartz.core.QuartzScheduler
-
Get the names of all known
Trigger
groups.
- getTriggerGroupNames() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getTriggerGroupNames() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getTriggerGroupNames() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the names of all of the
Trigger
groups.
- getTriggerGroupNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getTriggerGroupNames() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getTriggerGroupNames() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerGroupNames() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerGroupNames() - Method in interface org.quartz.Scheduler
-
Get the names of all known
Trigger
groups.
- getTriggerGroupNames() - Method in class org.quartz.simpl.RAMJobStore
-
Get the names of all of the
Trigger
groups.
- getTriggerGroupNames() - Method in interface org.quartz.spi.JobStore
-
Get the names of all of the
Trigger
groups.
- getTriggerGroupNames() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getTriggerGroupNames() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getTriggerGroupsToNeverDelete() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Get the (unmodifiable) list of trigger groups that will never be
deleted by this processor, even if a pre-processing-command to
delete the group is encountered.
- getTriggerKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- getTriggerKey() - Method in class org.terracotta.quartz.wrappers.FiredTrigger
-
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
-
Get the names of all the
Trigger
s
in
the matching groups.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the names of all of the
Trigger
s
that match the given group Matcher.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
-
Get the names of all the
Trigger
s
in the given
group.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Get the names of all of the
Trigger
s
that match the given groupMatcher.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in interface org.quartz.spi.JobStore
-
Get the names of all of the
Trigger
s
that have the given group name.
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getTriggerKeys(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getTriggerListener(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- getTriggerListener(String) - Method in interface org.quartz.ListenerManager
-
- getTriggerListenerMatchers(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- getTriggerListenerMatchers(String) - Method in interface org.quartz.ListenerManager
-
Get the set of Matchers for which the listener
will receive events if ANY of the matchers match.
- getTriggerListeners() - Method in class org.quartz.core.ListenerManagerImpl
-
- getTriggerListeners() - Method in interface org.quartz.ListenerManager
-
Get a List containing all of the
TriggerListener
s
in the
Scheduler
, in the order in which they were registered.
- getTriggerMisfiredMessage() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Get the message that is printed upon a trigger's mis-firing.
- getTriggerNames(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getTriggerNames(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getTriggerNames(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getTriggerProperties(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-
- getTriggerProperties(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-
- getTriggerProperties(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- getTriggerPropertyBundle(SimplePropertiesTriggerProperties) - Method in class org.quartz.impl.jdbcjobstore.CalendarIntervalTriggerPersistenceDelegate
-
- getTriggerPropertyBundle(SimplePropertiesTriggerProperties) - Method in class org.quartz.impl.jdbcjobstore.DailyTimeIntervalTriggerPersistenceDelegate
-
- getTriggerPropertyBundle(SimplePropertiesTriggerProperties) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- getTriggersForJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getTriggersForJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(JobKey) - Method in interface org.quartz.spi.JobStore
-
Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getTriggersForJob(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getTriggersOfJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getTriggersOfJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
- getTriggersOfJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getTriggersOfJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getTriggersOfJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getTriggersOfJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggersOfJob(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggersOfJob(JobKey) - Method in interface org.quartz.Scheduler
-
- getTriggerState(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getTriggerState(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
Get the current state of the identified
Trigger
.
- getTriggerState(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getTriggerState(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getTriggerState(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the current state of the identified
Trigger
.
- getTriggerState(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- getTriggerState(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- getTriggerState(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerState(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- getTriggerState(TriggerKey) - Method in interface org.quartz.Scheduler
-
Get the current state of the identified
Trigger
.
- getTriggerState(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
Get the current state of the identified
Trigger
.
- getTriggerState(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
Get the current state of the identified
Trigger
.
- getTriggerState(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getTriggerState(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getTriggerWrappersForCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
-
- getTriggerWrappersForCalendar(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- getTriggerWrappersForJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
- getTriggerWrappersForJob(JobKey) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- getTrimmedToNullString(XPath, String, Node) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
- getTunnelledMBeanDomains() - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- getUnderlyingException() - Method in exception org.quartz.SchedulerException
-
Return the exception that is the underlying cause of this exception.
- getUnderlyingProperties() - Method in class org.quartz.utils.PropertiesParser
-
- getUniqueIdentifier(String, String) - Static method in class org.quartz.core.QuartzSchedulerResources
-
- getUniqueIdentifier() - Method in class org.quartz.core.QuartzSchedulerResources
-
- getUpdatedOrNewFiles(String, long, long) - Method in class org.quartz.jobs.DirectoryScanJob
-
- getUpdateLockRowSQL() - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
-
- getURL(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Returns an URL
from the fileName as a resource.
- getUseDBLocks() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether this instance should use database-based thread
synchronization.
- getUsername() - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- getUserTxLocation() - Static method in class org.quartz.ee.jta.UserTransactionHelper
-
- getUUID() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- getUUID() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- getUUID() - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- getValidationExceptions() - Method in exception org.quartz.xml.ValidationException
-
Returns collection of errors.
- getValue(int, String, int) - Method in class org.quartz.CronExpression
-
- getValue(T) - Method in class org.quartz.impl.matchers.GroupMatcher
-
- getValue(T) - Method in class org.quartz.impl.matchers.NameMatcher
-
- getValue(T) - Method in class org.quartz.impl.matchers.StringMatcher
-
- getValue() - Method in interface org.quartz.utils.counter.Counter
-
Gets current value of the counter
- getValue() - Method in class org.quartz.utils.counter.CounterImpl
-
Gets current value of the counter
- getValue() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Gets current value of the counter
- getVersion() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- getVersion() - Method in class org.quartz.core.QuartzScheduler
-
- getVersion() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- getVersion() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- getVersion() - Method in class org.quartz.SchedulerMetaData
-
Returns the version of Quartz that is running.
- getVersionIteration() - Static method in class org.quartz.core.QuartzScheduler
-
- getVersionMajor() - Static method in class org.quartz.core.QuartzScheduler
-
- getVersionMinor() - Static method in class org.quartz.core.QuartzScheduler
-
- getWrapInUserTransaction() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Wrap the start() and shutdown() methods in a UserTransaction.
- getWrappedConnection() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
Gets the underlying connection to which all operations ultimately
defer.
- getWrappedMap() - Method in class org.quartz.utils.DirtyFlagMap
-
Get a direct handle to the underlying Map.
- groupContains(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups containing the given string.
- groupEndsWith(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups ending with the given string.
- groupEquals(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups equaling the given string.
- GroupMatcher<T extends Key<?>> - Class in org.quartz.impl.matchers
-
Matches on group (ignores name) property of Keys.
- GroupMatcher(String, StringMatcher.StringOperatorName) - Constructor for class org.quartz.impl.matchers.GroupMatcher
-
- groupStartsWith(String) - Static method in class org.quartz.impl.matchers.GroupMatcher
-
Create a GroupMatcher that matches groups starting with the given string.
- increment() - Method in interface org.quartz.utils.counter.Counter
-
Increment the counter by 1
- increment(long) - Method in interface org.quartz.utils.counter.Counter
-
Increment the counter by given amount
- increment() - Method in class org.quartz.utils.counter.CounterImpl
-
Increment the counter by 1
- increment(long) - Method in class org.quartz.utils.counter.CounterImpl
-
Increment the counter by given amount
- increment(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
-
Increments the numerator and denominator by the passed values
- increment(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Increments the numerator and denominator by the passed values
- increment() - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- increment(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- incrementRefireCount() - Method in class org.quartz.impl.JobExecutionContextImpl
-
- init(ServletConfig) - Method in class org.quartz.ee.servlet.QuartzInitializerServlet
-
- initDocumentParser() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Initializes the XML parser.
- INITIAL_CONTEXT_FACTORY - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
-
- INITIAL_CONTEXT_FACTORY - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- initialize() - Method in class org.quartz.commonj.WorkManagerThreadExecutor
-
- initialize(QuartzScheduler) - Method in class org.quartz.core.JobRunShell
-
- initialize(Scheduler) - Method in interface org.quartz.core.JobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell
and
the JobExecutionContext
s within it.
- initialize() - Method in class org.quartz.core.QuartzScheduler
-
- initialize() - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
Initialize this remote MBean scheduler, getting the JBoss
RMIAdaptor for communication.
- initialize(Scheduler) - Method in class org.quartz.ee.jta.JTAAnnotationAwareJobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell
and
the JobExecutionContext
s within it, and a handle to the
SchedulingContext
that the shell will use in its own
operations with the JobStore
.
- initialize(Scheduler) - Method in class org.quartz.ee.jta.JTAJobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell
and
the JobExecutionContext
s within it, and a handle to the
SchedulingContext
that the shell will use in its own
operations with the JobStore
.
- initialize() - Method in class org.quartz.impl.DefaultThreadExecutor
-
- initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- initialize(Logger, String, String, String, ClassLoadHelper, boolean, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Called by the QuartzScheduler before the JobStore
is
used, in order to give it a chance to initialize.
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
- initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- initialize(String, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- initialize(Logger, String, String, String, ClassLoadHelper, boolean, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- initialize(String, String) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
-
- initialize() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Initialize this RemoteMBeanScheduler instance, connecting to the
remote MBean server.
- initialize(Scheduler) - Method in class org.quartz.impl.StdJobRunShellFactory
-
Initialize the factory, providing a handle to the Scheduler
that should be made available within the JobRunShell
and
the JobExecutionContext
s within it.
- initialize() - Method in class org.quartz.impl.StdSchedulerFactory
-
Initialize the
SchedulerFactory
with
the contents of a
Properties
file and overriding System
properties.
- initialize(String) - Method in class org.quartz.impl.StdSchedulerFactory
-
Initialize the
SchedulerFactory
with
the contents of the
Properties
file with the given
name.
- initialize(InputStream) - Method in class org.quartz.impl.StdSchedulerFactory
-
Initialize the
SchedulerFactory
with
the contents of the
Properties
file opened with the
given
InputStream
.
- initialize(Properties) - Method in class org.quartz.impl.StdSchedulerFactory
-
Initialize the
SchedulerFactory
with
the contents of the given
Properties
object.
- initialize(String, Scheduler, ClassLoadHelper) - 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, ClassLoadHelper) - 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, ClassLoadHelper) - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- initialize(String, Scheduler, ClassLoadHelper) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Called during creation of the Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
- initialize(String, Scheduler) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
- initialize(String, Scheduler, ClassLoadHelper) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Called during creation of the Scheduler
in order to give
the SchedulerPlugin
a chance to initialize.
- initialize() - Method in class org.quartz.simpl.CascadingClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize() - Method in class org.quartz.simpl.InitThreadContextClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize() - Method in class org.quartz.simpl.LoadingLoaderClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.simpl.RAMJobStore
-
Called by the QuartzScheduler before the JobStore
is
used, in order to give the it a chance to initialize.
- initialize() - Method in class org.quartz.simpl.SimpleClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize() - Method in class org.quartz.simpl.SimpleThreadPool
-
- initialize() - Method in class org.quartz.simpl.SimpleTimeBroker
-
- initialize() - Method in class org.quartz.simpl.ThreadContextClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize() - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- initialize() - Method in interface org.quartz.spi.ClassLoadHelper
-
Called to give the ClassLoadHelper a chance to initialize itself,
including the opportunity to "steal" the class loader off of the calling
thread, which is the thread that is initializing Quartz.
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in 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, ClassLoadHelper) - 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.ThreadExecutor
-
- initialize() - Method in interface org.quartz.spi.ThreadPool
-
Must be called before the ThreadPool
is
used, in order to give the it a chance to initialize.
- initialize() - Method in interface org.quartz.spi.TimeBroker
-
Deprecated.
Called by the QuartzScheduler before the TimeBroker
is
used, in order to give the it a chance to initialize.
- initialize() - Method in class org.quartz.utils.C3p0PoolingConnectionProvider
-
- initialize() - Method in interface org.quartz.utils.ConnectionProvider
-
- initialize() - Method in class org.quartz.utils.HikariCpPoolingConnectionProvider
-
- initialize() - Method in class org.quartz.utils.JNDIConnectionProvider
-
- initialize() - Method in class org.quartz.utils.weblogic.WeblogicConnectionProvider
-
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- initializeTrigger(MutableTrigger, CompositeData) - Static method in class org.quartz.core.jmx.TriggerSupport
-
- initializeTrigger(MutableTrigger, Map<String, Object>) - Static method in class org.quartz.core.jmx.TriggerSupport
-
- InitThreadContextClassLoadHelper - Class in org.quartz.simpl
-
A ClassLoadHelper
that uses either the context class loader
of the thread that initialized Quartz.
- InitThreadContextClassLoadHelper() - Constructor for class org.quartz.simpl.InitThreadContextClassLoadHelper
-
- inLocale(Locale) - Method in class org.quartz.DateBuilder
-
Set the Locale for the Date that will be built by this builder (if "null", system default will be used)
- inMonth(int) - Method in class org.quartz.DateBuilder
-
Set the month (1-12) for the Date that will be built by this builder.
- inMonthOnDay(int, int) - Method in class org.quartz.DateBuilder
-
- INSERT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- INSERT_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
-
- INSERT_ORACLE_CALENDAR - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- INSERT_ORACLE_JOB_DETAIL - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- INSERT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- INSERT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- INSERT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- insertBlobTrigger(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Insert the blob trigger data.
- insertCalendar(Connection, String, Calendar) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Insert a new calendar.
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
Insert a new calendar.
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Insert a new calendar.
- insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- insertExtendedTriggerProperties(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.TriggerPersistenceDelegate
-
- insertFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Insert a fired trigger.
- insertFiredTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Insert a fired trigger.
- insertJobDetail(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Insert the job detail record.
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
Insert the job detail record.
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Insert the job detail record.
- insertPausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- insertPausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- insertSchedulerState(Connection, String, long, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Insert a scheduler-instance state record.
- insertSchedulerState(Connection, String, long, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Insert the base trigger data.
- insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
- insertTrigger(Connection, OperableTrigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Insert the base trigger data.
- instanceId - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- instanceId - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- InstanceIdGenerator - Interface in org.quartz.spi
-
An InstanceIdGenerator is responsible for generating the clusterwide unique
instance id for a Scheduler
node.
- instanceName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- instantiate(QuartzSchedulerResources, QuartzScheduler) - Method in class org.quartz.impl.StdSchedulerFactory
-
- interrupt(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Interrupt all instances of the identified InterruptableJob executing in
this Scheduler instance.
- interrupt(String) - Method in class org.quartz.core.QuartzScheduler
-
Interrupt the identified InterruptableJob executing in this Scheduler instance.
- interrupt(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- interrupt(String) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- interrupt(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- interrupt(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- interrupt(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
- interrupt(String) - Method in class org.quartz.impl.RemoteScheduler
-
- interrupt(JobKey) - Method in class org.quartz.impl.StdScheduler
-
- interrupt(String) - Method in class org.quartz.impl.StdScheduler
-
- interrupt() - Method in interface org.quartz.InterruptableJob
-
Called by the
Scheduler
when a user
interrupts the
Job
.
- interrupt(JobKey) - Method in interface org.quartz.Scheduler
-
Request the interruption, within this Scheduler instance, of all
currently executing instances of the identified Job
, which
must be an implementor of the InterruptableJob
interface.
- interrupt(String) - Method in interface org.quartz.Scheduler
-
Request the interruption, within this Scheduler instance, of the
identified executing Job
instance, which
must be an implementor of the InterruptableJob
interface.
- InterruptableJob - Interface in org.quartz
-
The interface to be implemented by
Job
s
that provide a
mechanism for having their execution interrupted.
- interruptJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- interruptJob(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- interruptJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- interruptJob(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- inTimeZone(TimeZone) - Method in class org.quartz.CalendarIntervalScheduleBuilder
-
The TimeZone
in which to base the schedule.
- inTimeZone(TimeZone) - Method in class org.quartz.CronScheduleBuilder
-
The TimeZone
in which to base the schedule.
- inTimeZone(TimeZone) - Method in class org.quartz.DateBuilder
-
Set the TimeZone for the Date that will be built by this builder (if "null", system default will be used)
- invalidateHandleCreateException(String, Exception) - Method in class org.quartz.impl.RemoteScheduler
-
- InvalidConfigurationException - Exception in org.quartz.impl.jdbcjobstore
-
Exception class for when a driver delegate cannot be found for a given
configuration, or lack thereof.
- InvalidConfigurationException(String) - Constructor for exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException
-
- InvalidConfigurationException() - Constructor for exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException
-
- invoke(String, Object[], String[]) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
- invoke(Object, Method, Object[]) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
- invoke(String, Object[], String[]) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Invoke the given operation on the remote Scheduler MBean.
- inYear(int) - Method in class org.quartz.DateBuilder
-
Set the year for the Date that will be built by this builder.
- isAcquireTriggersWithinLock() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Whether or not the query and update to acquire a Trigger for firing
should be performed after obtaining an explicit DB lock (to avoid
possible race conditions on the trigger's db row).
- isAlwaysLookup() - Method in class org.quartz.utils.JNDIConnectionProvider
-
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.quartz.utils.ClassUtils
-
- isBoolean1() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- isBoolean2() - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- isBulkLoadEnabled() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- isCleanShutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Determine whether or not the plug-in is configured to cause a clean
shutdown of the scheduler.
- isClustered() - Method in class org.quartz.core.QuartzScheduler
-
- isClustered() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- isClustered() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether this instance is part of a cluster.
- isClustered() - Method in class org.quartz.simpl.RAMJobStore
-
- isClustered() - Method in interface org.quartz.spi.JobStore
-
Whether or not the JobStore
implementation is clustered.
- isClustered() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- isClustered() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- isConcurrentExectionDisallowed() - Method in class org.quartz.impl.JobDetailImpl
-
- isConcurrentExectionDisallowed() - Method in interface org.quartz.JobDetail
-
- isConcurrentExectionDisallowed() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- isConfigUrl() - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- isDayExcluded(Calendar) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Return true, if day is defined to be exluded.
- isDayExcluded(int) - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Return true, if day is defined to be excluded.
- isDayExcluded(int) - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Return true, if wday (see Calendar.get()) is defined to be exluded.
- isDestinationSecure(JobDataMap) - Static method in class org.quartz.jobs.ee.jms.JmsHelper
-
- isDestroyed() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- isDestroyed() - Method in class org.terracotta.quartz.collections.TimeTriggerSet
-
- isDirty() - Method in class org.quartz.utils.DirtyFlagMap
-
Determine whether the Map
is flagged dirty.
- isDontSetAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- isDontSetNonManagedTXConnectionAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- isDurable() - Method in class org.quartz.impl.JobDetailImpl
-
- isDurable() - Method in interface org.quartz.JobDetail
-
Whether or not the
Job
should remain stored after it is
orphaned (no
Trigger
s
point to it).
- isDurable() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- isEmpty() - Method in class org.quartz.utils.DirtyFlagMap
-
- isEmpty() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- isEmtpy() - Method in class org.quartz.utils.CircularLossyQueue
-
Returns true if the queue is empty, otherwise false
- isEnabled() - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Check if the REST services should be enabled or not.
- isExistingTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- isExistingTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- isFailOnFileNotFound() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Whether or not initialization of the plugin should fail (throw an
exception) if the file cannot be found.
- isIgnoreDuplicates() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
If true (and OverWriteExistingData
is false) then any
job/triggers encountered in this file that have names that already exist
in the scheduler will be ignored, and no error will be produced.
- isInstanceof(Class) - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- isInstanceof(Class) - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- isInStandbyMode() - Method in class org.quartz.core.QuartzScheduler
-
Reports whether the Scheduler
is paused.
- isInStandbyMode() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- isInStandbyMode() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isInStandbyMode() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isInStandbyMode() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isInStandbyMode() - Method in interface org.quartz.Scheduler
-
Reports whether the Scheduler
is in stand-by mode.
- isInStandbyMode() - Method in class org.quartz.SchedulerMetaData
-
Reports whether the Scheduler
is in standby mode.
- isInterruptJobsOnShutdown() - Method in class org.quartz.core.QuartzSchedulerResources
-
- isInterruptJobsOnShutdownWithWait() - Method in class org.quartz.core.QuartzSchedulerResources
-
- isJobDisallowsConcurrentExecution() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- isJobNonConcurrent(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Check whether or not the given job disallows concurrent execution.
- isJobNonConcurrent(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Check whether or not the given job is stateful.
- isJobRequestsRecovery() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- isJobStoreClustered() - Method in class org.quartz.SchedulerMetaData
-
Returns whether or not the Scheduler
'sJobStore
is clustered.
- isJobStoreSupportsPersistence() - Method in class org.quartz.SchedulerMetaData
-
Returns whether or not the Scheduler
'sJobStore
instance supports persistence.
- isLeapYear(int) - Method in class org.quartz.CronExpression
-
- isLockOnInsert() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- isLockOwner(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
Determine whether the calling thread owns a lock on the identified
resource.
- isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
Determine whether the calling thread owns a lock on the identified
resource.
- isLockOwner(String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
Determine whether the calling thread owns a lock on the identified
resource.
- isMakeThreadsDaemons() - Method in class org.quartz.simpl.SimpleThreadPool
-
- isMatch(T) - Method in class org.quartz.impl.matchers.AndMatcher
-
- isMatch(T) - Method in class org.quartz.impl.matchers.EverythingMatcher
-
- isMatch(T) - Method in class org.quartz.impl.matchers.KeyMatcher
-
- isMatch(T) - Method in class org.quartz.impl.matchers.NotMatcher
-
- isMatch(T) - Method in class org.quartz.impl.matchers.OrMatcher
-
- isMatch(T) - Method in class org.quartz.impl.matchers.StringMatcher
-
- isMatch(T) - Method in interface org.quartz.Matcher
-
- isMatcherEquals(GroupMatcher<?>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- isNodeBulkLoadEnabled() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- isOverWriteExistingData() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Whether the existing scheduling data (with same identifiers) will be
overwritten.
- isPersistJobDataAfterExecution() - Method in class org.quartz.impl.JobDetailImpl
-
- isPersistJobDataAfterExecution() - Method in interface org.quartz.JobDetail
-
- isPersistJobDataAfterExecution() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- isPreserveHourOfDayAcrossDaylightSavings() - Method in interface org.quartz.CalendarIntervalTrigger
-
If intervals are a day or greater, this property (set to true) will
cause the firing of the trigger to always occur at the same time of day,
(the time of day of the startTime) regardless of daylight saving time
transitions.
- isPreserveHourOfDayAcrossDaylightSavings() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
If intervals are a day or greater, this property (set to true) will
cause the firing of the trigger to always occur at the same time of day,
(the time of day of the startTime) regardless of daylight saving time
transitions.
- isRecovering() - Method in class org.quartz.impl.JobExecutionContextImpl
-
If the Job
is being re-executed because of a 'recovery'
situation, this method will return true
.
- isRecovering() - Method in interface 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
-
- isRejoin() - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- isResetOnSample() - Method in class org.quartz.utils.counter.sampled.SampledCounterConfig
-
Returns true if counters created from this config will reset on each
sample
- isSampledStatisticsEnabled() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- isSampledStatisticsEnabled() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- isSatisfiedBy(Date) - Method in class org.quartz.CronExpression
-
Indicates whether the given date satisfies the cron expression.
- isScheduleChanged() - Method in class org.quartz.core.QuartzSchedulerThread
-
- isSchedulerRemote() - Method in class org.quartz.SchedulerMetaData
-
Returns whether the Scheduler
is being used remotely (via
RMI).
- isShutdown() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- isShutdown() - Method in class org.quartz.core.QuartzScheduler
-
Reports whether the Scheduler
has been shutdown.
- isShutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- isShutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- isShutdown() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isShutdown() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isShutdown() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- isShutdown() - Method in interface org.quartz.Scheduler
-
Reports whether the Scheduler
has been shutdown.
- isShutdown() - Method in class org.quartz.SchedulerMetaData
-
Reports whether the Scheduler
has been shutdown.
- isShuttingDown() - Method in class org.quartz.core.QuartzScheduler
-
- isSignalOnSchedulingChange() - Method in class org.quartz.core.QuartzScheduler
-
- isSkipDayIfHourDoesNotExist() - Method in interface org.quartz.CalendarIntervalTrigger
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger
would fire, the day will be skipped and the trigger advanced a second
interval if this property is set to true.
- isSkipDayIfHourDoesNotExist() - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger
would fire, the day will be skipped and the trigger advanced a second
interval if this property is set to true.
- isStandbyMode() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- isStandbyMode() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- isStarted() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- isStarted() - Method in class org.quartz.core.QuartzScheduler
-
- isStarted() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- isStarted() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Whether the scheduler has been started.
- isStarted() - Method in class org.quartz.impl.RemoteScheduler
-
Whether the scheduler has been started.
- isStarted() - Method in class org.quartz.impl.StdScheduler
-
Whether the scheduler has been started.
- isStarted() - Method in interface org.quartz.Scheduler
-
Whether the scheduler has been started.
- isStarted() - Method in class org.quartz.SchedulerMetaData
-
Returns whether the scheduler has been started.
- isThreadsInheritContextClassLoaderOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
-
- isThreadsInheritGroupOfInitializingThread() - Method in class org.quartz.simpl.SimpleThreadPool
-
- isThreadsInheritInitializersClassLoadContext() - Method in class org.quartz.core.QuartzSchedulerResources
-
Get whether to set the class load context of spawned threads to that
of the initializing thread.
- isThreadsInheritInitializersClassLoadContext() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get whether to set the class load context of spawned threads to that
of the initializing thread.
- isThrowIfPropertyNotFound() - Method in class org.quartz.simpl.PropertySettingJobFactory
-
Whether the JobInstantiation should fail and throw and exception if
a key (name) and value (type) found in the JobDataMap does not
correspond to a proptery setter on the Job class.
- isTimeIncluded(long) - Method in interface org.quartz.Calendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Check if date/time represented by timeStamp is included.
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.CronCalendar
-
Determines whether the given time (in milliseconds) is 'included' by the
BaseCalendar
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Determines whether the given time (in milliseconds) is 'included' by the
BaseCalendar
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.HolidayCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTimeIncluded(long) - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Determine whether the given time (in milliseconds) is 'included' by the
Calendar.
- isTriggerGroupPaused(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- isTriggerGroupPaused(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- isTxIsolationLevelReadCommitted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- isTxIsolationLevelSerializable() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- isValidExpression(String) - Static method in class org.quartz.CronExpression
-
Indicates whether the specified cron expression can be parsed into a
valid cron expression
- isWarnIfPropertyNotFound() - Method in class org.quartz.simpl.PropertySettingJobFactory
-
Whether a warning should be logged if
a key (name) and value (type) found in the JobDataMap does not
correspond to a proptery setter on the Job class.
- passivate() - Method in class org.quartz.core.JobRunShell
-
- passivate() - Method in class org.quartz.ee.jta.JTAJobRunShell
-
Override passivate() to ensure we always cleanup the UserTransaction.
- pauseAll() - Method in class org.quartz.core.QuartzScheduler
-
Pause all triggers - equivalent of calling pauseTriggers(GroupMatcher)
with a matcher matching all known groups.
- pauseAll() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- pauseAll() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group)
on every group.
- pauseAll(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group)
on every group.
- pauseAll() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- pauseAll() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseAll() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseAll() - Method in interface org.quartz.Scheduler
-
Pause all triggers - similar to calling pauseTriggerGroup(group)
on every group, however, after using this method resumeAll()
must be called to clear the scheduler's state of 'remembering' that all
new triggers will be paused as they are added.
- pauseAll() - Method in class org.quartz.simpl.RAMJobStore
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group)
on every group.
- pauseAll() - Method in interface org.quartz.spi.JobStore
-
Pause all triggers - equivalent of calling pauseTriggerGroup(group)
on every group.
- pauseAll() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- pauseAll() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- pauseAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- pauseAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pausedGroupsContain(String) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- pausedGroupsContain(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- pausedJobGroups - Variable in class org.quartz.simpl.RAMJobStore
-
- pausedTriggerGroups - Variable in class org.quartz.simpl.RAMJobStore
-
- pauseJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- pauseJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Pause the
JobDetail
with the given
name - by pausing all of its current
Trigger
s.
- pauseJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- pauseJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause the
Job
with the given name - by
pausing all of its current
Trigger
s.
- pauseJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- pauseJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseJob(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseJob(JobKey) - Method in interface org.quartz.Scheduler
-
Pause the
JobDetail
with the given
key - by pausing all of its current
Trigger
s.
- pauseJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
Pause the
JobDetail
with the given
name - by pausing all of its current
Trigger
s.
- pauseJob(JobKey) - Method in interface org.quartz.spi.JobStore
-
Pause the
Job
with the given name - by
pausing all of its current
Trigger
s.
- pauseJob(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- pauseJob(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- pauseJobGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- pauseJobGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
-
Pause all of the
JobDetail
s
in the
matching groups - by pausing all of their
Trigger
s.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all of the
Job
s
matching the given
groupMatcher - by pausing all of their
Trigger
s.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
-
Pause all of the
JobDetail
s
in the
matching groups - by pausing all of their
Trigger
s.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Pause all of the
JobDetail
s
in the
given group - by pausing all of their
Trigger
s.
- pauseJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.spi.JobStore
-
Pause all of the
Job
s
in the given
group - by pausing all of their
Trigger
s.
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- pauseJobs(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- pauseJobsAll() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all jobs whose group is anything
- pauseJobsAll() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJobsContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all jobs whose group contains jobGroupToken
- pauseJobsContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJobsEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all jobs whose group ends with jobGroupSuffix
- pauseJobsEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseJobsStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all jobs whose group starts with jobGroupPrefix
- pauseJobsStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- pauseTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
Pause the
Trigger
with the given name.
- pauseTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- pauseTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause the
Trigger
with the given name.
- pauseTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause the
Trigger
with the given name.
- pauseTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- pauseTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
-
Pause the
Trigger
with the given key.
- pauseTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
Pause the
Trigger
with the given name.
- pauseTrigger(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
Pause the
Trigger
with the given key.
- pauseTrigger(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- pauseTrigger(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- pauseTriggerGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- pauseTriggerGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all of the
Trigger
s
matching the
given groupMatcher.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
-
Pause all of the
Trigger
s
in the matching groups.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all of the
Trigger
s
matching the
given groupMatcher.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
-
Pause all of the
Trigger
s
in the groups matching.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Pause all of the known
Trigger
s
matching.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.spi.JobStore
-
Pause all of the
Trigger
s
in the
given group.
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- pauseTriggers(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- pauseTriggersAll() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all triggers whose group is anything
- pauseTriggersAll() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTriggersContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all triggers whose group contains triggerGroupToken
- pauseTriggersContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTriggersEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all triggers whose group ends with triggerGroupSuffix
- pauseTriggersEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- pauseTriggersStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Pause all triggers whose group starts with triggerGroupPrefix
- pauseTriggersStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- peek() - Method in class org.quartz.utils.CircularLossyQueue
-
Returns value at the tail of the queue
- peekTriggers() - Method in class org.quartz.simpl.RAMJobStore
-
- PersistJobDataAfterExecution - Annotation Type in org.quartz
-
An annotation that marks a
Job
class as one that makes updates to its
JobDataMap
during execution, and wishes the scheduler to re-store the
JobDataMap
when execution completes.
- PlainTerracottaJobStore<T extends ClusteredJobStore> - Class in org.terracotta.quartz
-
- PlainTerracottaJobStore(ToolkitInternal) - Constructor for class org.terracotta.quartz.PlainTerracottaJobStore
-
- PointbaseDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is a driver delegate for the Pointbase JDBC driver.
- PointbaseDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.PointbaseDelegate
-
- POOLING_PROVIDER - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The pooling provider.
- POOLING_PROVIDER_C3P0 - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The c3p0 pooling provider.
- POOLING_PROVIDER_HIKARICP - Static variable in interface org.quartz.utils.PoolingConnectionProvider
-
The Hikari pooling provider.
- POOLING_PROVIDER_NAME - Static variable in class org.quartz.utils.HikariCpPoolingConnectionProvider
-
This pooling provider name.
- PoolingConnectionProvider - Interface in org.quartz.utils
-
ConnectionProvider
s supporting pooling of connections.
- populateMailInfo(JobDataMap, SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- PostgreSQLDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is a driver delegate for the PostgreSQL JDBC driver.
- PostgreSQLDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
-
- prepareMimeMessage(SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- prepForProcessing() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
- preserveHourOfDayAcrossDaylightSavings(boolean) - Method in class org.quartz.CalendarIntervalScheduleBuilder
-
If intervals are a day or greater, this property (set to true) will
cause the firing of the trigger to always occur at the same time of day,
(the time of day of the startTime) regardless of daylight saving time
transitions.
- PRINCIPAL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
-
- PRINCIPAL - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- process(InputSource) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
- processFile(String) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
- processFile() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xml file in the default location (a file named
"quartz_jobs.xml" in the current working directory).
- processFile(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xml file named fileName
.
- processFile(String, String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xmlfile named fileName
with the given system
ID.
- processFileAndScheduleJobs(Scheduler, boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xml file in the default location, and schedule all of the
jobs defined within it.
- processFileAndScheduleJobs(String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xml file in the given location, and schedule all of the
jobs defined within it.
- processFileAndScheduleJobs(String, String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xml file in the given location, and schedule all of the
jobs defined within it.
- processStreamAndScheduleJobs(InputStream, String, Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Process the xmlfile named fileName
with the given system
ID.
- PROP_CC_RECIPIENT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The e-mail address to cc the mail to.
- PROP_COMMAND - Static variable in class org.quartz.jobs.NativeJob
-
Required parameter that specifies the name of the command (executable)
to be ran.
- PROP_CONNECTION_PROVIDER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_CONSUME_STREAMS - Static variable in class org.quartz.jobs.NativeJob
-
Optional parameter (value should be 'true' or 'false') that specifies
whether the spawned process's stdout and stderr streams should be
consumed.
- PROP_CONTENT_TYPE - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The message content type.
- PROP_DATASOURCE_DRIVER - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_ALWAYS_LOOKUP - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_CREDENTIALS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_INITIAL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_PRINCIPAL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_PROVDER - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_JNDI_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_MAX_CONNECTIONS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_PASSWORD - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_USER - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_DATASOURCE_VALIDATION_QUERY - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_STORE_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_STORE_LOCK_HANDLER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_STORE_LOCK_HANDLER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_STORE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_JOB_STORE_USE_PROP - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_LISTENER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_MESSAGE - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The e-mail message body.
- PROP_PARAMETERS - Static variable in class org.quartz.jobs.NativeJob
-
Optional parameter that specifies the parameters to be passed to the
executed command.
- PROP_PASSWORD - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
Password for authenticated session.
- PROP_PLUGIN_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_PLUGIN_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_RECIPIENT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The e-mail address to send the mail to.
- PROP_REPLY_TO - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The e-mail address the message should say to reply to.
- PROP_SCHED_BATCH_TIME_WINDOW - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_CLASS_LOAD_HELPER_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_CONTEXT_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_DB_FAILURE_RETRY_INTERVAL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_IDLE_WAIT_TIME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INSTANCE_ID_GENERATOR_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INSTANCE_ID_GENERATOR_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INSTANCE_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INTERRUPT_JOBS_ON_SHUTDOWN - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_INTERRUPT_JOBS_ON_SHUTDOWN_WITH_WAIT - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JMX_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JMX_OBJECT_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JMX_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JMX_PROXY_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JOB_FACTORY_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_JOB_FACTORY_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_MAKE_SCHEDULER_THREAD_DAEMON - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_MAX_BATCH_SIZE - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_BIND_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_CREATE_REGISTRY - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_EXPORT - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_HOST - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_PROXY - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_RMI_SERVER_PORT - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_SCHEDULER_THREADS_INHERIT_CONTEXT_CLASS_LOADER_OF_INITIALIZING_THREAD - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_THREAD_NAME - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_USER_TX_URL - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SCHED_WRAP_JOB_IN_USER_TX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_SENDER - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The e-mail address to claim the mail is from.
- PROP_SMTP_HOST - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The host name of the smtp server.
- PROP_SUBJECT - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
The subject to place on the e-mail.
- PROP_TABLE_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_THREAD_EXECUTOR - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_THREAD_EXECUTOR_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_THREAD_POOL_CLASS - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_THREAD_POOL_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_TRIGGER_LISTENER_PREFIX - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PROP_USERNAME - Static variable in class org.quartz.jobs.ee.mail.SendMailJob
-
Username for authenticated session.
- PROP_WAIT_FOR_PROCESS - Static variable in class org.quartz.jobs.NativeJob
-
Optional parameter (value should be 'true' or 'false') that specifies
whether the job should wait for the execution of the native process to
complete before it completes.
- PROPERTIES_FILE - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- PropertiesParser - Class in org.quartz.utils
-
This is an utility calss used to parse the properties.
- PropertiesParser(Properties) - Constructor for class org.quartz.utils.PropertiesParser
-
- PropertySettingJobFactory - Class in org.quartz.simpl
-
A JobFactory that instantiates the Job instance (using the default no-arg
constructor, or more specifically: class.newInstance()
), and
then attempts to set all values from the SchedulerContext
and
the JobExecutionContext
's merged JobDataMap
onto
bean properties of the Job
.
- PropertySettingJobFactory() - Constructor for class org.quartz.simpl.PropertySettingJobFactory
-
- PROVIDER_URL - Static variable in class org.quartz.jobs.ee.ejb.EJBInvokerJob
-
- PROVIDER_URL - Static variable in class org.quartz.jobs.ee.jms.JmsHelper
-
- push(T) - Method in class org.quartz.utils.CircularLossyQueue
-
Adds a new item
- put(Object, Object) - Method in class org.quartz.impl.JobExecutionContextImpl
-
Put the specified value into the context's data map with the given key.
- put(Object, Object) - Method in interface org.quartz.JobExecutionContext
-
Put the specified value into the context's data map with the given key.
- put(K, V) - Method in class org.quartz.utils.DirtyFlagMap
-
- put(String, int) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given int
value to the StringKeyDirtyFlagMap
.
- put(String, long) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given long
value to the StringKeyDirtyFlagMap
.
- put(String, float) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given float
value to the StringKeyDirtyFlagMap
.
- put(String, double) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given double
value to the StringKeyDirtyFlagMap
.
- put(String, boolean) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given boolean
value to the StringKeyDirtyFlagMap
.
- put(String, char) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given char
value to the StringKeyDirtyFlagMap
.
- put(String, String) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given String
value to the StringKeyDirtyFlagMap
.
- put(String, Object) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
Adds the given Object
value to the StringKeyDirtyFlagMap
.
- put(K, V) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- put(JobKey, JobWrapper) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- put(TriggerKey, TriggerWrapper) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.quartz.utils.DirtyFlagMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- putAsString(String, boolean) - Method in class org.quartz.JobDataMap
-
Adds the given boolean
value as a string version to the
Job
's data map.
- putAsString(String, Boolean) - Method in class org.quartz.JobDataMap
-
Adds the given Boolean
value as a string version to the
Job
's data map.
- putAsString(String, char) - Method in class org.quartz.JobDataMap
-
Adds the given char
value as a string version to the
Job
's data map.
- putAsString(String, Character) - Method in class org.quartz.JobDataMap
-
Adds the given Character
value as a string version to the
Job
's data map.
- putAsString(String, double) - Method in class org.quartz.JobDataMap
-
Adds the given double
value as a string version to the
Job
's data map.
- putAsString(String, Double) - Method in class org.quartz.JobDataMap
-
Adds the given Double
value as a string version to the
Job
's data map.
- putAsString(String, float) - Method in class org.quartz.JobDataMap
-
Adds the given float
value as a string version to the
Job
's data map.
- putAsString(String, Float) - Method in class org.quartz.JobDataMap
-
Adds the given Float
value as a string version to the
Job
's data map.
- putAsString(String, int) - Method in class org.quartz.JobDataMap
-
Adds the given int
value as a string version to the
Job
's data map.
- putAsString(String, Integer) - Method in class org.quartz.JobDataMap
-
Adds the given Integer
value as a string version to the
Job
's data map.
- putAsString(String, long) - Method in class org.quartz.JobDataMap
-
Adds the given long
value as a string version to the
Job
's data map.
- putAsString(String, Long) - Method in class org.quartz.JobDataMap
-
Adds the given Long
value as a string version to the
Job
's data map.
- putFiredTrigger(String, FiredTrigger) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- putIfAbsent(K, V) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- putNoReturn(K, V) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- RAMJobStore - Class in org.quartz.simpl
-
This class implements a
JobStore
that
utilizes RAM as its storage device.
- RAMJobStore() - Constructor for class org.quartz.simpl.RAMJobStore
-
Create a new RAMJobStore
.
- recoverJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Recover any failed or misfired jobs and clean up the data store as
appropriate.
- recoverJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Will recover any failed or misfired jobs and clean up the data store as
appropriate.
- recoverMisfiredJobs(Connection, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- RecoverMisfiredJobsResult(boolean, int, long) - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport.RecoverMisfiredJobsResult
-
- refireImmediately() - Method in exception org.quartz.JobExecutionException
-
- register(QuartzScheduler) - Method in interface org.quartz.management.ManagementServer
-
Puts the submitted resource under the purview of this ManagementServer
.
- releaseAcquiredTrigger(OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Inform the JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
- releaseAcquiredTrigger(Connection, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- releaseAcquiredTrigger(OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
-
Inform the JobStore
that the scheduler no longer plans to
fire the given Trigger
, that it had previously acquired
(reserved).
- releaseAcquiredTrigger(OperableTrigger) - 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).
- releaseAcquiredTrigger(OperableTrigger) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- releaseAcquiredTrigger(OperableTrigger) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- releaseLock(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
Release the lock on the identified resource if it is held by the calling
thread.
- releaseLock(String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- releaseLock(String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
Release the lock on the identified resource if it is held by the calling
thread, unless currently in a JTA transaction.
- releaseLock(String, boolean) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
Release the lock on the identified resource if it is held by the calling
thread, unless currently in a JTA transaction.
- releaseLock(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(String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
Release the lock on the identified resource if it is held by the calling
thread.
- RemotableQuartzScheduler - Interface in org.quartz.core
-
- RemoteMBeanScheduler - Class in org.quartz.impl
-
An implementation of the Scheduler
interface that remotely
proxies all method calls to the equivalent call on a given QuartzScheduler
instance, via JMX.
- RemoteMBeanScheduler() - Constructor for class org.quartz.impl.RemoteMBeanScheduler
-
- RemoteScheduler - Class in org.quartz.impl
-
An implementation of the Scheduler
interface that remotely
proxies all method calls to the equivalent call on a given QuartzScheduler
instance, via RMI.
- RemoteScheduler(String, String, int) - Constructor for class org.quartz.impl.RemoteScheduler
-
Construct a RemoteScheduler
instance to proxy the given
RemoteableQuartzScheduler
instance, and with the given
SchedulingContext
.
- remove(String) - Method in class org.quartz.impl.SchedulerRepository
-
- remove(Object) - Method in class org.quartz.utils.DirtyFlagMap
-
- remove(Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- remove(Object, Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- remove(TriggerWrapper) - Method in class org.terracotta.quartz.collections.TimeTriggerSet
-
- remove(JobKey) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- remove(TriggerKey) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- removeAllPausedGroups(Collection<String>) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- removeBlockedJob(JobKey) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- removeCalendar(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Remove (delete) the
Calendar
with the
given name.
- removeCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- removeCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
-
Remove (delete) the
Calendar
with the
given name.
- removeCalendar(String) - Method in interface org.quartz.spi.JobStore
-
Remove (delete) the
Calendar
with the
given name.
- removeCalendar(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- removeCalendar(String) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- removeExcludedDate(Date) - Method in class org.quartz.impl.calendar.HolidayCalendar
-
- removeExcludedDay(Calendar) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Remove the given day from the list of excluded days
- removeFiredTrigger(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- removeFirst() - Method in class org.terracotta.quartz.collections.TimeTriggerSet
-
- removeGroup(String) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- removeGroup(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- removeInternalJobListener(String) - Method in class org.quartz.core.QuartzScheduler
-
Remove the identified
JobListener
from the
Scheduler
's
list of
internal listeners.
- removeInternalSchedulerListener(SchedulerListener) - Method in class org.quartz.core.QuartzScheduler
-
- removeinternalTriggerListener(String) - Method in class org.quartz.core.QuartzScheduler
-
Remove the identified
TriggerListener
from the
Scheduler
's
list of
internal listeners.
- removeJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Remove (delete) the
Job
with the given
name, and any
Trigger
s that reference
it.
- removeJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- removeJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
Remove (delete) the
Job
with the given
name, and any
Trigger
s that reference
it.
- removeJob(JobKey) - Method in interface org.quartz.spi.JobStore
-
Remove (delete) the
Job
with the given
key, and any
Trigger
s that reference
it.
- removeJob(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- removeJob(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- removeJobGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Remove the given group to the list of job groups that will never be
deleted by this processor, even if a pre-processing-command to
delete the group is encountered.
- removeJobListener(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- removeJobListener(String) - Method in interface org.quartz.ListenerManager
-
- removeJobListenerMatcher(String, Matcher<JobKey>) - Method in class org.quartz.core.ListenerManagerImpl
-
- removeJobListenerMatcher(String, Matcher<JobKey>) - Method in interface org.quartz.ListenerManager
-
Remove the given Matcher to the set of matchers for which the listener
will receive events if ANY of the matchers match.
- removeJobs(List<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- removeJobs(List<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
-
- removeJobs(List<JobKey>) - Method in interface org.quartz.spi.JobStore
-
- removeJobs(List<JobKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- removeJobs(List<JobKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- removeJobsGroupMap(String) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- removeListener(JobListener) - Method in class org.quartz.listeners.BroadcastJobListener
-
- removeListener(String) - Method in class org.quartz.listeners.BroadcastJobListener
-
- removeListener(SchedulerListener) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- removeListener(TriggerListener) - Method in class org.quartz.listeners.BroadcastTriggerListener
-
- removeListener(String) - Method in class org.quartz.listeners.BroadcastTriggerListener
-
- removeNoGCObject(Object) - Method in class org.quartz.core.QuartzScheduler
-
- removeNoReturn(Object) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- removeNotificationListener(NotificationListener) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- removePausedGroup(String) - Method in class org.terracotta.quartz.wrappers.TriggerFacade
-
- removePausedJobGroup(String) - Method in class org.terracotta.quartz.wrappers.JobFacade
-
- removeSchedulerListener(SchedulerListener) - Method in class org.quartz.core.ListenerManagerImpl
-
- removeSchedulerListener(SchedulerListener) - Method in interface org.quartz.ListenerManager
-
- removeTransientData() - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
- removeTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Remove (delete) the
Trigger
with the
given name.
- removeTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- removeTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
Remove (delete) the
Trigger
with the
given name.
- removeTrigger(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
Remove (delete) the
Trigger
with the
given key.
- removeTrigger(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- removeTrigger(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- removeTriggerGroupToNeverDelete(String) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Remove the given group to the list of trigger groups that will never be
deleted by this processor, even if a pre-processing-command to
delete the group is encountered.
- removeTriggerListener(String) - Method in class org.quartz.core.ListenerManagerImpl
-
- removeTriggerListener(String) - Method in interface org.quartz.ListenerManager
-
- removeTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in class org.quartz.core.ListenerManagerImpl
-
- removeTriggerListenerMatcher(String, Matcher<TriggerKey>) - Method in interface org.quartz.ListenerManager
-
Remove the given Matcher to the set of matchers for which the listener
will receive events if ANY of the matchers match.
- removeTriggers(List<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- removeTriggers(List<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
-
- removeTriggers(List<TriggerKey>) - Method in interface org.quartz.spi.JobStore
-
- removeTriggers(List<TriggerKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- removeTriggers(List<TriggerKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- removeTriggersGroupMap(String) - Method in class org.terracotta.quartz.collections.ToolkitDSHolder
-
- removeTunnelledMBeanDomain(String) - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- REPEAT_INDEFINITELY - Static variable in interface org.quartz.DailyTimeIntervalTrigger
-
Used to indicate the 'repeat count' of the trigger is indefinite.
- REPEAT_INDEFINITELY - Static variable in interface org.quartz.SimpleTrigger
-
Used to indicate the 'repeat count' of the trigger is indefinite.
- repeatForever() - Method in class org.quartz.SimpleScheduleBuilder
-
Specify that the trigger will repeat indefinitely.
- repeatHourlyForever() - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with a 1 hour interval.
- repeatHourlyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with an interval
of the given number of hours.
- repeatHourlyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with a 1 hour interval.
- repeatHourlyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with an interval of the given number of hours.
- repeatMinutelyForever() - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with a 1 minute interval.
- repeatMinutelyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with an interval
of the given number of minutes.
- repeatMinutelyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with a 1 minute interval.
- repeatMinutelyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with an interval of the given number of minutes.
- repeatSecondlyForever() - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with a 1 second interval.
- repeatSecondlyForever(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat forever with an interval
of the given number of seconds.
- repeatSecondlyForTotalCount(int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with a 1 second interval.
- repeatSecondlyForTotalCount(int, int) - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder set to repeat the given number
of times - 1 with an interval of the given number of seconds.
- replace(K, V, V) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- replace(K, V) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- replaceTrigger(Connection, TriggerKey, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
-
- replaceTrigger(TriggerKey, OperableTrigger) - Method in interface org.quartz.spi.JobStore
-
Remove (delete) the
Trigger
with the
given key, and store the new given one - which must be associated
with the same job.
- replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- replaceTrigger(TriggerKey, OperableTrigger) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- requestRecovery() - Method in class org.quartz.JobBuilder
-
Instructs the Scheduler
whether or not the Job
should be re-executed if a 'recovery' or 'fail-over' situation is
encountered.
- requestRecovery(boolean) - Method in class org.quartz.JobBuilder
-
Instructs the Scheduler
whether or not the Job
should be re-executed if a 'recovery' or 'fail-over' situation is
encountered.
- requestShutdown() - Method in class org.quartz.core.JobRunShell
-
- requestsRecovery() - Method in class org.quartz.impl.JobDetailImpl
-
- requestsRecovery() - Method in interface org.quartz.JobDetail
-
Instructs the Scheduler
whether or not the Job
should be re-executed if a 'recovery' or 'fail-over' situation is
encountered.
- requestsRecovery() - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
This Semaphore implementation does use the database.
- requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
This Semaphore implementation does not use the database.
- requiresConnection() - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
-
Whether this Semaphore implementation requires a database connection for
its lock management operations.
- requiresConnection() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
This Semaphore implementation does not use the database.
- rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.core.QuartzScheduler
-
Remove (delete) the
Trigger
with the
given name, and store the new given one - which must be associated
with the same job.
- rescheduleJob(TriggerKey, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- rescheduleJob(TriggerKey, Trigger) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- rescheduleJob(TriggerKey, Trigger) - Method in interface org.quartz.Scheduler
-
Remove (delete) the
Trigger
with the
given key, and store the new given one - which must be associated
with the same job (the new trigger must have the job name & group specified)
- however, the new trigger need not have the same name as the old trigger.
- resetOnSample - Variable in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Should the counter reset on each sample?
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
- resetTriggerFromErrorState(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
- resetTriggerFromErrorState(TriggerKey) - Method in interface org.quartz.Scheduler
-
- resetTriggerFromErrorState(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
- resetTriggerFromErrorState(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
- resetTriggerFromErrorState(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resetTriggerFromErrorState(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resolveSchemaSource() - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
- restoreOriginalAtributes() - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
Attempts to restore the auto commit and transaction isolation connection
attributes of the wrapped connection to their original values (if they
were overwritten).
- resumeAll() - Method in class org.quartz.core.QuartzScheduler
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeAll() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resumeAll() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeAll(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
protected
- resumeAll() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resumeAll() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeAll() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeAll() - Method in interface org.quartz.Scheduler
-
Resume (un-pause) all triggers - similar to calling
resumeTriggerGroup(group)
on every group.
- resumeAll() - Method in class org.quartz.simpl.RAMJobStore
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeAll() - Method in interface org.quartz.spi.JobStore
-
Resume (un-pause) all triggers - equivalent of calling resumeTriggerGroup(group)
on every group.
- resumeAll() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resumeAll() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resumeAllTriggers() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- resumeAllTriggers() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJob(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- resumeJob(JobKey) - Method in class org.quartz.core.QuartzScheduler
-
Resume (un-pause) the
JobDetail
with
the given name.
- resumeJob(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJob(JobKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resumeJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) the
Job
with the
given name.
- resumeJob(JobKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resumeJob(JobKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeJob(JobKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeJob(JobKey) - Method in interface org.quartz.Scheduler
-
Resume (un-pause) the
JobDetail
with
the given key.
- resumeJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
Resume (un-pause) the
JobDetail
with
the given name.
- resumeJob(JobKey) - Method in interface org.quartz.spi.JobStore
-
Resume (un-pause) the
Job
with the
given key.
- resumeJob(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resumeJob(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resumeJobGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all jobs in the given group
- resumeJobGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzScheduler
-
Resume (un-pause) all of the
JobDetail
s
in the matching groups.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) all of the
Job
s
in
the given group.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.Scheduler
-
Resume (un-pause) all of the
JobDetail
s
in matching groups.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Resume (un-pause) all of the
JobDetail
s
in the given group.
- resumeJobs(GroupMatcher<JobKey>) - Method in interface org.quartz.spi.JobStore
-
Resume (un-pause) all of the
Job
s
in
the given group.
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resumeJobs(GroupMatcher<JobKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resumeJobsAll() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all jobs whose group is anything
- resumeJobsAll() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJobsContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all jobs whose group contains jobGroupToken
- resumeJobsContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJobsEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all jobs whose group ends with jobGroupSuffix
- resumeJobsEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeJobsStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all jobs whose group starts with jobGroupPrefix
- resumeJobsStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTrigger(String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- resumeTrigger(TriggerKey) - Method in class org.quartz.core.QuartzScheduler
-
Resume (un-pause) the
Trigger
with the given
name.
- resumeTrigger(String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTrigger(TriggerKey) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resumeTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) the
Trigger
with the
given name.
- resumeTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) the
Trigger
with the
given name.
- resumeTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resumeTrigger(TriggerKey) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeTrigger(TriggerKey) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeTrigger(TriggerKey) - Method in interface org.quartz.Scheduler
-
Resume (un-pause) the
Trigger
with the given
key.
- resumeTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
Resume (un-pause) the
Trigger
with the given
key.
- resumeTrigger(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
Resume (un-pause) the
Trigger
with the
given key.
- resumeTrigger(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resumeTrigger(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resumeTriggerGroup(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- resumeTriggerGroup(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTriggerGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) all of the
Trigger
s
matching the given groupMatcher.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.core.QuartzScheduler
-
Resume (un-pause) all of the
Trigger
s
in the
matching groups.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Resume (un-pause) all of the
Trigger
s
matching the given groupMatcher.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.Scheduler
-
Resume (un-pause) all of the
Trigger
s
in matching groups.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.quartz.simpl.RAMJobStore
-
Resume (un-pause) all of the
Trigger
s
in the
given group.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in interface org.quartz.spi.JobStore
-
Resume (un-pause) all of the
Trigger
s
in the given group.
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- resumeTriggers(GroupMatcher<TriggerKey>) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- resumeTriggersAll() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all triggers whose group is anything
- resumeTriggersAll() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTriggersContaining(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all triggers whose group contains triggerGroupToken
- resumeTriggersContaining(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTriggersEndingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all triggers whose group ends with triggerGroupSuffix
- resumeTriggersEndingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- resumeTriggersStartingWith(String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Resume all triggers whose group starts with triggerGroupPrefix
- resumeTriggersStartingWith(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- retrieveCalendar(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveCalendar(String) - Method in class org.quartz.simpl.RAMJobStore
-
- retrieveCalendar(String) - Method in interface org.quartz.spi.JobStore
-
- retrieveCalendar(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- retrieveCalendar(String) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- retrieveJob(JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveJob(JobKey) - Method in class org.quartz.simpl.RAMJobStore
-
- retrieveJob(JobKey) - Method in interface org.quartz.spi.JobStore
-
- retrieveJob(JobKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- retrieveJob(JobKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- retrieveTrigger(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- retrieveTrigger(TriggerKey) - Method in class org.quartz.simpl.RAMJobStore
-
- retrieveTrigger(TriggerKey) - Method in interface org.quartz.spi.JobStore
-
- retrieveTrigger(TriggerKey) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- retrieveTrigger(TriggerKey) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- retryExecuteInNonManagedTXLock(String, JobStoreSupport.TransactionCallback<T>) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- returnUserTransaction(UserTransaction) - Static method in class org.quartz.ee.jta.UserTransactionHelper
-
Return a UserTransaction that was retrieved via getUserTransaction().
- rightOperand - Variable in class org.quartz.impl.matchers.AndMatcher
-
- rightOperand - Variable in class org.quartz.impl.matchers.OrMatcher
-
- rollbackConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Rollback the supplied connection.
- rtp(String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Replace the table prefix in a query by replacing any occurrences of
"{0}" with the table prefix.
- rtp(String, String, String) - Static method in class org.quartz.impl.jdbcjobstore.Util
-
Replace the table prefix in a query by replacing any occurrences of
"{0}" with the table prefix.
- run() - Method in class org.quartz.core.JobRunShell
-
- run() - Method in class org.quartz.core.QuartzSchedulerThread
-
The main processing loop of the QuartzSchedulerThread
.
- runInThread(Runnable) - Method in class org.quartz.simpl.SimpleThreadPool
-
Run the given Runnable
object in the next available
Thread
.
- runInThread(Runnable) - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- runInThread(Runnable) - Method in interface org.quartz.spi.ThreadPool
-
Execute the given
Runnable
in the next
available
Thread
.
- runningSince() - Method in class org.quartz.core.QuartzScheduler
-
- runningSince() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- SAMPLED_STATISTICS_ENABLED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SAMPLED_STATISTICS_RESET - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SampledCounter - Interface in org.quartz.utils.counter.sampled
-
Interface of a sampled counter -- a counter that keeps sampled values
- SampledCounterConfig - Class in org.quartz.utils.counter.sampled
-
- SampledCounterConfig(int, int, boolean, long) - Constructor for class org.quartz.utils.counter.sampled.SampledCounterConfig
-
Make a new timed counter config (duh)
- SampledCounterImpl - Class in org.quartz.utils.counter.sampled
-
- SampledCounterImpl(SampledCounterConfig) - Constructor for class org.quartz.utils.counter.sampled.SampledCounterImpl
-
- SampledRateCounter - Interface in org.quartz.utils.counter.sampled
-
Interface of a sampled rate counter -- a counter that keeps sampled values of
rates
- SampledRateCounterConfig - Class in org.quartz.utils.counter.sampled
-
- SampledRateCounterConfig(int, int, boolean) - Constructor for class org.quartz.utils.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledRateCounterConfig(int, int, boolean, long, long) - Constructor for class org.quartz.utils.counter.sampled.SampledRateCounterConfig
-
Constructor accepting the interval time in seconds, history-size and
whether counters should reset on each sample or not.
- SampledRateCounterImpl - Class in org.quartz.utils.counter.sampled
-
- SampledRateCounterImpl(SampledRateCounterConfig) - Constructor for class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Constructor accepting the config
- SampledStatistics - Interface in org.quartz.core
-
- SampledStatisticsImpl - Class in org.quartz.core
-
- SATURDAY - Static variable in class org.quartz.DateBuilder
-
- SATURDAY_AND_SUNDAY - Static variable in class org.quartz.DailyTimeIntervalScheduleBuilder
-
A set of the weekend days of the week (for locales similar to the USA).
- sched - Variable in class org.quartz.core.SchedulerSignalerImpl
-
- SCHED_NAME_SUBST - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- schedName - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.CronTriggerPersistenceDelegate
-
- schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- schedNameLiteral - Variable in class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- schedThread - Variable in class org.quartz.core.SchedulerSignalerImpl
-
- scheduleBasicJob(Map<String, Object>, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Schedules a job using the given Cron/Simple triggerInfo.
- scheduleBasicJob(Map<String, Object>, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- ScheduleBuilder<T extends Trigger> - Class in org.quartz
-
- ScheduleBuilder() - Constructor for class org.quartz.ScheduleBuilder
-
- scheduleJob(String, String, String, String) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Schedule an existing job with an existing trigger.
- scheduleJob(Map<String, Object>, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Schedules an arbitrary job described by abstractJobInfo using a trigger specified by abstractTriggerInfo.
- scheduleJob(String, String, Map<String, Object>) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
Schedules the specified job using a trigger described by abstractTriggerInfo, which must contain the
fully-qualified trigger class name under the key "triggerClass." That trigger type must contain a
no-arg constructor and have public access.
- scheduleJob(JobDetail, Trigger) - Method in class org.quartz.core.QuartzScheduler
-
Add the
Job
identified by the given
JobDetail
to the Scheduler, and
associate the given
Trigger
with it.
- scheduleJob(Trigger) - Method in class org.quartz.core.QuartzScheduler
-
Schedule the given
Trigger
with the
Job
identified by the
Trigger
's settings.
- scheduleJob(JobDetail, Set<? extends Trigger>, boolean) - Method in class org.quartz.core.QuartzScheduler
-
- scheduleJob(Map<String, Object>, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- scheduleJob(String, String, Map<String, Object>) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- scheduleJob(String, String, String, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- scheduleJob(JobDetail, Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- scheduleJob(Trigger) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- scheduleJob(JobDetail, Set<? extends Trigger>, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
,
passing the SchedulingContext
associated with this
instance.
- scheduleJob(JobDetail, Set<? extends Trigger>, boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- scheduleJob(Trigger) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- scheduleJob(JobDetail, Set<? extends Trigger>, boolean) - Method in class org.quartz.impl.RemoteScheduler
-
- scheduleJob(JobDetail, Trigger) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- scheduleJob(Trigger) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- scheduleJob(JobDetail, Set<? extends Trigger>, boolean) - Method in class org.quartz.impl.StdScheduler
-
- 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(JobDetail, Set<? extends Trigger>, boolean) - Method in interface org.quartz.Scheduler
-
Schedule the given job with the related set of triggers.
- scheduleJobInterruptMonitor(JobKey, long) - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.core.QuartzScheduler
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.impl.RemoteScheduler
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.impl.StdScheduler
-
- scheduleJobs(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in interface org.quartz.Scheduler
-
Schedule all of the given jobs with the related set of triggers.
- scheduleJobs(Scheduler) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Schedules the given sets of jobs and triggers.
- scheduler - Variable in class org.quartz.core.JobRunShell
-
- Scheduler - Interface in org.quartz
-
This is the main interface of a Quartz Scheduler.
- SCHEDULER_ERROR - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SCHEDULER_PAUSED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SCHEDULER_SHUTDOWN - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SCHEDULER_STARTED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- SchedulerConfigException - Exception in org.quartz
-
An exception that is thrown to indicate that there is a misconfiguration of
the SchedulerFactory
- or one of the components it
configures.
- SchedulerConfigException(String) - Constructor for exception org.quartz.SchedulerConfigException
-
Create a JobPersistenceException
with the given message.
- SchedulerConfigException(String, Throwable) - Constructor for exception org.quartz.SchedulerConfigException
-
Create a JobPersistenceException
with the given message
and cause.
- SchedulerContext - Class in org.quartz
-
Holds context/environment data that can be made available to Jobs as they
are executed.
- SchedulerContext() - Constructor for class org.quartz.SchedulerContext
-
Create an empty SchedulerContext
.
- SchedulerContext(Map<?, ?>) - Constructor for class org.quartz.SchedulerContext
-
Create a SchedulerContext
with the given data.
- schedulerError(String, SchedulerException) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerError(String, SchedulerException) - Method in class org.quartz.impl.QuartzServer
-
Called by the
Scheduler
when a serious error has
occured within the scheduler - such as repeated failures in the
JobStore
,
or the inability to instantiate a
Job
instance when its
Trigger
has fired.
- schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerError(String, SchedulerException) - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerError(String, SchedulerException) - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
when a serious error has
occurred within the scheduler - such as repeated failures in the
JobStore
,
or the inability to instantiate a
Job
instance when its
Trigger
has fired.
- SchedulerException - Exception in org.quartz
-
Base class for exceptions thrown by the Quartz
Scheduler
.
- SchedulerException() - Constructor for exception org.quartz.SchedulerException
-
- SchedulerException(String) - Constructor for exception org.quartz.SchedulerException
-
- SchedulerException(Throwable) - Constructor for exception org.quartz.SchedulerException
-
- SchedulerException(String, Throwable) - Constructor for exception org.quartz.SchedulerException
-
- SchedulerFactory - Interface in org.quartz
-
Provides a mechanism for obtaining client-usable handles to Scheduler
instances.
- schedulerInStandbyMode() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerInStandbyMode() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerInStandbyMode() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerInStandbyMode() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that it has move to standby mode.
- SchedulerListener - Interface in org.quartz
-
The interface to be implemented by classes that want to be informed of major
Scheduler
events.
- SchedulerListenerSupport - Class in org.quartz.listeners
-
- SchedulerListenerSupport() - Constructor for class org.quartz.listeners.SchedulerListenerSupport
-
- SchedulerMetaData - Class in org.quartz
-
Describes the settings and capabilities of a given
Scheduler
instance.
- SchedulerMetaData(String, String, Class<?>, boolean, boolean, boolean, boolean, Date, int, Class<?>, boolean, boolean, Class<?>, int, String) - Constructor for class org.quartz.SchedulerMetaData
-
- schedulerPaused() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- schedulerPaused() - Method in class org.quartz.simpl.RAMJobStore
-
- schedulerPaused() - Method in interface org.quartz.spi.JobStore
-
Called by the QuartzScheduler to inform the JobStore
that
the scheduler has been paused.
- schedulerPaused() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- schedulerPaused() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- SchedulerPlugin - Interface in org.quartz.spi
-
Provides an interface for a class to become a "plugin" to Quartz.
- SchedulerPluginWithUserTransactionSupport - Class in org.quartz.plugins
-
Base class for plugins that wish to support having their start and
shutdown methods run within a UserTransaction
.
- SchedulerPluginWithUserTransactionSupport() - Constructor for class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
- SchedulerRepository - Class in org.quartz.impl
-
Holds references to Scheduler instances - ensuring uniqueness, and
preventing garbage collection, and allowing 'global' lookups - all within a
ClassLoader space.
- schedulerResumed() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- schedulerResumed() - Method in class org.quartz.simpl.RAMJobStore
-
- schedulerResumed() - Method in interface org.quartz.spi.JobStore
-
Called by the QuartzScheduler to inform the JobStore
that
the scheduler has resumed after being paused.
- schedulerResumed() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- schedulerResumed() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- schedulerShutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerShutdown() - Method in class org.quartz.impl.QuartzServer
-
Called by the
Scheduler
to inform the listener
that it has shutdown.
- schedulerShutdown() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerShutdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerShutdown() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that it has shutdown.
- schedulerShuttingdown() - Method in class org.quartz.core.JobRunShell
-
- schedulerShuttingdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerShuttingdown() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerShuttingdown() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerShuttingdown() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that it has begun the shutdown sequence.
- SchedulerSignaler - Interface in org.quartz.spi
-
An interface to be used by JobStore
instances in order to
communicate signals back to the QuartzScheduler
.
- SchedulerSignalerImpl - Class in org.quartz.core
-
An interface to be used by JobStore
instances in order to
communicate signals back to the QuartzScheduler
.
- SchedulerSignalerImpl(QuartzScheduler, QuartzSchedulerThread) - Constructor for class org.quartz.core.SchedulerSignalerImpl
-
- schedulerStarted() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerStarted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- schedulerStarted() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerStarted() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerStarted() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that it has started.
- schedulerStarted() - Method in class org.quartz.simpl.RAMJobStore
-
- schedulerStarted() - Method in interface org.quartz.spi.JobStore
-
Called by the QuartzScheduler to inform the JobStore
that
the scheduler has started.
- schedulerStarted() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- schedulerStarted() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- schedulerStarting() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulerStarting() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulerStarting() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulerStarting() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that it is starting.
- SchedulerStateRecord - Class in org.quartz.impl.jdbcjobstore
-
Conveys a scheduler-instance state record.
- SchedulerStateRecord() - Constructor for class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- SCHEDULING_DATA_CLEARED - Static variable in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- schedulingDataCleared() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- schedulingDataCleared() - Method in class org.quartz.listeners.BroadcastSchedulerListener
-
- schedulingDataCleared() - Method in class org.quartz.listeners.SchedulerListenerSupport
-
- schedulingDataCleared() - Method in interface org.quartz.SchedulerListener
-
Called by the
Scheduler
to inform the listener
that all jobs, triggers and calendars were deleted.
- SECOND - Static variable in class org.quartz.CronExpression
-
- seconds - Variable in class org.quartz.CronExpression
-
- SECONDS_IN_MOST_DAYS - Static variable in class org.quartz.DateBuilder
-
- SELECT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_CALENDAR_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGER_INSTANCE_NAMES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGERS_OF_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FIRED_TRIGGERS_OF_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_FOR_LOCK - Static variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- SELECT_HAS_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_INSTANCES_RECOVERABLE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_EXECUTION_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_FOR_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOB_NONCONCURRENT - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOBS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_JOBS_IN_GROUP_LIKE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_MISFIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_MISFIRED_TRIGGERS_IN_GROUP_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_MISFIRED_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NEXT_TRIGGER_TO_ACQUIRE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NUM_CALENDARS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- SELECT_NUM_CALENDARS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NUM_JOBS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- SELECT_NUM_JOBS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NUM_TRIGGERS - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- SELECT_NUM_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- SELECT_NUM_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_NUM_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_ORACLE_CALENDAR_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- SELECT_ORACLE_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- SELECT_ORACLE_TRIGGER_JOB_DETAIL_BLOB - Static variable in class org.quartz.impl.jdbcjobstore.oracle.OracleDelegate
-
- SELECT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_REFERENCED_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_SCHEDULER_STATES - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_SIMPLE_PROPS_TRIGGER - Static variable in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- SELECT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_DATA - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_EXISTENCE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_FOR_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_GROUPS_FILTERED - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGER_STATUS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGERS_FOR_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGERS_FOR_JOB - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGERS_IN_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGERS_IN_GROUP_LIKE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- SELECT_TRIGGERS_IN_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
-
- selectCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select a calendar.
- selectCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select a calendar.
- selectCalendars(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the stored calendars.
- selectCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the stored calendars.
- selectFiredTriggerInstanceNames(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the distinct instance names of all fired-trigger records.
- selectFiredTriggerInstanceNames(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the distinct instance names of all fired-trigger records.
- selectFiredTriggerRecords(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the states of all fired-trigger records for a given trigger, or
trigger group if trigger name is null
.
- selectFiredTriggerRecords(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the states of all fired-trigger records for a given trigger, or
trigger group if trigger name is null
.
- selectFiredTriggerRecordsByJob(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the states of all fired-trigger records for a given job, or job
group if job name is null
.
- selectFiredTriggerRecordsByJob(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the states of all fired-trigger records for a given job, or job
group if job name is null
.
- selectInstancesFiredTriggerRecords(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the states of all fired-trigger records for a given scheduler
instance.
- selectInstancesFiredTriggerRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectJobDetail(Connection, JobKey, ClassLoadHelper) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the JobDetail object for a given job name / group name.
- selectJobDetail(Connection, JobKey, ClassLoadHelper) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the JobDetail object for a given job name / group name.
- selectJobExecutionCount(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the number instances of the identified job currently executing.
- selectJobExecutionCount(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the job to which the trigger is associated.
- selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey, boolean) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the job to which the trigger is associated.
- selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the job to which the trigger is associated.
- selectJobForTrigger(Connection, ClassLoadHelper, TriggerKey, boolean) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the job to which the trigger is associated.
- selectJobGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the job group names that are stored.
- selectJobGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the job group names that are stored.
- selectJobsInGroup(Connection, GroupMatcher<JobKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the jobs contained in a given group.
- selectJobsInGroup(Connection, GroupMatcher<JobKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the jobs contained in a given group.
- selectMisfiredTriggers(Connection, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the names of all of the triggers that have misfired - according to
the given timestamp.
- selectMisfiredTriggers(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Get the names of all of the triggers that have misfired.
- selectMisfiredTriggersInGroupInState(Connection, String, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the names of all of the triggers in the given group and state that
have misfired - according to the given timestamp.
- selectMisfiredTriggersInGroupInState(Connection, String, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Get the names of all of the triggers in the given group and state that
have misfired.
- selectMisfiredTriggersInState(Connection, String, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the names of all of the triggers in the given state that have
misfired - according to the given timestamp.
- selectMisfiredTriggersInState(Connection, String, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectNextFireTime(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- selectNextFireTime(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumCalendars(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the total number of calendars stored.
- selectNumCalendars(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the total number of calendars stored.
- selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumJobs(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the total number of jobs stored.
- selectNumJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the total number of jobs stored.
- selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the total number of triggers stored.
- selectNumTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the total number of triggers stored.
- selectNumTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
-
- selectNumTriggersForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the number of triggers associated with a given job.
- selectNumTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the number of triggers associated with a given job.
- selectPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- selectPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectSchedulerStateRecords(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
A List of all current SchedulerStateRecords
.
- selectSchedulerStateRecords(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectTrigger(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select a trigger.
- selectTrigger(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select a trigger.
- selectTriggerForFireTime(Connection, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the trigger that will be fired at the given fire time.
- selectTriggerForFireTime(Connection, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the trigger that will be fired at the given fire time.
- selectTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the trigger group names that are stored.
- selectTriggerGroups(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- selectTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the trigger group names that are stored.
- selectTriggerGroups(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectTriggerJobDataMap(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select a trigger's JobDataMap.
- selectTriggerJobDataMap(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select a trigger's JobDataMap.
- selectTriggerKeysForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Get the names of all of the triggers associated with the given job.
- selectTriggerKeysForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Get the names of all of the triggers associated with the given job.
- selectTriggersForCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the triggers for a calendar
- selectTriggersForCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectTriggersForJob(Connection, JobKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the triggers for a job
- selectTriggersForJob(Connection, JobKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the triggers for a job
- selectTriggersForRecoveringJobs(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the triggers for jobs that are requesting recovery.
- selectTriggersForRecoveringJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the triggers for jobs that are requesting recovery.
- selectTriggersInGroup(Connection, GroupMatcher<TriggerKey>) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the triggers contained in a given group.
- selectTriggersInGroup(Connection, GroupMatcher<TriggerKey>) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the triggers contained in a given group.
- selectTriggersInState(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select all of the triggers in a given state.
- selectTriggersInState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select all of the triggers in a given state.
- selectTriggerState(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select a trigger' state value.
- selectTriggerState(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select a trigger' state value.
- selectTriggerStatus(Connection, TriggerKey) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select a trigger' status (state & next fire time).
- selectTriggerStatus(Connection, TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select a trigger' status (state & next fire time).
- selectTriggerToAcquire(Connection, long, long) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
- selectTriggerToAcquire(Connection, long, long, int) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
-
Select the next trigger which will fire to fire between the two given timestamps
in ascending order of fire time, and then descending by priority.
- selectTriggerToAcquire(Connection, long, long) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
- selectTriggerToAcquire(Connection, long, long, int) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Select the next trigger which will fire to fire between the two given timestamps
in ascending order of fire time, and then descending by priority.
- Semaphore - Interface in org.quartz.impl.jdbcjobstore
-
An interface for providing thread/resource locking in order to protect
resources from being altered by multiple threads at the same time.
- SendDestinationMessageJob - Class in org.quartz.jobs.ee.jms
-
A Job
that sends a javax.jms.Message
to a
javax.jms.Destination
.
- SendDestinationMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendDestinationMessageJob
-
- SendMailJob - Class in org.quartz.jobs.ee.mail
-
A Job which sends an e-mail with the configured content to the configured
recipient.
- SendMailJob() - Constructor for class org.quartz.jobs.ee.mail.SendMailJob
-
- SendMailJob.MailInfo - Class in org.quartz.jobs.ee.mail
-
- sendNotification(String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
sendNotification
- sendNotification(String, Object) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
sendNotification
- sendNotification(String, Object, String) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
sendNotification
- SendQueueMessageJob - Class in org.quartz.jobs.ee.jms
-
A Job
that sends a javax.jms.Message
to a
javax.jms.Queue
.
- SendQueueMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendQueueMessageJob
-
- SendTopicMessageJob - Class in org.quartz.jobs.ee.jms
-
A Job
that sends a javax.jms.Message
to a
javax.jms.Topic
.
- SendTopicMessageJob() - Constructor for class org.quartz.jobs.ee.jms.SendTopicMessageJob
-
- SEPTEMBER - Static variable in class org.quartz.DateBuilder
-
- sequenceNumber - Variable in class org.quartz.core.QuartzSchedulerMBeanImpl
-
sequenceNumber
- SerializationHelper - Class in org.terracotta.quartz.collections
-
- SerializationHelper() - Constructor for class org.terracotta.quartz.collections.SerializationHelper
-
- serialize(Object) - Static method in class org.terracotta.quartz.collections.SerializationHelper
-
- SerializedToolkitStore<K,V extends Serializable> - Class in org.terracotta.quartz.collections
-
- SerializedToolkitStore(ToolkitStore) - Constructor for class org.terracotta.quartz.collections.SerializedToolkitStore
-
- 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.
- serializeToString(Object) - Static method in class org.terracotta.quartz.collections.SerializationHelper
-
- serialVersionUID - Static variable in interface org.quartz.CronTrigger
-
- serialVersionUID - Static variable in interface org.quartz.SimpleTrigger
-
- serialVersionUID - Static variable in interface org.quartz.Trigger
-
- serve(SchedulerFactory, boolean) - Method in class org.quartz.impl.QuartzServer
-
- setAcquireTriggersWithinLock(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Whether or not the query and update to acquire a Trigger for firing
should be performed after obtaining an explicit DB lock.
- setAllowsTransientData(boolean) - Method in class org.quartz.utils.StringKeyDirtyFlagMap
-
- setAllTriggersOfJobToState(JobKey, int) - Method in class org.quartz.simpl.RAMJobStore
-
- setAlwaysLookup(boolean) - Method in class org.quartz.utils.JNDIConnectionProvider
-
- setAttributeExtractor(ToolkitAttributeExtractor) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- setAutoCommit(boolean) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
Sets this connection's auto-commit mode to the given state, saving
the original mode.
- setBaseCalendar(Calendar) - Method in interface org.quartz.Calendar
-
Set a new base calendar or remove the existing one.
- setBaseCalendar(Calendar) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Set a new base calendar or remove the existing one
- setBatchTimeWindow(long) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setBeanProps(Object, String[], Object[]) - Static method in class org.quartz.impl.jdbcjobstore.Util
-
- setBeanProps(Object, JobDataMap) - Method in class org.quartz.simpl.PropertySettingJobFactory
-
- setBind(String) - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Set the host:port pair to which the REST server should be bound.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
-
Sets the designated parameter to the given Java boolean
value.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.DB2v8Delegate
-
Sets the designated parameter to the given Java boolean
value.
- setBoolean(PreparedStatement, int, boolean) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Sets the designated parameter to the given Java boolean
value.
- setBoolean1(boolean) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setBoolean2(boolean) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.CacheDelegate
-
Sets the designated parameter to the byte array of the given
ByteArrayOutputStream
.
- setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.CUBRIDDelegate
-
Sets the designated parameter to the byte array of the given
ByteArrayOutputStream
.
- setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
-
Sets the designated parameter to the byte array of the given
ByteArrayOutputStream
.
- setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Sets the designated parameter to the byte array of the given
ByteArrayOutputStream
.
- setBytes(PreparedStatement, int, ByteArrayOutputStream) - Method in class org.quartz.impl.jdbcjobstore.SybaseDelegate
-
Sets the designated parameter to the byte array of the given
ByteArrayOutputStream
.
- setCalendarHour(Calendar, int) - Method in class org.quartz.CronExpression
-
Advance the calendar to the particular hour paying particular attention
to daylight saving problems.
- setCalendarName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Associate the
Calendar
with the given name with
this Trigger.
- setCalendarName(String) - Method in interface org.quartz.spi.MutableTrigger
-
Associate the
Calendar
with the given name with
this Trigger.
- setCc(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setCheckinTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setCleanShutdown(boolean) - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Set whether or not the plug-in is configured to cause a clean shutdown
of the scheduler.
- setClusterCheckinInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the frequency (in milliseconds) at which this instance "checks-in"
with the other instances of the cluster.
- setConfigField(String, Serializable) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- setContentType(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setCronExpression(String) - Method in class org.quartz.impl.calendar.CronCalendar
-
Sets the cron expression for the calendar to a new value
- setCronExpression(CronExpression) - Method in class org.quartz.impl.calendar.CronCalendar
-
Sets the cron expression for the calendar to a new value
- setCronExpression(String) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- setCronExpression(CronExpression) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Set the CronExpression to the given one.
- setDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the name of the DataSource
that should be used for
performing database functions.
- setDayExcluded(Calendar, boolean) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Redefine a certain day to be excluded (true) or included (false).
- setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Redefine a certain day of the month to be excluded (true) or included
(false).
- setDayExcluded(int, boolean) - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Redefine a certain day of the week to be excluded (true) or included
(false).
- setDaysExcluded(ArrayList<Calendar>) - Method in class org.quartz.impl.calendar.AnnualCalendar
-
Redefine the list of days excluded.
- setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.MonthlyCalendar
-
Redefine the array of days excluded.
- setDaysExcluded(boolean[]) - Method in class org.quartz.impl.calendar.WeeklyCalendar
-
Redefine the array of days excluded.
- setDaysOfWeek(Set<Integer>) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- setDbRetryInterval(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- setDecimal1(BigDecimal) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setDecimal2(BigDecimal) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setDefaultMaxRunTime(long) - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- setDenominatorValue(long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the value of the denominator to the passed value
- setDenominatorValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Sets the value of the denominator to the passed value
- setDescription(String) - Method in interface org.quartz.Calendar
-
Set a description for the Calendar
instance - may be
useful for remembering/displaying the purpose of the calendar, though
the description has no meaning to Quartz.
- setDescription(String) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Set a description for the Calendar
instance - may be
useful for remembering/displaying the purpose of the calendar, though
the description has no meaning to Quartz.
- setDescription(String) - Method in class org.quartz.impl.JobDetailImpl
-
Set a description for the Job
instance - may be useful
for remembering/displaying the purpose of the job, though the
description has no meaning to Quartz.
- setDescription(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set a description for the Trigger
instance - may be
useful for remembering/displaying the purpose of the trigger, though the
description has no meaning to Quartz.
- setDescription(String) - Method in interface org.quartz.spi.MutableTrigger
-
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.
- setDontSetAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Don't call set autocommit(false) on connections obtained from the
DataSource.
- setDontSetNonManagedTXConnectionAutoCommitFalse(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Don't call set autocommit(false) on connections obtained from the
DataSource.
- setDoubleCheckLockMisfireHandler(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether to check to see if there are Triggers that have misfired
before actually acquiring the lock to recover them.
- setDriverDelegateClass(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the JDBC driver delegate class.
- setDriverDelegateInitString(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the JDBC driver delegate's initialization string.
- setDurability(boolean) - Method in class org.quartz.impl.JobDetailImpl
-
Set whether or not the
Job
should remain stored after it
is orphaned (no
Trigger
s
point to it).
- setEnabled(boolean) - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Set that the REST services should be enabled or disabled.
- setEndTime(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the time at which the Trigger
should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- setEndTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the time at which the DateIntervalTrigger
should quit
repeating (and be automatically deleted).
- setEndTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- setEndTime(Date) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the time at which the DailyTimeIntervalTrigger
should quit
repeating (and be automatically deleted).
- setEndTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the time at which the SimpleTrigger
should quit
repeating (and be automatically deleted).
- setEndTime(Date) - Method in interface org.quartz.spi.MutableTrigger
-
Set the time at which the Trigger
should quit repeating -
regardless of any remaining repeats (based on the trigger's particular
repeat settings).
- setEndTimeOfDay(TimeOfDay) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- setEstimatedTimeToReleaseAndAcquireTrigger(long) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setEstimatedTimeToReleaseAndAcquireTrigger(long) - Method in interface org.terracotta.quartz.ClusteredJobStore
-
- setEstimatedTimeToReleaseAndAcquireTrigger(long) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setEstimatedTimeToReleaseAndAcquireTrigger(long) - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- setFailOnFileNotFound(boolean) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Whether or not initialization of the plugin should fail (throw an
exception) if the file cannot be found.
- setFileNames(String) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
The file name (and path) to the XML file that should be read.
- setFireInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFireInstanceId(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
This method should not be used by the Quartz client.
- setFireInstanceId(String) - Method in interface org.quartz.spi.OperableTrigger
-
This method should not be used by the Quartz client.
- setFireInstanceId(String, TriggerFacade) - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- setFireInstanceState(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFireTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setFrom(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setGroup(String) - Method in class org.quartz.impl.JobDetailImpl
-
Set the group of this Job
.
- setGroup(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the name of this Trigger
.
- setIgnoreDuplicates(boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
If true (and OverWriteExistingData
is false) then any
job/triggers encountered in this file that have names that already exist
in the scheduler will be ignored, and no error will be produced.
- setInsertSQL(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- setInstanceId(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the instance Id of the Scheduler (must be unique within a cluster).
- setInstanceId(String) - Method in class org.quartz.simpl.RAMJobStore
-
- setInstanceId(String) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setInstanceId(String) - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- setInstanceId(String) - Method in interface org.quartz.spi.JobStore
-
Inform the JobStore
of the Scheduler instance's Id,
prior to initialize being invoked.
- setInstanceId(String) - Method in interface org.quartz.spi.ThreadPool
-
Inform the ThreadPool
of the Scheduler instance's Id,
prior to initialize being invoked.
- setInstanceId(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setInstanceId(String) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setInstanceName(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the instance name of the Scheduler (must be unique within this server instance).
- setInstanceName(String) - Method in class org.quartz.simpl.RAMJobStore
-
- setInstanceName(String) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setInstanceName(String) - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- setInstanceName(String) - Method in interface org.quartz.spi.JobStore
-
Inform the JobStore
of the Scheduler instance's name,
prior to initialize being invoked.
- setInstanceName(String) - Method in interface org.quartz.spi.ThreadPool
-
Inform the ThreadPool
of the Scheduler instance's name,
prior to initialize being invoked.
- setInstanceName(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setInstanceName(String) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setInt1(int) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setInt2(int) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setInterruptJobsOnShutdown(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setInterruptJobsOnShutdownWithWait(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setInvertTimeRange(boolean) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Indicates whether the time range represents an inverted time range (see
class description).
- setIsClustered(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether this instance is part of a cluster.
- setJMXExport(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether the QuartzScheduler should be registered with the local
MBeanServer.
- setJMXObjectName(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the name under which the QuartzScheduler should be registered with
the local MBeanServer.
- setJndiName(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- setJndiName(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
-
- setJobClass(Class<? extends Job>) - Method in class org.quartz.impl.JobDetailImpl
-
Set the instance of Job
that will be executed.
- setJobData(JobDataMap) - Method in class org.quartz.JobBuilder
-
Replace the
JobDetail
's
JobDataMap
with the
given
JobDataMap
.
- setJobDataMap(JobDataMap) - Method in class org.quartz.impl.JobDetailImpl
-
Set the JobDataMap
to be associated with the Job
.
- setJobDataMap(JobDataMap) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the JobDataMap
to be associated with the
Trigger
.
- setJobDataMap(JobDataMap) - Method in interface org.quartz.spi.MutableTrigger
-
Set the JobDataMap
to be associated with the
Trigger
.
- setJobDataMap(JobDataMap, JobFacade) - Method in class org.terracotta.quartz.wrappers.JobWrapper
-
- setJobDisallowsConcurrentExecution(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setJobFactory(JobFactory) - Method in class org.quartz.core.QuartzScheduler
-
- setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
- setJobFactory(JobFactory) - Method in class org.quartz.impl.RemoteScheduler
-
- setJobFactory(JobFactory) - Method in class org.quartz.impl.StdScheduler
-
- setJobFactory(JobFactory) - Method in interface org.quartz.Scheduler
-
Set the JobFactory
that will be responsible for producing
instances of Job
classes.
- setJobFailedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job fails its
execution.
- setJobGroup(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the name of the associated
JobDetail
's
group.
- setJobKey(JobKey) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setJobKey(JobKey) - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
- setJobKey(JobKey) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- setJobKey(JobKey) - Method in interface org.quartz.spi.MutableTrigger
-
- setJobListenerMatchers(String, List<Matcher<JobKey>>) - Method in class org.quartz.core.ListenerManagerImpl
-
- setJobListenerMatchers(String, List<Matcher<JobKey>>) - Method in interface org.quartz.ListenerManager
-
Set the set of Matchers for which the listener
will receive events if ANY of the matchers match.
- setJobName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- setJobRequestsRecovery(boolean) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setJobRunShellFactory(JobRunShellFactory) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setJobRunTime(long) - Method in class org.quartz.impl.JobExecutionContextImpl
-
- setJobStore(JobStore) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setJobSuccessMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job successfully completes its
execution.
- setJobToBeFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job is about to execute.
- setJobWasVetoedMessage(String) - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Set the message that is logged when a Job execution is vetoed by a
trigger listener.
- setKey(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.TriggerStatus
-
- setKey(JobKey) - Method in class org.quartz.impl.JobDetailImpl
-
- setKey(TriggerKey) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
- setKey(TriggerKey) - Method in interface org.quartz.spi.MutableTrigger
-
- setLockHandler(Semaphore) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- setLockOnInsert(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Whether or not to obtain locks when inserting new jobs/triggers.
- setLong1(long) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setLong2(long) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setMakeSchedulerThreadDaemon(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether to mark the Quartz scheduling thread as daemon.
- setMakeThreadsDaemons(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether the threads spawned by this JobStore should be
marked as daemon.
- setMakeThreadsDaemons(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setManagementRESTServiceConfiguration(ManagementRESTServiceConfiguration) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setMaxBatchSize(int) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setMaxMisfiresToHandleAtATime(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the maximum number of misfired triggers that the misfire handling
thread will try to recover at one time (within one transaction).
- setMaxRetry(int) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- setMessage(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setMimeMessageContent(MimeMessage, SendMailJob.MailInfo) - Method in class org.quartz.jobs.ee.mail.SendMailJob
-
- setMisfireInstruction(int) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the instruction the Scheduler
should be given for
handling misfire situations for this Trigger
- the
concrete Trigger
type that you are using will have
defined a set of additional MISFIRE_INSTRUCTION_XXX
constants that may be passed to this method.
- setMisfireInstruction(int) - Method in interface org.quartz.spi.MutableTrigger
-
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 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.terracotta.quartz.AbstractTerracottaJobStore
-
- setMisfireThreshold(long) - Method in interface org.terracotta.quartz.ClusteredJobStore
-
- setMisfireThreshold(long) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setMisfireThreshold(long) - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- setName(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setName(String) - Method in class org.quartz.impl.JobDetailImpl
-
Set the name of this Job
.
- setName(String) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
Set the name of this Trigger
.
- setNextFireTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the next time at which the DateIntervalTrigger
should fire.
- setNextFireTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Sets the next time at which the CronTrigger
will fire.
- setNextFireTime(Date) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the next time at which the DailyTimeIntervalTrigger
should fire.
- setNextFireTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the next time at which the SimpleTrigger
should fire.
- setNextFireTime(Date) - Method in interface org.quartz.spi.OperableTrigger
-
- setNodeBulkLoadEnabled(boolean) - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- setNonManagedTXDataSource(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Set the name of the DataSource
that should be used for
performing database functions.
- setNumeratorValue(long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the value of the numerator to the passed value
- setNumeratorValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Sets the value of the numerator to the passed value
- setOverWriteExistingData(boolean) - Method in class org.quartz.xml.XMLSchedulingDataProcessor
-
Whether the existing scheduling data (with same identifiers) will be
overwritten.
- setPassword(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setPostpend(String) - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to postpend (add to the end) to the instanceId
found in the system property.
- setPrepend(String) - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
A String of text to prepend (add to the beginning) to the instanceId
found in the system property.
- setPreserveHourOfDayAcrossDaylightSavings(boolean) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the previous time at which the DateIntervalTrigger
fired.
- setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Set the previous time at which the CronTrigger
fired.
- setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the previous time at which the DailyTimeIntervalTrigger
fired.
- setPreviousFireTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the previous time at which the SimpleTrigger
fired.
- setPreviousFireTime(Date) - Method in interface org.quartz.spi.OperableTrigger
-
- setPriority(int) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setPriority(int) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
The priority of a Trigger
acts as a tie breaker such that if
two Trigger
s have the same scheduled fire time, then Quartz
will do its best to give the one with the higher priority first access
to a worker thread.
- setPriority(int) - Method in interface org.quartz.spi.MutableTrigger
-
The priority of a Trigger
acts as a tie breaker such that if
two Trigger
s have the same scheduled fire time, then Quartz
will do its best to give the one with the higher priority first access
to a worker thread.
- setProperties(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- setProperties(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
-
- setPropertiesFile(String) - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- setPropertiesFile(String) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
-
- setProviderURL(String) - Method in class org.quartz.ee.jmx.jboss.JBoss4RMIRemoteMBeanScheduler
-
Set the remote MBean server URL.
- setRefireImmediately(boolean) - Method in exception org.quartz.JobExecutionException
-
- setRejoin(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setRejoin(String) - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- setRepeatCount(int) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- setRepeatCount(int) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the the number of time the SimpleTrigger
should
repeat, after which it will be automatically deleted.
- setRepeatInterval(int) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
set the the time interval that will be added to the DateIntervalTrigger
's
fire time (in the set repeat interval unit) in order to calculate the time of the
next trigger repeat.
- setRepeatInterval(int) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
set the the time interval that will be added to the DailyTimeIntervalTrigger
's
fire time (in the set repeat interval unit) in order to calculate the time of the
next trigger repeat.
- setRepeatInterval(long) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the the time interval (in milliseconds) at which the SimpleTrigger
should repeat.
- setRepeatIntervalUnit(DateBuilder.IntervalUnit) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the interval unit - the time unit on with the interval applies.
- setRepeatIntervalUnit(DateBuilder.IntervalUnit) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the interval unit - the time unit on with the interval applies.
- setReplyTo(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setRequestsRecovery(boolean) - Method in class org.quartz.impl.JobDetailImpl
-
Set whether or not the the Scheduler
should re-execute
the Job
if a 'recovery' or 'fail-over' situation is
encountered.
- setResult(Object) - Method in class org.quartz.impl.JobExecutionContextImpl
-
Set the result (if any) of the Job
's execution (the type of
object set as the result is entirely up to the particular job).
- setResult(Object) - Method in interface org.quartz.JobExecutionContext
-
Set the result (if any) of the Job
's execution (the type of
object set as the result is entirely up to the particular job).
- setRetryPeriod(long) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- setRMIBindName(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the name under which to bind the QuartzScheduler in RMI.
- setRMICreateRegistryStrategy(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether or not Quartz should create an RMI Registry, and if so, how.
- setRMIRegistryHost(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the host name of the RMI Registry that the scheduler should export
itself to.
- setRMIRegistryPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the port number of the RMI Registry that the scheduler should export
itself to.
- setRMIServerPort(int) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the port number the scheduler server will be bound to.
- setSampledStatisticsEnabled(boolean) - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- setSampledStatisticsEnabled(boolean) - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- setScanInterval(long) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
The interval (in seconds) at which to scan for changes to the file.
- setSchedName(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- setSchedName(String) - Method in interface org.quartz.impl.jdbcjobstore.TablePrefixAware
-
- setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setSchedulerInstanceId(String) - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
-
- setSchedulerObjectName(String) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Set the name under which the Scheduler MBean is registered on the
remote MBean server.
- setSchedulerObjectName(ObjectName) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Set the name under which the Scheduler MBean is registered on the
remote MBean server.
- setScheduleTimestamp(long) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setSecurityServiceLocation(String) - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Sets the security service location required for trusted identity assertion to the embedded REST management
service.
- setSecurityServiceTimeout(int) - Method in class org.quartz.management.ManagementRESTServiceConfiguration
-
Sets the connection/read timeout value for the security service in milliseconds.
- setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
set the SQL statement to use to select and lock a row in the "locks"
table.
- setSelectWithLockSQL(String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- setSignalOnSchedulingChange(boolean) - Method in class org.quartz.core.QuartzScheduler
-
- setSkipDayIfHourDoesNotExist(boolean) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
- setSmtpHost(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setSmtpProperties(Properties) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setSQL(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- setStartScheduler(boolean) - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- setStartScheduler(boolean) - Method in interface org.quartz.ee.jmx.jboss.QuartzServiceMBean
-
- setStartTime(Date) - Method in class org.quartz.impl.triggers.AbstractTrigger
-
The time at which the trigger's scheduling should start.
- setStartTime(Date) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the time at which the DateIntervalTrigger
should occur.
- setStartTime(Date) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
- setStartTime(Date) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the time at which the DailyTimeIntervalTrigger
should occur.
- setStartTime(Date) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the time at which the SimpleTrigger
should occur.
- setStartTime(Date) - Method in interface org.quartz.spi.MutableTrigger
-
The time at which the trigger's scheduling should start.
- setStartTimeOfDay(TimeOfDay) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
- setState(TriggerWrapper.TriggerState, String, TriggerFacade) - Method in class org.terracotta.quartz.wrappers.TriggerWrapper
-
- setString1(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setString2(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setString3(String) - Method in class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- setSubject(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setSynchronousWrite(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setSynchronousWrite(String) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setSynchronousWrite(String) - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- setSystemPropertyName(String) - Method in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
The name of the system property from which to obtain the instanceId.
- setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.DBSemaphore
-
- setTablePrefix(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the prefix that should be pre-pended to all table names.
- setTablePrefix(String) - Method in interface org.quartz.impl.jdbcjobstore.TablePrefixAware
-
- setTcConfig(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setTCConfigSnippet(String) - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- setTcConfigUrl(String) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setTCConfigUrl(String) - Method in class org.terracotta.quartz.TerracottaToolkitBuilder
-
- setTcRetryInterval(long) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setTcRetryInterval(long) - Method in interface org.terracotta.quartz.ClusteredJobStore
-
- setTcRetryInterval(long) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setTcRetryInterval(long) - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- 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.
- setThreadExecutor(ThreadExecutor) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set the ThreadExecutor which runs the QuartzSchedulerThread
- setThreadExecutor(ThreadExecutor) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- setThreadName(String) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setThreadNamePrefix(String) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setThreadPool(ThreadPool) - Method in class org.quartz.core.QuartzSchedulerResources
-
- setThreadPoolSize(int) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- setThreadPoolSize(int) - Method in class org.quartz.simpl.RAMJobStore
-
- setThreadPoolSize(int) - Method in interface org.quartz.spi.JobStore
-
Tells the JobStore the pool size used to execute jobs
- setThreadPoolSize(int) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- setThreadPoolSize(int) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- setThreadPoolSize(int) - Method in interface org.terracotta.quartz.TerracottaJobStoreExtensions
-
- setThreadPriority(int) - Method in class org.quartz.simpl.SimpleThreadPool
-
Set the thread priority of worker threads in the pool - has no effect
after initialize()
has been called.
- setThreadsInheritContextClassLoaderOfInitializingThread(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setThreadsInheritGroupOfInitializingThread(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
-
- setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.core.QuartzSchedulerResources
-
Set whether to set the class load context of spawned threads to that
of the initializing thread.
- setThreadsInheritInitializersClassLoadContext(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether to set the class load context of spawned threads to that
of the initializing thread.
- setThrowIfPropertyNotFound(boolean) - Method in class org.quartz.simpl.PropertySettingJobFactory
-
Whether the JobInstantiation should fail and throw and exception if
a key (name) and value (type) found in the JobDataMap does not
correspond to a proptery setter on the Job class.
- setTimeRange(String, String) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar
to the times
represented in the specified Strings.
- setTimeRange(int, int, int, int, int, int, int, int) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar
to the times
represented in the specified values.
- setTimeRange(Calendar, Calendar) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar
to the times
represented in the specified java.util.Calendar
s.
- setTimeRange(long, long) - Method in class org.quartz.impl.calendar.DailyCalendar
-
Sets the time range for the DailyCalendar
to the times
represented in the specified values.
- setTimesTriggered(int) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Set the number of times the DateIntervalTrigger
has already
fired.
- setTimesTriggered(int) - Method in class org.quartz.impl.triggers.DailyTimeIntervalTriggerImpl
-
Set the number of times the DailyTimeIntervalTrigger
has already
fired.
- setTimesTriggered(int) - Method in class org.quartz.impl.triggers.SimpleTriggerImpl
-
Set the number of times the SimpleTrigger
has already
fired.
- setTimeZone(TimeZone) - Method in class org.quartz.CronExpression
-
Sets the time zone for which this CronExpression
will be resolved.
- setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.BaseCalendar
-
Sets the time zone for which this Calendar
will be resolved.
- setTimeZone(TimeZone) - Method in class org.quartz.impl.calendar.CronCalendar
-
Sets the time zone for which the CronExpression
of this
CronCalendar
will be resolved.
- setTimeZone(TimeZone) - Method in class org.quartz.impl.triggers.CalendarIntervalTriggerImpl
-
Sets the time zone within which time calculations related to this
trigger will be performed.
- setTimeZone(TimeZone) - Method in class org.quartz.impl.triggers.CronTriggerImpl
-
Sets the time zone for which the cronExpression
of this
CronTrigger
will be resolved.
- setTo(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setTransactionIsolation(int) - Method in class org.quartz.impl.jdbcjobstore.AttributeRestoringConnectionInvocationHandler
-
Attempts to change the transaction isolation level to the given level, saving
the original level.
- setTransactionManagerJNDIName(String) - Method in class org.quartz.impl.jdbcjobstore.JTANonClusteredSemaphore
-
- setTriggerCompleteMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon the completion of a trigger's
firing.
- setTriggerFiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon a trigger's firing.
- setTriggerKey(TriggerKey) - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
-
- setTriggerListenerMatchers(String, List<Matcher<TriggerKey>>) - Method in class org.quartz.core.ListenerManagerImpl
-
- setTriggerListenerMatchers(String, List<Matcher<TriggerKey>>) - Method in interface org.quartz.ListenerManager
-
Set the set of Matchers for which the listener
will receive events if ANY of the matchers match.
- setTriggerMisfiredMessage(String) - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Set the message that is printed upon a trigger's firing.
- setTxIsolationLevelReadCommitted - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- setTxIsolationLevelReadCommitted(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Set the transaction isolation level of DB connections to sequential.
- setTxIsolationLevelSerializable(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set the transaction isolation level of DB connections to sequential.
- setUnscheduleAllTriggers(boolean) - Method in exception org.quartz.JobExecutionException
-
- setUnscheduleFiringTrigger(boolean) - Method in exception org.quartz.JobExecutionException
-
- setUpdateLockRowSQL(String) - Method in class org.quartz.impl.jdbcjobstore.UpdateLockRowSemaphore
-
- setUseDBLocks(boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether this instance should use database-based thread
synchronization.
- setUseProperties(String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Set whether String-only properties will be handled in JobDataMaps.
- setUsername(String) - Method in class org.quartz.jobs.ee.mail.SendMailJob.MailInfo
-
- setUserTxLocation(String) - Static method in class org.quartz.ee.jta.UserTransactionHelper
-
Set the JNDI URL at which the Application Server's UserTransaction can
be found.
- setValue(long) - Method in interface org.quartz.utils.counter.Counter
-
Sets the value of the counter to the supplied value
- setValue(long) - Method in class org.quartz.utils.counter.CounterImpl
-
Sets the value of the counter to the supplied value
- setValue(long, long) - Method in interface org.quartz.utils.counter.sampled.SampledRateCounter
-
Sets the values of the numerator and denominator to the passed values
- setValue(long, long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
Sets the values of the numerator and denominator to the passed values
- setValue(long) - Method in class org.quartz.utils.counter.sampled.SampledRateCounterImpl
-
- setWarnIfPropertyNotFound(boolean) - Method in class org.quartz.simpl.PropertySettingJobFactory
-
Whether a warning should be logged if
a key (name) and value (type) found in the JobDataMap does not
correspond to a proptery setter on the Job class.
- setWorkManagerName(String) - Method in class org.quartz.commonj.WorkManagerThreadExecutor
-
Sets the JNDI name of the work manager to use.
- setWrapInUserTransaction(boolean) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Wrap the start() and shutdown() methods in a UserTransaction.
- shutdown() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- shutdown() - Method in class org.quartz.core.NullSampledStatisticsImpl
-
- shutdown() - Method in class org.quartz.core.QuartzScheduler
-
Halts the
QuartzScheduler
's firing of
Trigger
s
,
and cleans up all resources associated with the QuartzScheduler.
- shutdown(boolean) - Method in class org.quartz.core.QuartzScheduler
-
Halts the
QuartzScheduler
's firing of
Trigger
s
,
and cleans up all resources associated with the QuartzScheduler.
- shutdown() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- shutdown() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- shutdown(boolean) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- shutdown() - Method in interface org.quartz.core.SampledStatistics
-
- shutdown() - Method in class org.quartz.core.SampledStatisticsImpl
-
- shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
- shutdown() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Called by the QuartzScheduler to inform the JobStore
that
it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown(boolean) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown(boolean) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown(boolean) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- shutdown() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
Called in order to inform the SchedulerPlugin
that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
Called in order to inform the SchedulerPlugin
that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown() - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- shutdown() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
Called in order to inform the SchedulerPlugin
that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown(UserTransaction) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Called in order to inform the SchedulerPlugin
that it
should free up all of it's resources because the scheduler is shutting
down.
- shutdown() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Based on the value of wrapInUserTransaction, wraps the
call to shutdown(UserTransaction) in a UserTransaction.
- shutdown() - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
Overriden to ignore wrapInUserTransaction because shutdown()
does not interact with the Scheduler
.
- shutdown() - Method in interface org.quartz.Scheduler
-
Halts the
Scheduler
's firing of
Trigger
s
,
and cleans up all resources associated with the Scheduler.
- shutdown(boolean) - Method in interface org.quartz.Scheduler
-
Halts the
Scheduler
's firing of
Trigger
s
,
and cleans up all resources associated with the Scheduler.
- shutdown() - Method in class org.quartz.simpl.RAMJobStore
-
Called by the QuartzScheduler to inform the JobStore
that
it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() - Method in class org.quartz.simpl.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown(boolean) - Method in class org.quartz.simpl.SimpleThreadPool
-
Terminate any worker threads in this thread group.
- shutdown() - Method in class org.quartz.simpl.SimpleTimeBroker
-
- shutdown() - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- shutdown(boolean) - Method in class org.quartz.simpl.ZeroSizeThreadPool
-
- shutdown() - Method in interface org.quartz.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
-
Deprecated.
Called by the QuartzScheduler to inform the TimeBroker
that it should free up all of it's resources because the scheduler is
shutting down.
- shutdown() - Method in class org.quartz.utils.C3p0PoolingConnectionProvider
-
- shutdown() - Method in interface org.quartz.utils.ConnectionProvider
-
- shutdown(boolean) - Method in interface org.quartz.utils.counter.CounterManager
-
Shuts down this counter manager
- shutdown(boolean) - Method in class org.quartz.utils.counter.CounterManagerImpl
-
Shuts down this counter manager
- shutdown() - Method in interface org.quartz.utils.counter.sampled.SampledCounter
-
Shutdown this counter
- shutdown() - Method in class org.quartz.utils.counter.sampled.SampledCounterImpl
-
Shutdown this counter
- shutdown(String) - Method in class org.quartz.utils.DBConnectionManager
-
Shuts down database connections from the DataSource with the given name,
if applicable for the underlying provider.
- shutdown() - Method in class org.quartz.utils.HikariCpPoolingConnectionProvider
-
- shutdown() - Method in class org.quartz.utils.JNDIConnectionProvider
-
- shutdown() - Method in class org.quartz.utils.weblogic.WeblogicConnectionProvider
-
- shutdown() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- shutdown() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- shutdownCounter(Counter) - Method in interface org.quartz.utils.counter.CounterManager
-
Shuts down the counter
- shutdownCounter(Counter) - Method in class org.quartz.utils.counter.CounterManagerImpl
-
Shuts down the counter
- ShutdownHookPlugin - Class in org.quartz.plugins.management
-
This plugin catches the event of the JVM terminating (such as upon a CRTL-C)
and tells the scheuler to shutdown.
- ShutdownHookPlugin() - Constructor for class org.quartz.plugins.management.ShutdownHookPlugin
-
- shutdownRequested - Variable in class org.quartz.core.JobRunShell
-
- sigChangeForTxCompletion - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- signaler - Variable in class org.quartz.simpl.RAMJobStore
-
- signalSchedulingChange(long) - Method in class org.quartz.core.QuartzSchedulerThread
-
Signals the main processing loop that a change in scheduling has been
made - in order to interrupt any sleeping that may be occuring while
waiting for the fire time to arrive.
- signalSchedulingChange(long) - Method in class org.quartz.core.SchedulerSignalerImpl
-
- signalSchedulingChange(long) - Method in interface org.quartz.spi.SchedulerSignaler
-
- signalSchedulingChangeImmediately(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- signalSchedulingChangeOnTxCompletion(long) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- SimpleClassLoadHelper - Class in org.quartz.simpl
-
A ClassLoadHelper
that simply calls Class.forName(..)
.
- SimpleClassLoadHelper() - Constructor for class org.quartz.simpl.SimpleClassLoadHelper
-
- SimpleInstanceIdGenerator - Class in org.quartz.simpl
-
The default InstanceIdGenerator used by Quartz when instance id is to be
automatically generated.
- SimpleInstanceIdGenerator() - Constructor for class org.quartz.simpl.SimpleInstanceIdGenerator
-
- SimpleJobFactory - Class in org.quartz.simpl
-
The default JobFactory used by Quartz - simply calls
newInstance()
on the job class.
- SimpleJobFactory() - Constructor for class org.quartz.simpl.SimpleJobFactory
-
- SimplePropertiesTriggerPersistenceDelegateSupport - Class in org.quartz.impl.jdbcjobstore
-
- SimplePropertiesTriggerPersistenceDelegateSupport() - Constructor for class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerPersistenceDelegateSupport
-
- SimplePropertiesTriggerProperties - Class in org.quartz.impl.jdbcjobstore
-
- SimplePropertiesTriggerProperties() - Constructor for class org.quartz.impl.jdbcjobstore.SimplePropertiesTriggerProperties
-
- simpleSchedule() - Static method in class org.quartz.SimpleScheduleBuilder
-
Create a SimpleScheduleBuilder.
- SimpleScheduleBuilder - Class in org.quartz
-
SimpleScheduleBuilder
is a
ScheduleBuilder
that defines strict/literal interval-based schedules for
Trigger
s.
- SimpleScheduleBuilder() - Constructor for class org.quartz.SimpleScheduleBuilder
-
- SimpleSemaphore - Class in org.quartz.impl.jdbcjobstore
-
Internal in-memory lock handler for providing thread/resource locking in
order to protect resources from being altered by multiple threads at the
same time.
- SimpleSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.SimpleSemaphore
-
- SimpleThreadPool - Class in org.quartz.simpl
-
This is class is a simple implementation of a thread pool, based on the
ThreadPool
interface.
- SimpleThreadPool() - Constructor for class org.quartz.simpl.SimpleThreadPool
-
Create a new (unconfigured) SimpleThreadPool
.
- SimpleThreadPool(int, int) - Constructor for class org.quartz.simpl.SimpleThreadPool
-
Create a new SimpleThreadPool
with the specified number
of Thread
s that have the given priority.
- SimpleTimeBroker - Class in org.quartz.simpl
-
The interface to be implemented by classes that want to provide a mechanism
by which the
QuartzScheduler
can
reliably determine the current time.
- SimpleTimeBroker() - Constructor for class org.quartz.simpl.SimpleTimeBroker
-
- SimpleTrigger - Interface in org.quartz
-
A
Trigger
that is used to fire a
Job
at a given moment in time, and optionally repeated at a specified interval.
- SimpleTriggerImpl - Class in org.quartz.impl.triggers
-
A concrete
Trigger
that is used to fire a
JobDetail
at a given moment in time, and optionally repeated at a specified interval.
- SimpleTriggerImpl() - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
Create a SimpleTrigger
with no settings.
- SimpleTriggerImpl(String) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, String) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, String, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, Date) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, String, Date) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerImpl(String, String, String, String, Date, Date, int, long) - Constructor for class org.quartz.impl.triggers.SimpleTriggerImpl
-
- SimpleTriggerPersistenceDelegate - Class in org.quartz.impl.jdbcjobstore
-
- SimpleTriggerPersistenceDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.SimpleTriggerPersistenceDelegate
-
- SimpleTriggerSupport - Class in org.quartz.core.jmx
-
- SimpleTriggerSupport() - Constructor for class org.quartz.core.jmx.SimpleTriggerSupport
-
- size() - Method in class org.quartz.utils.DirtyFlagMap
-
- size() - Method in class org.terracotta.quartz.collections.SerializedToolkitStore
-
- size() - Method in class org.terracotta.quartz.collections.TimeTriggerSet
-
- skipDayIfHourDoesNotExist(boolean) - Method in class org.quartz.CalendarIntervalScheduleBuilder
-
If intervals are a day or greater, and
preserveHourOfDayAcrossDaylightSavings property is set to true, and the
hour of the day does not exist on a given day for which the trigger
would fire, the day will be skipped and the trigger advanced a second
interval if this property is set to true.
- skipWhiteSpace(int, String) - Method in class org.quartz.CronExpression
-
- standby() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- standby() - Method in class org.quartz.core.QuartzScheduler
-
Temporarily halts the
QuartzScheduler
's firing of
Trigger
s
.
- standby() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- standby() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- standby() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- standby() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- standby() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- standby() - Method in interface org.quartz.Scheduler
-
Temporarily halts the
Scheduler
's firing of
Trigger
s
.
- start() - Method in interface org.quartz.core.jmx.QuartzSchedulerMBean
-
- start() - Method in class org.quartz.core.QuartzScheduler
-
Starts the
QuartzScheduler
's threads that fire
Trigger
s
.
- start() - Method in class org.quartz.core.QuartzSchedulerMBeanImpl
-
- start() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- start() - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- start() - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- start() - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- start() - Method in interface org.quartz.management.ManagementServer
-
Start the management server
- start() - Method in class org.quartz.plugins.history.LoggingJobHistoryPlugin
-
- start() - Method in class org.quartz.plugins.history.LoggingTriggerHistoryPlugin
-
- start() - Method in class org.quartz.plugins.interrupt.JobInterruptMonitorPlugin
-
- start() - Method in class org.quartz.plugins.management.ShutdownHookPlugin
-
- start(UserTransaction) - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Called when the associated Scheduler
is started, in order
to let the plug-in know it can now make calls into the scheduler if it
needs to.
- start() - Method in class org.quartz.plugins.SchedulerPluginWithUserTransactionSupport
-
Based on the value of wrapInUserTransaction, wraps the
call to start(UserTransaction) in a UserTransaction.
- start(UserTransaction) - Method in class org.quartz.plugins.xml.XMLSchedulingDataProcessorPlugin
-
- start() - Method in interface org.quartz.Scheduler
-
Starts the
Scheduler
's threads that fire
Trigger
s
.
- start() - Method in interface org.quartz.spi.SchedulerPlugin
-
Called when the associated Scheduler
is started, in order
to let the plug-in know it can now make calls into the scheduler if it
needs to.
- startAt(Date) - Method in class org.quartz.TriggerBuilder
-
Set the time the Trigger should start at - the trigger may or may
not fire at this time - depending upon the schedule configured for
the Trigger.
- startDelayed(int) - Method in class org.quartz.core.QuartzScheduler
-
- startDelayed(int) - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- startDelayed(int) - Method in class org.quartz.impl.RemoteMBeanScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- startDelayed(int) - Method in class org.quartz.impl.RemoteScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- startDelayed(int) - Method in class org.quartz.impl.StdScheduler
-
Calls the equivalent method on the 'proxied' QuartzScheduler
.
- startDelayed(int) - Method in interface org.quartz.Scheduler
-
Calls {#start()} after the indicated number of seconds.
- startingDailyAt(TimeOfDay) - Method in class org.quartz.DailyTimeIntervalScheduleBuilder
-
Set the trigger to begin firing each day at the given time.
- startNow() - Method in class org.quartz.TriggerBuilder
-
Set the time the Trigger should start at to the current moment -
the trigger may or may not fire at this time - depending upon the
schedule configured for the Trigger.
- startService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- STATE_ACQUIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_COMPLETE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_DELETED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_ERROR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_EXECUTING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_MISFIRED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_PAUSED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_PAUSED_BLOCKED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- STATE_WAITING - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
-
- StatefulJob - Interface in org.quartz
-
- StdJDBCConstants - Interface in org.quartz.impl.jdbcjobstore
-
- StdJDBCDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is meant to be an abstract base class for most, if not all,
DriverDelegate
implementations.
- StdJDBCDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
-
Create new StdJDBCDelegate instance.
- StdJobRunShellFactory - Class in org.quartz.impl
-
- StdJobRunShellFactory() - Constructor for class org.quartz.impl.StdJobRunShellFactory
-
- StdRowLockSemaphore - Class in org.quartz.impl.jdbcjobstore
-
Internal database based lock handler for providing thread/resource locking
in order to protect resources from being altered by multiple threads at the
same time.
- StdRowLockSemaphore() - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- StdRowLockSemaphore(String, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
-
- StdScheduler - Class in org.quartz.impl
-
An implementation of the Scheduler
interface that directly
proxies all method calls to the equivalent call on a given QuartzScheduler
instance.
- StdScheduler(QuartzScheduler) - Constructor for class org.quartz.impl.StdScheduler
-
Construct a StdScheduler
instance to proxy the given
QuartzScheduler
instance, and with the given SchedulingContext
.
- StdSchedulerFactory - Class in org.quartz.impl
-
An implementation of
SchedulerFactory
that
does all of its work of creating a
QuartzScheduler
instance
based on the contents of a
Properties
file.
- StdSchedulerFactory() - Constructor for class org.quartz.impl.StdSchedulerFactory
-
Create an uninitialized StdSchedulerFactory.
- StdSchedulerFactory(Properties) - Constructor for class org.quartz.impl.StdSchedulerFactory
-
- StdSchedulerFactory(String) - Constructor for class org.quartz.impl.StdSchedulerFactory
-
- stop() - Method in interface org.quartz.management.ManagementServer
-
Stop the management server
- stopService() - Method in class org.quartz.ee.jmx.jboss.QuartzService
-
- storeCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeCalendar(Connection, String, Calendar, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeCalendar(String, Calendar, boolean, boolean) - Method in class org.quartz.simpl.RAMJobStore
-
- storeCalendar(String, Calendar, boolean, boolean) - Method in interface org.quartz.spi.JobStore
-
- storeCalendar(String, Calendar, boolean, boolean) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- storeCalendar(String, Calendar, boolean, boolean) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- storeDurably() - Method in class org.quartz.JobBuilder
-
Whether or not the
Job
should remain stored after it is
orphaned (no
Trigger
s
point to it).
- storeDurably(boolean) - Method in class org.quartz.JobBuilder
-
Whether or not the
Job
should remain stored after it is
orphaned (no
Trigger
s
point to it).
- storeExpressionVals(int, String, int) - Method in class org.quartz.CronExpression
-
- storeJob(JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeJob(Connection, JobDetail, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Insert or update a job.
- storeJob(JobDetail, boolean) - Method in class org.quartz.simpl.RAMJobStore
-
- storeJob(JobDetail, boolean) - Method in interface org.quartz.spi.JobStore
-
- storeJob(JobDetail, boolean) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- storeJob(JobDetail, boolean) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.quartz.simpl.RAMJobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in interface org.quartz.spi.JobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- storeJobAndTrigger(JobDetail, OperableTrigger) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.quartz.simpl.RAMJobStore
-
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in interface org.quartz.spi.JobStore
-
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- storeJobsAndTriggers(Map<JobDetail, Set<? extends Trigger>>, boolean) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- storeTrigger(Connection, OperableTrigger, JobDetail, boolean, String, boolean, boolean) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Insert or update a trigger.
- storeTrigger(OperableTrigger, boolean) - Method in class org.quartz.simpl.RAMJobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in interface org.quartz.spi.JobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- storeTrigger(OperableTrigger, boolean) - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- StringKeyDirtyFlagMap - Class in org.quartz.utils
-
An implementation of Map
that wraps another Map
and flags itself 'dirty' when it is modified, enforces that all keys are
Strings.
- StringKeyDirtyFlagMap() - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
-
- StringKeyDirtyFlagMap(int) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
-
- StringKeyDirtyFlagMap(int, float) - Constructor for class org.quartz.utils.StringKeyDirtyFlagMap
-
- StringMatcher<T extends Key<?>> - Class in org.quartz.impl.matchers
-
An abstract base class for some types of matchers.
- StringMatcher(String, StringMatcher.StringOperatorName) - Constructor for class org.quartz.impl.matchers.StringMatcher
-
- StringMatcher.StringOperatorName - Enum in org.quartz.impl.matchers
-
- SUNDAY - Static variable in class org.quartz.DateBuilder
-
- supportsPersistence() - Method in class org.quartz.core.QuartzScheduler
-
- supportsPersistence() - Method in interface org.quartz.core.RemotableQuartzScheduler
-
- supportsPersistence() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
- supportsPersistence() - Method in class org.quartz.simpl.RAMJobStore
-
- supportsPersistence() - Method in interface org.quartz.spi.JobStore
-
- supportsPersistence() - Method in class org.terracotta.quartz.AbstractTerracottaJobStore
-
- supportsPersistence() - Method in class org.terracotta.quartz.PlainTerracottaJobStore
-
- SybaseDelegate - Class in org.quartz.impl.jdbcjobstore
-
This is a driver delegate for the Sybase database.
- SybaseDelegate() - Constructor for class org.quartz.impl.jdbcjobstore.SybaseDelegate
-
- SYSTEM_PROPERTY - Static variable in class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-
System property to read the instanceId from
- SYSTEM_PROPERTY_AS_INSTANCE_ID - Static variable in class org.quartz.impl.StdSchedulerFactory
-
- SystemPropertyInstanceIdGenerator - Class in org.quartz.simpl
-
InstanceIdGenerator that will use a
system property
to configure the scheduler.
- SystemPropertyInstanceIdGenerator() - Constructor for class org.quartz.simpl.SystemPropertyInstanceIdGenerator
-