|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<SchedulerStateRecord> |
JobStoreSupport.clusterCheckIn(java.sql.Connection conn)
|
protected java.util.List<SchedulerStateRecord> |
JobStoreSupport.findFailedInstances(java.sql.Connection conn)
Get a list of all scheduler instances in the cluster that may have failed. |
java.util.List<SchedulerStateRecord> |
StdJDBCDelegate.selectSchedulerStateRecords(java.sql.Connection conn,
java.lang.String instanceId)
|
java.util.List<SchedulerStateRecord> |
DriverDelegate.selectSchedulerStateRecords(java.sql.Connection conn,
java.lang.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(java.sql.Connection conn,
java.util.List<SchedulerStateRecord> failedInstances)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |