|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Key | |
---|---|
org.quartz | The main package of Quartz, containing the client-side interfaces. |
org.quartz.impl.jdbcjobstore | |
org.quartz.listeners | |
org.quartz.utils |
Uses of Key in org.quartz |
---|
Methods in org.quartz that return Key | |
---|---|
Key |
Trigger.getKey()
|
Key |
JobDetail.getKey()
|
Uses of Key in org.quartz.impl.jdbcjobstore |
---|
Methods in org.quartz.impl.jdbcjobstore that return Key | |
---|---|
Key |
FiredTriggerRecord.getJobKey()
|
Key |
FiredTriggerRecord.getTriggerKey()
|
Key[] |
StdJDBCDelegate.selectMisfiredTriggers(Connection conn,
long ts)
Get the names of all of the triggers that have misfired. |
Key[] |
StdJDBCDelegate.selectMisfiredTriggersInGroupInState(Connection conn,
String groupName,
String state,
long ts)
Get the names of all of the triggers in the given group and state that have misfired. |
Key[] |
StdJDBCDelegate.selectMisfiredTriggersInState(Connection conn,
String state,
long ts)
|
Key |
StdJDBCDelegate.selectTriggerForFireTime(Connection conn,
long fireTime)
Select the trigger that will be fired at the given fire time. |
Key[] |
StdJDBCDelegate.selectTriggerNamesForJob(Connection conn,
String jobName,
String groupName)
Get the names of all of the triggers associated with the given job. |
Key[] |
StdJDBCDelegate.selectTriggersInState(Connection conn,
String state)
Select all of the triggers in a given state. |
Key[] |
StdJDBCDelegate.selectVolatileJobs(Connection conn)
|
Key[] |
StdJDBCDelegate.selectVolatileTriggers(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.listeners |
---|
Methods in org.quartz.listeners with parameters of type Key | |
---|---|
void |
JobChainingJobListener.addJobChainLink(Key firstJob,
Key secondJob)
Add a chain mapping - when the Job identified by the first key completes the job identified by the second key will be triggered. |
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 Enterprise Job Scheduler Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |