|
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.ExecutedTask
public class ExecutedTask
This class stores information about the task which has been executed. You
will get all information about the reports and their properties. Therefore
this class has a list of all executed reports. You can also get the original
ScheduleTask instance.
If an action is executed it will always get an instance of ExecutedTask as
parameter.
An executed task will will always have at least one ExecutedReport. The
number will be equal to the number of ScheduleReports of the original
ScheduleTask. Each ExecutedReport again will have at least one
ExecutedInstance. If a DynamicProperties class was defined for the original
ScheduleReport the number of ExecutedReports can be greater than one.
Otherwise it will be always 1.
| Method Summary | |
|---|---|
ExecutedReport |
getReport(int index)
Returns the report with the given index of this task. |
int |
getReportCount()
Returns the number of reports defined for the task. |
ScheduleTask |
getTask()
Returns the task which is now executing and so represented by this ExecutedTask. |
| Method Detail |
|---|
public ScheduleTask getTask()
public int getReportCount()
getReport(int)public ExecutedReport getReport(int index)
index - The index within the list of the reports. The index has
to be: 0<index<getReportCount()
getReportCount()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||