| Package | Description |
|---|---|
| org.knowm.sundial | |
| org.quartz | |
| org.quartz.core | |
| org.quartz.exceptions | |
| org.quartz.listeners | |
| org.quartz.triggers |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<Trigger>> |
SundialJobScheduler.getAllJobsAndTriggers()
Generates a Map of all Job names with corresponding Triggers
|
| Modifier and Type | Method and Description |
|---|---|
Trigger |
QuartzScheduler.getTrigger(String triggerKey)
Get the
instance with the given name and group. |
| Modifier and Type | Method and Description |
|---|---|
List<Trigger> |
QuartzScheduler.getTriggersOfJob(String jobKey)
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzScheduler.notifySchedulerListenersFinalized(Trigger trigger) |
void |
QuartzScheduler.notifyTriggerListenersMisfired(Trigger trigger) |
| Modifier and Type | Method and Description |
|---|---|
Trigger |
JobExecutionContextImpl.getTrigger() |
Trigger |
JobExecutionContext.getTrigger()
Get a handle to the
Trigger instance that fired the Job. |
Trigger |
Scheduler.getTrigger(String triggerKey)
Get the
instance with the given key. |
| Modifier and Type | Method and Description |
|---|---|
List<Trigger> |
RAMJobStore.getTriggersForJob(String jobKey)
Get all of the Triggers that are associated to the given Job.
|
List<Trigger> |
JobStore.getTriggersForJob(String jobKey)
Get all of the Triggers that are associated to the given Job.
|
List<Trigger> |
Scheduler.getTriggersOfJob(String jobKey)
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerSignalerImpl.notifySchedulerListenersFinalized(Trigger trigger) |
void |
SchedulerSignaler.notifySchedulerListenersFinalized(Trigger trigger) |
void |
SchedulerSignalerImpl.notifyTriggerListenersMisfired(Trigger trigger) |
void |
SchedulerSignaler.notifyTriggerListenersMisfired(Trigger trigger) |
| Constructor and Description |
|---|
ObjectAlreadyExistsException(Trigger offendingTrigger)
Create a
ObjectAlreadyExistsException and auto-generate a message using the name/group from the given Trigger. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerListenerSupport.jobScheduled(Trigger trigger) |
void |
SchedulerListener.jobScheduled(Trigger trigger)
|
void |
TriggerListener.triggerComplete(Trigger trigger,
JobExecutionContext context,
Trigger.CompletedExecutionInstruction triggerInstructionCode)
|
void |
SchedulerListenerSupport.triggerFinalized(Trigger trigger) |
void |
SchedulerListener.triggerFinalized(Trigger trigger)
|
void |
TriggerListener.triggerFired(Trigger trigger,
JobExecutionContext context)
|
void |
TriggerListener.triggerMisfired(Trigger trigger)
|
boolean |
TriggerListener.vetoJobExecution(Trigger trigger,
JobExecutionContext context)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CronTrigger
The public interface for inspecting settings specific to a CronTrigger, .
|
interface |
MutableTrigger
Defines the setters for Trigger
|
interface |
OperableTrigger |
interface |
SimpleTrigger
A
that is used to fire a Job at a given moment in time, and optionally repeated at a specified interval. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrigger
The base abstract class to be extended by all
Triggers. |
class |
CronTriggerImpl
|
class |
SimpleTriggerImpl
|
| Modifier and Type | Method and Description |
|---|---|
int |
Trigger.TriggerTimeComparator.compare(Trigger trig1,
Trigger trig2) |
int |
AbstractTrigger.compareTo(Trigger other)
Compare the next fire time of this
Trigger to that of another by comparing their keys, or in other words, sorts them according to
the natural (i.e. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.