|
||||||||||
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 | |
---|---|
String |
createReport()
Create a performance report |
void |
start()
Start the monitor. |
void |
stop()
Stop the monitor. |
void |
stop(Throwable throwable)
Stop the monitor based on an Throwable. |
Method Detail |
---|
void start()
void stop()
void stop(Throwable throwable)
throwable
- the throwableString createReport() throws Exception
Exception
- generating the report failed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |