| Interface | Description |
|---|---|
| CronTrigger |
The public interface for inspecting settings specific to a CronTrigger, .
|
| MutableTrigger |
Defines the setters for Trigger
|
| OperableTrigger | |
| SimpleTrigger |
A
that is used to fire a Job at a given moment in time, and optionally repeated at a specified interval. |
| Trigger |
The base interface with properties common to all
Triggers - use TriggerBuilder to instantiate an actual Trigger. |
| Class | Description |
|---|---|
| AbstractTrigger |
The base abstract class to be extended by all
Triggers. |
| CronExpression |
Provides a parser and evaluator for unix-like cron expressions.
|
| CronTriggerImpl | |
| SimpleTriggerImpl | |
| Trigger.TriggerTimeComparator |
A Comparator that compares trigger's next fire times, or in other words, sorts them according to earliest next fire time.
|
| Enum | Description |
|---|---|
| Trigger.CompletedExecutionInstruction |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.