public class DriverDelegateWrapper extends Object implements org.quartz.impl.jdbcjobstore.DriverDelegate
| Constructor and Description |
|---|
DriverDelegateWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
calendarExists(Connection conn,
String calendarName) |
boolean |
calendarIsReferenced(Connection conn,
String calendarName) |
void |
clearData(Connection conn) |
int |
countMisfiredTriggersInState(Connection conn,
String state1,
long ts) |
int |
deleteAllPausedTriggerGroups(Connection conn) |
int |
deleteCalendar(Connection conn,
String calendarName) |
int |
deleteFiredTrigger(Connection conn,
String entryId) |
int |
deleteFiredTriggers(Connection conn) |
int |
deleteFiredTriggers(Connection conn,
String instanceId) |
int |
deleteJobDetail(Connection conn,
org.quartz.JobKey jobKey) |
int |
deletePausedTriggerGroup(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) |
int |
deletePausedTriggerGroup(Connection conn,
String groupName) |
int |
deleteSchedulerState(Connection conn,
String instanceId) |
int |
deleteTrigger(Connection conn,
org.quartz.TriggerKey triggerKey) |
boolean |
hasMisfiredTriggersInState(Connection conn,
String state1,
long ts,
int count,
List<org.quartz.TriggerKey> resultList) |
void |
initialize(org.slf4j.Logger logger,
String tablePrefix,
String schedName,
String instanceId,
org.quartz.spi.ClassLoadHelper classLoadHelper,
boolean useProperties,
String initString) |
int |
insertCalendar(Connection conn,
String calendarName,
org.quartz.Calendar calendar) |
int |
insertFiredTrigger(Connection conn,
org.quartz.spi.OperableTrigger trigger,
String state,
org.quartz.JobDetail jobDetail) |
int |
insertJobDetail(Connection conn,
org.quartz.JobDetail job) |
int |
insertPausedTriggerGroup(Connection conn,
String groupName) |
int |
insertSchedulerState(Connection conn,
String instanceId,
long checkInTime,
long interval) |
int |
insertTrigger(Connection conn,
org.quartz.spi.OperableTrigger trigger,
String state,
org.quartz.JobDetail jobDetail) |
boolean |
isExistingTriggerGroup(Connection conn,
String groupName) |
boolean |
isJobNonConcurrent(Connection conn,
org.quartz.JobKey jobKey) |
boolean |
isTriggerGroupPaused(Connection conn,
String groupName) |
boolean |
jobExists(Connection conn,
org.quartz.JobKey jobKey) |
org.quartz.Calendar |
selectCalendar(Connection conn,
String calendarName) |
List<String> |
selectCalendars(Connection conn) |
Set<String> |
selectFiredTriggerInstanceNames(Connection conn) |
List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> |
selectFiredTriggerRecords(Connection conn,
String triggerName,
String groupName) |
List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> |
selectFiredTriggerRecordsByJob(Connection conn,
String jobName,
String groupName) |
List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> |
selectInstancesFiredTriggerRecords(Connection conn,
String instanceName) |
SchedulerJobDetail |
selectJobDetail(Connection conn,
org.quartz.JobKey jobKey,
org.quartz.spi.ClassLoadHelper loadHelper) |
int |
selectJobExecutionCount(Connection conn,
org.quartz.JobKey jobKey) |
org.quartz.JobDetail |
selectJobForTrigger(Connection conn,
org.quartz.spi.ClassLoadHelper loadHelper,
org.quartz.TriggerKey triggerKey) |
org.quartz.JobDetail |
selectJobForTrigger(Connection conn,
org.quartz.spi.ClassLoadHelper loadHelper,
org.quartz.TriggerKey triggerKey,
boolean loadJobClass) |
List<String> |
selectJobGroups(Connection conn) |
Set<org.quartz.JobKey> |
selectJobsInGroup(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey> matcher) |
List<org.quartz.TriggerKey> |
selectMisfiredTriggers(Connection conn,
long ts) |
List<org.quartz.TriggerKey> |
selectMisfiredTriggersInGroupInState(Connection conn,
String groupName,
String state,
long ts) |
List<org.quartz.TriggerKey> |
selectMisfiredTriggersInState(Connection conn,
String state,
long ts) |
long |
selectNextFireTime(Connection conn) |
int |
selectNumCalendars(Connection conn) |
int |
selectNumJobs(Connection conn) |
int |
selectNumTriggers(Connection conn) |
int |
selectNumTriggersForJob(Connection conn,
org.quartz.JobKey jobKey) |
Set<String> |
selectPausedTriggerGroups(Connection conn) |
List<org.quartz.impl.jdbcjobstore.SchedulerStateRecord> |
selectSchedulerStateRecords(Connection conn,
String instanceId) |
org.quartz.spi.OperableTrigger |
selectTrigger(Connection conn,
org.quartz.TriggerKey triggerKey) |
org.quartz.utils.Key<?> |
selectTriggerForFireTime(Connection conn,
long fireTime) |
List<String> |
selectTriggerGroups(Connection conn) |
List<String> |
selectTriggerGroups(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) |
org.quartz.JobDataMap |
selectTriggerJobDataMap(Connection conn,
String triggerName,
String groupName) |
List<org.quartz.TriggerKey> |
selectTriggerKeysForJob(Connection conn,
org.quartz.JobKey jobKey) |
List<org.quartz.spi.OperableTrigger> |
selectTriggersForCalendar(Connection conn,
String calName) |
List<org.quartz.spi.OperableTrigger> |
selectTriggersForJob(Connection conn,
org.quartz.JobKey jobKey) |
List<org.quartz.spi.OperableTrigger> |
selectTriggersForRecoveringJobs(Connection conn) |
Set<org.quartz.TriggerKey> |
selectTriggersInGroup(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) |
List<org.quartz.TriggerKey> |
selectTriggersInState(Connection conn,
String state) |
String |
selectTriggerState(Connection conn,
org.quartz.TriggerKey triggerKey) |
org.quartz.impl.jdbcjobstore.TriggerStatus |
selectTriggerStatus(Connection conn,
org.quartz.TriggerKey triggerKey) |
List<org.quartz.TriggerKey> |
selectTriggerToAcquire(Connection conn,
long noLaterThan,
long noEarlierThan) |
List<org.quartz.TriggerKey> |
selectTriggerToAcquire(Connection conn,
long noLaterThan,
long noEarlierThan,
int maxCount) |
boolean |
triggerExists(Connection conn,
org.quartz.TriggerKey triggerKey) |
int |
updateCalendar(Connection conn,
String calendarName,
org.quartz.Calendar calendar) |
int |
updateFiredTrigger(Connection conn,
org.quartz.spi.OperableTrigger trigger,
String state,
org.quartz.JobDetail jobDetail) |
int |
updateJobData(Connection conn,
org.quartz.JobDetail job) |
int |
updateJobDetail(Connection conn,
org.quartz.JobDetail job) |
int |
updateSchedulerState(Connection conn,
String instanceId,
long checkInTime) |
int |
updateTrigger(Connection conn,
org.quartz.spi.OperableTrigger trigger,
String state,
org.quartz.JobDetail jobDetail) |
int |
updateTriggerGroupStateFromOtherState(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher,
String newState,
String oldState) |
int |
updateTriggerGroupStateFromOtherStates(Connection conn,
org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher,
String newState,
String oldState1,
String oldState2,
String oldState3) |
int |
updateTriggerState(Connection conn,
org.quartz.TriggerKey triggerKey,
String state) |
int |
updateTriggerStateFromOtherState(Connection conn,
org.quartz.TriggerKey triggerKey,
String newState,
String oldState) |
int |
updateTriggerStateFromOtherStates(Connection conn,
org.quartz.TriggerKey triggerKey,
String newState,
String oldState1,
String oldState2,
String oldState3) |
int |
updateTriggerStatesForJob(Connection conn,
org.quartz.JobKey jobKey,
String state) |
int |
updateTriggerStatesForJobFromOtherState(Connection conn,
org.quartz.JobKey jobKey,
String state,
String oldState) |
int |
updateTriggerStatesFromOtherStates(Connection conn,
String newState,
String oldState1,
String oldState2) |
public void initialize(org.slf4j.Logger logger,
String tablePrefix,
String schedName,
String instanceId,
org.quartz.spi.ClassLoadHelper classLoadHelper,
boolean useProperties,
String initString)
throws org.quartz.impl.jdbcjobstore.NoSuchDelegateException
initialize in interface org.quartz.impl.jdbcjobstore.DriverDelegateorg.quartz.impl.jdbcjobstore.NoSuchDelegateExceptionpublic SchedulerJobDetail selectJobDetail(Connection conn, org.quartz.JobKey jobKey, org.quartz.spi.ClassLoadHelper loadHelper) throws ClassNotFoundException, IOException, SQLException
selectJobDetail in interface org.quartz.impl.jdbcjobstore.DriverDelegateClassNotFoundExceptionIOExceptionSQLExceptionpublic int updateTriggerStatesFromOtherStates(Connection conn, String newState, String oldState1, String oldState2) throws SQLException
updateTriggerStatesFromOtherStates in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectMisfiredTriggers(Connection conn, long ts) throws SQLException
selectMisfiredTriggers in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectMisfiredTriggersInState(Connection conn, String state, long ts) throws SQLException
selectMisfiredTriggersInState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic boolean hasMisfiredTriggersInState(Connection conn, String state1, long ts, int count, List<org.quartz.TriggerKey> resultList) throws SQLException
hasMisfiredTriggersInState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int countMisfiredTriggersInState(Connection conn, String state1, long ts) throws SQLException
countMisfiredTriggersInState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectMisfiredTriggersInGroupInState(Connection conn, String groupName, String state, long ts) throws SQLException
selectMisfiredTriggersInGroupInState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.spi.OperableTrigger> selectTriggersForRecoveringJobs(Connection conn) throws SQLException, IOException, ClassNotFoundException
selectTriggersForRecoveringJobs in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionIOExceptionClassNotFoundExceptionpublic int deleteFiredTriggers(Connection conn) throws SQLException
deleteFiredTriggers in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteFiredTriggers(Connection conn, String instanceId) throws SQLException
deleteFiredTriggers in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertJobDetail(Connection conn, org.quartz.JobDetail job) throws IOException, SQLException
insertJobDetail in interface org.quartz.impl.jdbcjobstore.DriverDelegateIOExceptionSQLExceptionpublic int updateJobDetail(Connection conn, org.quartz.JobDetail job) throws IOException, SQLException
updateJobDetail in interface org.quartz.impl.jdbcjobstore.DriverDelegateIOExceptionSQLExceptionpublic List<org.quartz.TriggerKey> selectTriggerKeysForJob(Connection conn, org.quartz.JobKey jobKey) throws SQLException
selectTriggerKeysForJob in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteJobDetail(Connection conn, org.quartz.JobKey jobKey) throws SQLException
deleteJobDetail in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic boolean isJobNonConcurrent(Connection conn, org.quartz.JobKey jobKey) throws SQLException
isJobNonConcurrent in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic boolean jobExists(Connection conn, org.quartz.JobKey jobKey) throws SQLException
jobExists in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateJobData(Connection conn, org.quartz.JobDetail job) throws IOException, SQLException
updateJobData in interface org.quartz.impl.jdbcjobstore.DriverDelegateIOExceptionSQLExceptionpublic int selectNumJobs(Connection conn) throws SQLException
selectNumJobs in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<String> selectJobGroups(Connection conn) throws SQLException
selectJobGroups in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic Set<org.quartz.JobKey> selectJobsInGroup(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.JobKey> matcher) throws SQLException
selectJobsInGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertTrigger(Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail) throws SQLException, IOException
insertTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionIOExceptionpublic int updateTrigger(Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail) throws SQLException, IOException
updateTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionIOExceptionpublic boolean triggerExists(Connection conn, org.quartz.TriggerKey triggerKey) throws SQLException
triggerExists in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerState(Connection conn, org.quartz.TriggerKey triggerKey, String state) throws SQLException
updateTriggerState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerStateFromOtherState(Connection conn, org.quartz.TriggerKey triggerKey, String newState, String oldState) throws SQLException
updateTriggerStateFromOtherState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerStateFromOtherStates(Connection conn, org.quartz.TriggerKey triggerKey, String newState, String oldState1, String oldState2, String oldState3) throws SQLException
updateTriggerStateFromOtherStates in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerGroupStateFromOtherStates(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher, String newState, String oldState1, String oldState2, String oldState3) throws SQLException
updateTriggerGroupStateFromOtherStates in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerGroupStateFromOtherState(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher, String newState, String oldState) throws SQLException
updateTriggerGroupStateFromOtherState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerStatesForJob(Connection conn, org.quartz.JobKey jobKey, String state) throws SQLException
updateTriggerStatesForJob in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateTriggerStatesForJobFromOtherState(Connection conn, org.quartz.JobKey jobKey, String state, String oldState) throws SQLException
updateTriggerStatesForJobFromOtherState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteTrigger(Connection conn, org.quartz.TriggerKey triggerKey) throws SQLException
deleteTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int selectNumTriggersForJob(Connection conn, org.quartz.JobKey jobKey) throws SQLException
selectNumTriggersForJob in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic org.quartz.JobDetail selectJobForTrigger(Connection conn, org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.TriggerKey triggerKey) throws ClassNotFoundException, SQLException
selectJobForTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateClassNotFoundExceptionSQLExceptionpublic org.quartz.JobDetail selectJobForTrigger(Connection conn, org.quartz.spi.ClassLoadHelper loadHelper, org.quartz.TriggerKey triggerKey, boolean loadJobClass) throws ClassNotFoundException, SQLException
selectJobForTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateClassNotFoundExceptionSQLExceptionpublic List<org.quartz.spi.OperableTrigger> selectTriggersForJob(Connection conn, org.quartz.JobKey jobKey) throws SQLException, ClassNotFoundException, IOException, org.quartz.JobPersistenceException
selectTriggersForJob in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionClassNotFoundExceptionIOExceptionorg.quartz.JobPersistenceExceptionpublic List<org.quartz.spi.OperableTrigger> selectTriggersForCalendar(Connection conn, String calName) throws SQLException, ClassNotFoundException, IOException, org.quartz.JobPersistenceException
selectTriggersForCalendar in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionClassNotFoundExceptionIOExceptionorg.quartz.JobPersistenceExceptionpublic org.quartz.spi.OperableTrigger selectTrigger(Connection conn, org.quartz.TriggerKey triggerKey) throws SQLException, ClassNotFoundException, IOException, org.quartz.JobPersistenceException
selectTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionClassNotFoundExceptionIOExceptionorg.quartz.JobPersistenceExceptionpublic org.quartz.JobDataMap selectTriggerJobDataMap(Connection conn, String triggerName, String groupName) throws SQLException, ClassNotFoundException, IOException
selectTriggerJobDataMap in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionClassNotFoundExceptionIOExceptionpublic String selectTriggerState(Connection conn, org.quartz.TriggerKey triggerKey) throws SQLException
selectTriggerState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic org.quartz.impl.jdbcjobstore.TriggerStatus selectTriggerStatus(Connection conn, org.quartz.TriggerKey triggerKey) throws SQLException
selectTriggerStatus in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int selectNumTriggers(Connection conn) throws SQLException
selectNumTriggers in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<String> selectTriggerGroups(Connection conn) throws SQLException
selectTriggerGroups in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<String> selectTriggerGroups(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) throws SQLException
selectTriggerGroups in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic Set<org.quartz.TriggerKey> selectTriggersInGroup(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) throws SQLException
selectTriggersInGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectTriggersInState(Connection conn, String state) throws SQLException
selectTriggersInState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertPausedTriggerGroup(Connection conn, String groupName) throws SQLException
insertPausedTriggerGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deletePausedTriggerGroup(Connection conn, String groupName) throws SQLException
deletePausedTriggerGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deletePausedTriggerGroup(Connection conn, org.quartz.impl.matchers.GroupMatcher<org.quartz.TriggerKey> matcher) throws SQLException
deletePausedTriggerGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteAllPausedTriggerGroups(Connection conn) throws SQLException
deleteAllPausedTriggerGroups in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic boolean isTriggerGroupPaused(Connection conn, String groupName) throws SQLException
isTriggerGroupPaused in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic Set<String> selectPausedTriggerGroups(Connection conn) throws SQLException
selectPausedTriggerGroups in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic boolean isExistingTriggerGroup(Connection conn, String groupName) throws SQLException
isExistingTriggerGroup in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertCalendar(Connection conn, String calendarName, org.quartz.Calendar calendar) throws IOException, SQLException
insertCalendar in interface org.quartz.impl.jdbcjobstore.DriverDelegateIOExceptionSQLExceptionpublic int updateCalendar(Connection conn, String calendarName, org.quartz.Calendar calendar) throws IOException, SQLException
updateCalendar in interface org.quartz.impl.jdbcjobstore.DriverDelegateIOExceptionSQLExceptionpublic boolean calendarExists(Connection conn, String calendarName) throws SQLException
calendarExists in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic org.quartz.Calendar selectCalendar(Connection conn, String calendarName) throws ClassNotFoundException, IOException, SQLException
selectCalendar in interface org.quartz.impl.jdbcjobstore.DriverDelegateClassNotFoundExceptionIOExceptionSQLExceptionpublic boolean calendarIsReferenced(Connection conn, String calendarName) throws SQLException
calendarIsReferenced in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteCalendar(Connection conn, String calendarName) throws SQLException
deleteCalendar in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int selectNumCalendars(Connection conn) throws SQLException
selectNumCalendars in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<String> selectCalendars(Connection conn) throws SQLException
selectCalendars in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic long selectNextFireTime(Connection conn) throws SQLException
selectNextFireTime in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic org.quartz.utils.Key<?> selectTriggerForFireTime(Connection conn, long fireTime) throws SQLException
selectTriggerForFireTime in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectTriggerToAcquire(Connection conn, long noLaterThan, long noEarlierThan) throws SQLException
selectTriggerToAcquire in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.TriggerKey> selectTriggerToAcquire(Connection conn, long noLaterThan, long noEarlierThan, int maxCount) throws SQLException
selectTriggerToAcquire in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertFiredTrigger(Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail) throws SQLException
insertFiredTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateFiredTrigger(Connection conn, org.quartz.spi.OperableTrigger trigger, String state, org.quartz.JobDetail jobDetail) throws SQLException
updateFiredTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> selectFiredTriggerRecords(Connection conn, String triggerName, String groupName) throws SQLException
selectFiredTriggerRecords in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> selectFiredTriggerRecordsByJob(Connection conn, String jobName, String groupName) throws SQLException
selectFiredTriggerRecordsByJob in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.impl.jdbcjobstore.FiredTriggerRecord> selectInstancesFiredTriggerRecords(Connection conn, String instanceName) throws SQLException
selectInstancesFiredTriggerRecords in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic Set<String> selectFiredTriggerInstanceNames(Connection conn) throws SQLException
selectFiredTriggerInstanceNames in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteFiredTrigger(Connection conn, String entryId) throws SQLException
deleteFiredTrigger in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int selectJobExecutionCount(Connection conn, org.quartz.JobKey jobKey) throws SQLException
selectJobExecutionCount in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int insertSchedulerState(Connection conn, String instanceId, long checkInTime, long interval) throws SQLException
insertSchedulerState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int deleteSchedulerState(Connection conn, String instanceId) throws SQLException
deleteSchedulerState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic int updateSchedulerState(Connection conn, String instanceId, long checkInTime) throws SQLException
updateSchedulerState in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic List<org.quartz.impl.jdbcjobstore.SchedulerStateRecord> selectSchedulerStateRecords(Connection conn, String instanceId) throws SQLException
selectSchedulerStateRecords in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionpublic void clearData(Connection conn) throws SQLException
clearData in interface org.quartz.impl.jdbcjobstore.DriverDelegateSQLExceptionCopyright © 2019. All rights reserved.