JavaScript is disabled on your browser.
All Superinterfaces:
Trigger
All Known Implementing Classes:
UnixCronTrigger
public interface CronTrigger
extends Trigger
Author:
Matthieu Chaffotte
Method Summary
All Methods Instance Methods Abstract Methods
Returns when the trigger ends.
Returns the expression as a unix-like cron expressions
"* * * * * ?"
1.
Method Details
getExpression
Returns the expression as a unix-like cron expressions
"* * * * * ?"
1. seconds
2. minutes
3. hours
4. day of the month
5. month
6 day of the week
7 year (optional)
Returns:
a unix-like CRON expression
getEndDate
Returns when the trigger ends. It can be null which means that the trigger never ends
Returns: