|
|||||||||
| Home >> All >> org >> quartz >> impl >> [ jdbcjobstore overview ] | PREV NEXT | ||||||||
A
- ALIAS_COL_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- ALL_GROUPS_PAUSED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- acquireNextTrigger(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
- acquireNextTrigger(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- acquireNextTrigger(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Get a handle to the next trigger to be fired, and mark it as 'reserved' by the calling scheduler.
C
- COL_BLOB - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_CALENDAR_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_CHECKIN_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_CRON_EXPRESSION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_DESCRIPTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_END_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_ENTRY_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_ENTRY_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_FIRED_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_INSTANCE_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_IS_DURABLE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_IS_STATEFUL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_IS_VOLATILE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_JOB_CLASS - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_JOB_DATAMAP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_JOB_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_JOB_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_JOB_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_LAST_CHECKIN_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_LOCK_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_MISFIRE_INSTRUCTION - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_NEXT_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_PREV_FIRE_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_RECOVERER - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_REPEAT_COUNT - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_REPEAT_INTERVAL - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_REQUESTS_RECOVERY - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_START_TIME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TIMES_TRIGGERED - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TIME_ZONE_ID - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TRIGGER_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TRIGGER_NAME - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TRIGGER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- COL_TRIGGER_TYPE - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- CloudscapeDelegate - class org.quartz.impl.jdbcjobstore.CloudscapeDelegate.
- This is a driver delegate for the Cloudscape database.
- CloudscapeDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
- Create new CloudscapeDelegate instance.
- CloudscapeDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
- Create new CloudscapeDelegate instance.
- Constants - interface org.quartz.impl.jdbcjobstore.Constants.
-
This interface can be implemented by any
DriverDelegateclass that needs to use the constants contained herein. - calendarCache - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- calendarExists(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not a calendar exists.
- calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- calendarExists(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not a calendar exists.
- calendarIsReferenced(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not a calendar is referenced by any triggers.
- calendarIsReferenced(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not a calendar is referenced by any triggers.
- 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
- checkinInterval - Variable in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- checkinTimestamp - Variable in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- classLoadHelper - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Removes all volatile data
- cleanVolatileTriggerAndJobs(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Removes all volatile data.
- cleanVolatileTriggerAndJobs() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- close(Statement) - Method in class org.quartz.impl.jdbcjobstore.DB2v6Delegate
- closeConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Closes the supplied connection
- clusterCheckIn(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- clusterCheckinInterval - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- clusterManagementThread - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- clusterRecover(Connection, List) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- commitConnection(Connection) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Commit the supplied connection
- 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
D
- DB2v6Delegate - class org.quartz.impl.jdbcjobstore.DB2v6Delegate.
- Quartz JDBC delegate for DB2 v6 databases.
- DB2v6Delegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
- DB2v6Delegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v6Delegate
- DB2v7Delegate - class org.quartz.impl.jdbcjobstore.DB2v7Delegate.
- Quartz JDBC delegate for DB2 v7 databases.
- DB2v7Delegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- DB2v7Delegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- DEFAULT_TABLE_PREFIX - Static variable in interface org.quartz.impl.jdbcjobstore.Constants
- DELETE_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_INSTANCES_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_JOB_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_NO_RECOVERY_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_PAUSED_TRIGGER_GROUPS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_TRIGGER_LISTENERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DELETE_VOLATILE_FIRED_TRIGGERS - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- DriverDelegate - interface org.quartz.impl.jdbcjobstore.DriverDelegate.
- This is the base interface for all driver delegate classes.
- dbRetryInterval - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- delegate - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- delegateClass - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- deleteAllPausedTriggerGroups(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- deleteAllPausedTriggerGroups(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- deleteBlobTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete the BLOB trigger data for a trigger.
- deleteBlobTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete the cron trigger data for a trigger.
- deleteCalendar(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete a calendar.
- deleteCalendar(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete a calendar.
- deleteCronTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete the cron trigger data for a trigger.
- deleteCronTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete the cron trigger data for a trigger.
- deleteFiredTrigger(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete a fired trigger.
- deleteFiredTrigger(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete a fired trigger.
- deleteFiredTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete all fired triggers.
- deleteFiredTriggers(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete all fired triggers of the given instance.
- deleteFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete all fired triggers.
- deleteFiredTriggers(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- deleteJobDetail(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete the job detail record for the given job.
- deleteJobDetail(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete the job detail record for the given job.
- deleteJobListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete all job listeners for the given job.
- deleteJobListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete all job listeners for the given job.
- deletePausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- deletePausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- deleteSchedulerState(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete a scheduler-instance state record.
- deleteSchedulerState(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- deleteSimpleTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete the simple trigger data for a trigger.
- deleteSimpleTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete the simple trigger data for a trigger.
- deleteTrigger(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete the base trigger data for a trigger.
- deleteTrigger(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete the base trigger data for a trigger.
- deleteTriggerListeners(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete all of the listeners associated with a given trigger.
- deleteTriggerListeners(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Delete all of the listeners associated with a given trigger.
- deleteVolatileFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- deleteVolatileFiredTriggers(Connection) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Delete all volatile fired triggers.
- deleteVolatileFiredTriggers(Connection) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- doCheckin() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- doRecoverMisfires() - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- dontSetAutoCommitFalse - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- dontSetNonManagedTXConnectionAutoCommitFalse - Variable in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- dsName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
F
- FiredTriggerRecord - class org.quartz.impl.jdbcjobstore.FiredTriggerRecord.
- Conveys the state of a fired-trigger record.
- FiredTriggerRecord() - Constructor for class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- fireInstanceId - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- fireInstanceState - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- fireTimestamp - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- firstCheckIn - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- ftrCtr - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
G
- getCalendarNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the names of all of the
org.quartz.Calendars in theJobStore. - getCalendarNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getCalendarNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the names of all of the
org.quartz.Calendars in theJobStore. - getCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- getCheckinTimestamp() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- getClassLoadHelper() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getClusterCheckinInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the frequency (in milliseconds) at which this instance "checks-in" with the other instances of the cluster.
- getConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Get the name of the
DataSourcethat should be used for performing database functions. - getDbRetryInterval() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getDelegate() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the driver delegate for DB operations.
- getDriverDelegateClass() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the JDBC driver delegate class name.
- getFireInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getFireInstanceState() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getFireTimestamp() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getFiredTriggerRecordId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getInstanceId() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the instance Id of the Scheduler (must be unique within a cluster).
- getInstanceName() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the instance Id of the Scheduler (must be unique within a cluster).
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs for job details.
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs for job details.
- getJobDetailFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
- getJobGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the names of all of the
org.quartz.Jobgroups. - getJobGroupNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getJobGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the names of all of the
org.quartz.Jobgroups. - getJobKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getJobNameKey(String, String) - Static method in class org.quartz.impl.jdbcjobstore.Util
- Obtain a unique key for a given job.
- getJobNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the names of all of the
org.quartz.Jobs that have the given group name. - getJobNames(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getJobNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the names of all of the
org.quartz.Jobs that have the given group name. - getLockHandler() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getLog() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getLog() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- getLog() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- getMapFromProperties(ResultSet) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- build Map from java.util.Properties encoding.
- 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).
- getMisfireThreshold() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getMisfireTime() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getNewStatusForTrigger(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getNonManagedTXConnection() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- getNonManagedTXDataSource() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the name of the
DataSourcethat should be used for performing database functions. - getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the number of
org.quartz.Calendars that are stored in theJobsStore. - getNumberOfCalendars(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getNumberOfCalendars(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the number of
org.quartz.Calendars that are stored in theJobsStore. - getNumberOfJobs(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the number of
org.quartz.Jobs that are stored in theJobStore. - getNumberOfJobs(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getNumberOfJobs(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the number of
org.quartz.Jobs that are stored in theJobStore. - getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the number of
org.quartz.Triggers that are stored in theJobsStore. - getNumberOfTriggers(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getNumberOfTriggers(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the number of
org.quartz.Triggers that are stored in theJobsStore. - getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.CloudscapeDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.MSSQLDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getObjectFromBlob(ResultSet, String) - Method in class org.quartz.impl.jdbcjobstore.WebLogicDelegate
- This method should be overridden by any delegate subclasses that need special handling for BLOBs.
- getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- getPausedTriggerGroups(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Pause all of the
org.quartz.Triggersin the given group. - getPausedTriggerGroups(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- getRecoverer() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getSchedulerInstanceId() - Method in class org.quartz.impl.jdbcjobstore.SchedulerStateRecord
- getSelectWithLockSQL() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getStatusForResumedTrigger(Connection, SchedulingContext, TriggerStatus) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getTablePrefix() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get the prefix that should be pre-pended to all table names.
- getThreadLocks() - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- getThreadLocks() - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the names of all of the
org.quartz.Triggergroups. - getTriggerGroupNames(Connection, SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getTriggerGroupNames(SchedulingContext) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the names of all of the
org.quartz.Triggergroups. - getTriggerKey() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- getTriggerNameKey(String, String) - Static method in class org.quartz.impl.jdbcjobstore.Util
- Obtain a unique key for a given trigger.
- getTriggerNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the names of all of the
org.quartz.Triggers that have the given group name. - getTriggerNames(Connection, SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getTriggerNames(SchedulingContext, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the names of all of the
org.quartz.Triggers that have the given group name. - getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
-
Get the current state of the identified
org.quartz.Trigger. - getTriggerState(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getTriggerState(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
-
Get the current state of the identified
org.quartz.Trigger. - getTriggersForJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- Get all of the Triggers that are associated to the given Job.
- getTriggersForJob(Connection, SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- getTriggersForJob(SchedulingContext, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- Get all of the Triggers that are associated to the given Job.
- getUseDBLocks() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get whether this instance should use database-based thread synchronization.
H
- HSQLDBDelegate - class org.quartz.impl.jdbcjobstore.HSQLDBDelegate.
- This is a driver delegate for the HSQLDB database.
- HSQLDBDelegate(Log, String, String) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
- Create new HSQLDBDelegate instance.
- HSQLDBDelegate(Log, String, String, Boolean) - Constructor for class org.quartz.impl.jdbcjobstore.HSQLDBDelegate
- Create new MSSQLDelegate instance.
I
- INSERT_BLOB_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_CALENDAR - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_CRON_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_FIRED_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_JOB_DETAIL - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_JOB_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_PAUSED_TRIGGER_GROUP - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_SCHEDULER_STATE - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_SIMPLE_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_TRIGGER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- INSERT_TRIGGER_LISTENER - Static variable in interface org.quartz.impl.jdbcjobstore.StdJDBCConstants
- InvalidConfigurationException - exception org.quartz.impl.jdbcjobstore.InvalidConfigurationException.
- Exception class for when a driver delegate cannot be found for a given configuration, or lack thereof.
- InvalidConfigurationException(String) - Constructor for class org.quartz.impl.jdbcjobstore.InvalidConfigurationException
- InvalidConfigurationException() - Constructor for class org.quartz.impl.jdbcjobstore.InvalidConfigurationException
- init(Connection, List) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- initialize() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.ClusterManager
- initialize() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport.MisfireHandler
- initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
-
Called by the QuartzScheduler before the
JobStoreis used, in order to give the it a chance to initialize. - initialize(ClassLoadHelper, SchedulerSignaler) - Method in class org.quartz.impl.jdbcjobstore.JobStoreTX
- insertBlobTrigger(Connection, Trigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert the blob trigger data.
- insertBlobTrigger(Connection, Trigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert the blob trigger data.
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- insertCalendar(Connection, String, Calendar) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert a new calendar.
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
- Insert a new calendar.
- insertCalendar(Connection, String, Calendar) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert a new calendar.
- insertCronTrigger(Connection, CronTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert the cron trigger data.
- insertCronTrigger(Connection, CronTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert the cron trigger data.
- insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert a fired trigger.
- insertFiredTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert a fired trigger.
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- insertJobDetail(Connection, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert the job detail record.
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.PointbaseDelegate
- Insert the job detail record.
- insertJobDetail(Connection, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert the job detail record.
- insertJobListener(Connection, JobDetail, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Associate a listener with a job.
- insertJobListener(Connection, JobDetail, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Associate a listener with a job.
- insertPausedTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- insertPausedTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- insertSchedulerState(Connection, String, long, long, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert a scheduler-instance state record.
- insertSchedulerState(Connection, String, long, long, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- insertSimpleTrigger(Connection, SimpleTrigger) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert the simple trigger data.
- insertSimpleTrigger(Connection, SimpleTrigger) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert the simple trigger data.
- insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.DB2v7Delegate
- insertTrigger(Connection, Trigger, String, JobDetail) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Insert the base trigger data.
- insertTrigger(Connection, Trigger, String, JobDetail) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Insert the base trigger data.
- insertTriggerListener(Connection, Trigger, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Associate a listener with the given trigger.
- insertTriggerListener(Connection, Trigger, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Associate a listener with the given trigger.
- instanceId - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- instanceId - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- instanceName - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- isClustered - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- isClustered() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Get whether this instance is part of a cluster.
- isDontSetAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- isDontSetNonManagedTXConnectionAutoCommitFalse() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- isExistingTriggerGroup(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- isExistingTriggerGroup(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- isJobIsStateful() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- isJobRequestsRecovery() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- isJobStateful(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not the given job is stateful.
- isJobStateful(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not the given job is stateful.
- isLockOnInsert() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- isLockOwner(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.Semaphore
- Determine whether the calling thread owns a lock on the identified resource.
- isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- Determine whether the calling thread owns a lock on the identified resource.
- isLockOwner(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- Determine whether the calling thread owns a lock on the identified resource.
- isTriggerGroupPaused(Connection, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- isTriggerGroupPaused(Connection, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- isTriggerIsVolatile() - Method in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- isTxIsolationLevelReadCommitted() - Method in class org.quartz.impl.jdbcjobstore.JobStoreCMT
- isTxIsolationLevelSerializable() - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
J
- JobStoreCMT - class org.quartz.impl.jdbcjobstore.JobStoreCMT.
-
JobStoreCMTis meant to be used in an application-server environment that provides container-managed-transactions. - JobStoreCMT() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreCMT
- JobStoreSupport - class org.quartz.impl.jdbcjobstore.JobStoreSupport.
- Contains base functionality for JDBC-based JobStore implementations.
- JobStoreSupport() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport
- JobStoreSupport.ClusterManager - class org.quartz.impl.jdbcjobstore.JobStoreSupport.ClusterManager.
- JobStoreSupport.ClusterManager(JobStoreSupport) - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport.ClusterManager
- JobStoreSupport.MisfireHandler - class org.quartz.impl.jdbcjobstore.JobStoreSupport.MisfireHandler.
- JobStoreSupport.MisfireHandler(JobStoreSupport) - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreSupport.MisfireHandler
- JobStoreTX - class org.quartz.impl.jdbcjobstore.JobStoreTX.
-
JobStoreTXis meant to be used in a standalone environment. - JobStoreTX() - Constructor for class org.quartz.impl.jdbcjobstore.JobStoreTX
- jobExists(Connection, String, String) - Method in interface org.quartz.impl.jdbcjobstore.DriverDelegate
- Check whether or not the given job exists.
- jobExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- Check existence of a given job.
- jobExists(Connection, String, String) - Method in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate
- Check whether or not the given job exists.
- jobIsStateful - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- jobKey - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- jobRequestsRecovery - Variable in class org.quartz.impl.jdbcjobstore.FiredTriggerRecord
- js - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport.ClusterManager
- js - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport.MisfireHandler
L
- LOCK_CALENDAR_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- LOCK_JOB_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- LOCK_MISFIRE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- LOCK_STATE_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- LOCK_TRIGGER_ACCESS - Static variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- LockException - exception org.quartz.impl.jdbcjobstore.LockException.
- Exception class for when there is a failure obtaining or releasing a resource lock.
- LockException(String) - Constructor for class org.quartz.impl.jdbcjobstore.LockException
- LockException(String, Exception) - Constructor for class org.quartz.impl.jdbcjobstore.LockException
- lastCheckin - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- lastRecoverCount - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- lockHandler - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- lockOnInsert - Variable in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- lockOwners - Variable in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- lockOwners - Variable in class org.quartz.impl.jdbcjobstore.StdRowLockSemaphore
- locks - Variable in class org.quartz.impl.jdbcjobstore.SimpleSemaphore
- logWarnIfNonZero(int, String) - Method in class org.quartz.impl.jdbcjobstore.JobStoreSupport
- logger - Variable in class org.quartz.impl.jdbcjobstore.StdJDBCDelegate