|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the message typepublic interface Reporter<T extends Message>
Reporter interface
Method Summary | |
---|---|
void |
setStartTime(Date starttime)
Set the start time of the report. |
void |
setSuccess(boolean success)
Set if the task was successful. |
void |
setSummary(String summary)
Set the summary message of the report. |
void |
setTimestamp(Date timestamp)
Set the report time |
Methods inherited from interface eu.esdihumboldt.hale.common.core.report.Report |
---|
getErrors, getInfos, getMessageType, getStartTime, getSummary, getTaskName, getTimestamp, getWarnings, isSuccess |
Methods inherited from interface eu.esdihumboldt.hale.common.core.report.ReportLog |
---|
error, info, warn |
Method Detail |
---|
void setSuccess(boolean success)
success
- if the task was successfulvoid setSummary(String summary)
summary
- the summary to set, if null
the report will
revert to the default summary.void setTimestamp(Date timestamp)
timestamp
- the timestampvoid setStartTime(Date starttime)
Report.getTimestamp()
can be seen as an end time and used
to compute a duration.
starttime
- the starttime
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |