Package | Description |
---|---|
org.quartz |
The main package of Quartz, containing the client-side interfaces.
|
org.quartz.impl.jdbcjobstore | |
org.quartz.listeners | |
org.quartz.utils |
Modifier and Type | Method and Description |
---|---|
Key |
Trigger.getKey() |
Key |
JobDetail.getKey() |
Modifier and Type | Method and Description |
---|---|
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.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.selectMisfiredTriggersInState(java.sql.Connection conn,
java.lang.String state,
long ts) |
Key |
StdJDBCDelegate.selectTriggerForFireTime(java.sql.Connection conn,
long fireTime)
Select the trigger that will be fired at the given fire time.
|
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.selectTriggersInState(java.sql.Connection conn,
java.lang.String state)
Select all of the triggers in a given state.
|
Key[] |
StdJDBCDelegate.selectVolatileJobs(java.sql.Connection conn) |
Key[] |
StdJDBCDelegate.selectVolatileTriggers(java.sql.Connection conn) |
Modifier and Type | Method and Description |
---|---|
void |
FiredTriggerRecord.setJobKey(Key key) |
void |
FiredTriggerRecord.setTriggerKey(Key key) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Key |
TriggerStatus.getJobKey() |
Key |
TriggerStatus.getKey() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerStatus.setJobKey(Key jobKey) |
void |
TriggerStatus.setKey(Key key) |