|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fulcrum.yaafi.interceptor.jamon.Jamon1PerformanceMonitorImpl
public class Jamon1PerformanceMonitorImpl
Ecapsulating the JAMon 1.x related API calls
| Constructor Summary | |
|---|---|
Jamon1PerformanceMonitorImpl(String serviceName,
Method method,
Boolean isActive)
Constructor. |
|
| Method Summary | |
|---|---|
String |
createReport()
Create a performance report |
void |
start()
Start the monitor. |
void |
stop()
Start the monitor. |
void |
stop(Throwable throwable)
Stop the monitor based on an Throwable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jamon1PerformanceMonitorImpl(String serviceName,
Method method,
Boolean isActive)
serviceName - the service name of the service being monitoredmethod - the method to be monitoredisActive - is this an active monitor| Method Detail |
|---|
public void start()
start in interface JamonPerformanceMonitorpublic void stop()
stop in interface JamonPerformanceMonitorpublic void stop(Throwable throwable)
stop in interface JamonPerformanceMonitorthrowable - the throwable
public String createReport()
throws Exception
createReport in interface JamonPerformanceMonitorException - generating the report failed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||