|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.schedule.ScheduleExecution
com.inet.report.schedule.DailyExecution
public class DailyExecution
An ExecutionTimeProvider which can be described in the form "Run the task every ___ days at ____ o'clock."
To create a DailyExecution object, use createDailyExecution
from the class ScheduleExecutionFactory.
Once created, you can set the "day step size" (every ___ days), in addition to changing time of day and hour
range, methods in the super class ScheduleExecution.
OneDayExecution,
WeeklyExecution,
MonthlyExecution,
ScheduleExecutionFactory,
ScheduleExecution,
ExecutionTimeProvider| Method Summary | |
|---|---|
int |
getDayStepSize()
Returns the current day step size for this object, set either while creating this object or with the method setDayStepSize. |
void |
setDayStepSize(int dayStepSize)
Sets the day step size for this execution time provider - the value must be 1 or greater. |
| Methods inherited from class com.inet.report.schedule.ScheduleExecution |
|---|
getEndDate, getHour, getHourRange, getLoopCount, getMinute, getNextExecutionTime, getStartDate, setEndDate, setHourRange, setHourRange, setLoopCount, setStartDate, setStartTime |
| Method Detail |
|---|
public void setDayStepSize(int dayStepSize)
throws ScheduleException
dayStepSize - The day step size for this execution time provider
ScheduleException - If the step size is illegal, i.e. if it is negative
or 0.getDayStepSize()public int getDayStepSize()
setDayStepSize(int)
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||