| Package | Description |
|---|---|
| com.helger.quartz |
The main package of Quartz, containing the client-side interfaces.
|
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| com.helger.quartz.spi |
Contains Service Provider Interfaces that can be implemented by those
wishing to create and use custom versions of Quartz back-end/behind-the-scenes
services.
|
| Modifier and Type | Method and Description |
|---|---|
ITrigger.EMisfireInstruction |
ITrigger.getMisfireInstruction()
Get the instruction the
Scheduler should be given for handling
misfire situations for this Trigger- the concrete
Trigger type that you are using will have defined a set of
additional MISFIRE_INSTRUCTION_XXX constants that may be set
as this property's value. |
static ITrigger.EMisfireInstruction |
ITrigger.EMisfireInstruction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITrigger.EMisfireInstruction[] |
ITrigger.EMisfireInstruction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ITrigger.EMisfireInstruction |
AbstractTrigger.getMisfireInstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTrigger.setMisfireInstruction(ITrigger.EMisfireInstruction misfireInstruction) |
protected abstract boolean |
AbstractTrigger.validateMisfireInstruction(ITrigger.EMisfireInstruction candidateMisfireInstruction) |
protected boolean |
CalendarIntervalTrigger.validateMisfireInstruction(ITrigger.EMisfireInstruction misfireInstruction) |
protected boolean |
CronTrigger.validateMisfireInstruction(ITrigger.EMisfireInstruction misfireInstruction) |
protected boolean |
DailyTimeIntervalTrigger.validateMisfireInstruction(ITrigger.EMisfireInstruction misfireInstruction) |
protected boolean |
SimpleTrigger.validateMisfireInstruction(ITrigger.EMisfireInstruction misfireInstruction) |
| Modifier and Type | Method and Description |
|---|---|
void |
IMutableTrigger.setMisfireInstruction(ITrigger.EMisfireInstruction eMisfireInstruction)
Set the instruction the
Scheduler should be given for handling
misfire situations for this Trigger- the concrete
Trigger type that you are using will have defined a set of
additional MISFIRE_INSTRUCTION_XXX constants that may be
passed to this method. |
Copyright © 2016–2021 Philip Helger. All rights reserved.