|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulableAction
The scheduling details for an action, normally used
via ScheduledPersistedAction
Nested Class Summary | |
---|---|
static class |
SchedulableAction.IntervalPeriod
|
Method Summary | |
---|---|
java.lang.Integer |
getScheduleIntervalCount()
How many SchedulableAction.getScheduleIntervalPeriod() periods
should we wait between executions?
Will be null if the action isn't scheduled to
be repeated. |
SchedulableAction.IntervalPeriod |
getScheduleIntervalPeriod()
How long are SchedulableAction.getScheduleIntervalCount() counts
measured in? |
java.util.Date |
getScheduleStart()
Get the first date that the action should be run on or after, or null if it should start shortly after each startup. |
void |
setScheduleIntervalCount(java.lang.Integer count)
Sets how many periods should be waited between each execution, or null if it shouldn't be repeated. |
void |
setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)
Sets the interval period |
void |
setScheduleStart(java.util.Date startDate)
Sets the first date that the action should be run on or after. |
Method Detail |
---|
java.util.Date getScheduleStart()
void setScheduleStart(java.util.Date startDate)
java.lang.Integer getScheduleIntervalCount()
SchedulableAction.getScheduleIntervalPeriod()
periods
should we wait between executions?
Will be null if the action isn't scheduled to
be repeated.
void setScheduleIntervalCount(java.lang.Integer count)
SchedulableAction.IntervalPeriod getScheduleIntervalPeriod()
SchedulableAction.getScheduleIntervalCount()
counts
measured in?
void setScheduleIntervalPeriod(SchedulableAction.IntervalPeriod period)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |