|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines interfaces that handle Summary Report. Implementations may decide upon presentation of the summary report.
| Method Summary | |
void |
addSnapShot(PerformanceDataSnapShot snapShot)
Add the snapshot to the report |
void |
save(OutputStream os)
Save the report to a stream |
void |
save(String fileName)
Save the report |
| Method Detail |
public void addSnapShot(PerformanceDataSnapShot snapShot)
snapShot -
public void save(String fileName)
throws IOException
fileName - - file into which report needs to be saved.
IOException
public void save(OutputStream os)
throws IOException
os - - output stream to which the report needs to be saved.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||