|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void start()
public void stop()
public void stop(java.lang.Throwable throwable)
throwable
- the throwablepublic 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 |