|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IReporter
A reporter. The reporter should extract information to final dump.
| Method Summary | |
|---|---|
void |
analyse(IResultSet result,
Map<String,Object> model)
Add information to the reporter. |
void |
report(SRServices services)
Dump report information. |
String |
resume(SRServices services)
Short information about report. |
| Method Detail |
|---|
void analyse(IResultSet result,
Map<String,Object> model)
result - The result.model - The model.String resume(SRServices services)
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.
void report(SRServices services)
services - The services instance to be used. This is required, since
report is made on shutdown process, where
SRServices.get() is not available.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||