|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
org.quartz.impl.jdbcjobstore | |
org.quartz.utils |
Uses of Key in org.quartz.impl.jdbcjobstore |
Methods in org.quartz.impl.jdbcjobstore that return Key | |
Key[] |
DriverDelegate.selectMisfiredTriggers(java.sql.Connection conn,
long ts)
Get the names of all of the triggers that have misfired - according to the given timestamp. |
Key[] |
DriverDelegate.selectMisfiredTriggersInState(java.sql.Connection conn,
java.lang.String state,
long ts)
Get the names of all of the triggers in the given state that have misfired - according to the given timestamp. |
Key[] |
DriverDelegate.selectMisfiredTriggersInGroupInState(java.sql.Connection conn,
java.lang.String groupName,
java.lang.String state,
long ts)
Get the names of all of the triggers in the given group and state that have misfired - according to the given timestamp. |
Key[] |
DriverDelegate.selectVolatileTriggers(java.sql.Connection conn)
Get the names of all of the triggers that are volatile. |
Key[] |
DriverDelegate.selectVolatileJobs(java.sql.Connection conn)
Get the names of all of the jobs that are volatile. |
Key[] |
DriverDelegate.selectTriggerNamesForJob(java.sql.Connection conn,
java.lang.String jobName,
java.lang.String groupName)
Get the names of all of the triggers associated with the given job. |
Key[] |
DriverDelegate.selectTriggersInState(java.sql.Connection conn,
java.lang.String state)
Select all of the triggers in a given state. |
Key |
DriverDelegate.selectTriggerForFireTime(java.sql.Connection conn,
long fireTime)
Select the trigger that will be fired at the given fire time. |
Key |
FiredTriggerRecord.getJobKey()
|
Key |
FiredTriggerRecord.getTriggerKey()
|
Key[] |
StdJDBCDelegate.selectMisfiredTriggers(java.sql.Connection conn,
long ts)
Get the names of all of the triggers that have misfired. |
Key[] |
StdJDBCDelegate.selectTriggersInState(java.sql.Connection conn,
java.lang.String state)
Select all of the triggers in a given state. |
Key[] |
StdJDBCDelegate.selectMisfiredTriggersInState(java.sql.Connection conn,
java.lang.String state,
long ts)
|
Key[] |
StdJDBCDelegate.selectMisfiredTriggersInGroupInState(java.sql.Connection conn,
java.lang.String groupName,
java.lang.String state,
long ts)
Get the names of all of the triggers in the given group and state that have misfired. |
Key[] |
StdJDBCDelegate.selectTriggerNamesForJob(java.sql.Connection conn,
java.lang.String jobName,
java.lang.String groupName)
Get the names of all of the triggers associated with the given job. |
Key |
StdJDBCDelegate.selectTriggerForFireTime(java.sql.Connection conn,
long fireTime)
Select the trigger that will be fired at the given fire time. |
Key[] |
StdJDBCDelegate.selectVolatileTriggers(java.sql.Connection conn)
|
Key[] |
StdJDBCDelegate.selectVolatileJobs(java.sql.Connection conn)
|
Key[] |
DB2v7Delegate.selectVolatileTriggers(java.sql.Connection conn)
|
Key[] |
DB2v7Delegate.selectVolatileJobs(java.sql.Connection conn)
|
Methods in org.quartz.impl.jdbcjobstore with parameters of type Key | |
void |
FiredTriggerRecord.setJobKey(Key key)
|
void |
FiredTriggerRecord.setTriggerKey(Key key)
|
Uses of Key in org.quartz.utils |
Methods in org.quartz.utils that return Key | |
Key |
TriggerStatus.getJobKey()
|
Key |
TriggerStatus.getKey()
|
Methods in org.quartz.utils with parameters of type Key | |
void |
TriggerStatus.setJobKey(Key jobKey)
|
void |
TriggerStatus.setKey(Key key)
|
|
Quartz Project Page | ||||||||||
PREV NEXT | FRAMES NO FRAMES |