Uses of Class
org.quartz.impl.jdbcjobstore.SchedulerStateRecord

Packages that use SchedulerStateRecord
org.quartz.impl.jdbcjobstore   
 

Uses of SchedulerStateRecord in org.quartz.impl.jdbcjobstore
 

Methods in org.quartz.impl.jdbcjobstore that return types with arguments of type SchedulerStateRecord
protected  List<SchedulerStateRecord> JobStoreSupport.clusterCheckIn(Connection conn)
           
protected  List<SchedulerStateRecord> JobStoreSupport.findFailedInstances(Connection conn)
          Get a list of all scheduler instances in the cluster that may have failed.
 List<SchedulerStateRecord> StdJDBCDelegate.selectSchedulerStateRecords(Connection conn, String theInstanceId)
           
 List<SchedulerStateRecord> DriverDelegate.selectSchedulerStateRecords(Connection conn, String instanceId)
           A List of all current SchedulerStateRecords.
 

Methods in org.quartz.impl.jdbcjobstore with parameters of type SchedulerStateRecord
protected  long JobStoreSupport.calcFailedIfAfter(SchedulerStateRecord rec)
           
 

Method parameters in org.quartz.impl.jdbcjobstore with type arguments of type SchedulerStateRecord
protected  void JobStoreSupport.clusterRecover(Connection conn, List<SchedulerStateRecord> failedInstances)
           
 



Copyright 2001-2019, Terracotta, Inc.