| Package | Description |
|---|---|
| com.helger.quartz.impl.triggers |
This package contains Trigger implementations that ship with Quartz.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTrigger<IMPLTYPE extends AbstractTrigger<IMPLTYPE>>
The base abstract class to be extended by all
Triggers. |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarIntervalTrigger
A concrete
that is used to
fire a based upon repeating
calendar time intervals. |
class |
CronTrigger
A concrete
that is used to
fire a at given moments in
time, defined with Unix 'cron-like' definitions. |
class |
DailyTimeIntervalTrigger
A concrete implementation of DailyTimeIntervalTrigger that is used to fire a
based upon daily repeating
time intervals. |
class |
SimpleTrigger
A concrete
that is used to
fire a at a given moment in
time, and optionally repeated at a specified interval. |
| Constructor and Description |
|---|
AbstractTrigger(AbstractTrigger<IMPLTYPE> aOther)
Copy constructor
|
Copyright © 2016–2021 Philip Helger. All rights reserved.