|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JamonPerformanceMonitor
Expose the start()/stop() methods for performance monitors independent from their concrete implementation.
| Method Summary | |
|---|---|
java.lang.String |
createReport()
Create a performance report |
void |
start()
Start the monitor. |
void |
stop()
Stop the monitor. |
void |
stop(java.lang.Throwable throwable)
Stop the monitor based on an Throwable. |
| Method Detail |
|---|
void start()
void stop()
void stop(java.lang.Throwable throwable)
throwable - the throwable
java.lang.String createReport()
throws java.lang.Exception
java.lang.Exception - generating the report failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||