public class Jamon1PerformanceMonitorImpl extends Object implements JamonPerformanceMonitor
| Constructor and Description |
|---|
Jamon1PerformanceMonitorImpl(String serviceName,
Method method,
Boolean isActive)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
createReport()
Deprecated.
Create a performance report
|
void |
start()
Deprecated.
Start the monitor.
|
void |
stop()
Deprecated.
Start the monitor.
|
void |
stop(Throwable throwable)
Deprecated.
Stop the monitor based on an Throwable.
|
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 monitorpublic void start()
start in interface JamonPerformanceMonitorpublic void stop()
stop in interface JamonPerformanceMonitorpublic void stop(Throwable throwable)
stop in interface JamonPerformanceMonitorthrowable - the throwablepublic String createReport() throws Exception
createReport in interface JamonPerformanceMonitorException - generating the report failedCopyright © 2004–1970 The Apache Software Foundation. All rights reserved.