Klasse Jamon1PerformanceMonitorImpl
java.lang.Object
org.apache.fulcrum.yaafi.interceptor.jamon.Jamon1PerformanceMonitorImpl
- Alle implementierten Schnittstellen:
JamonPerformanceMonitor
Veraltet.
JAMon 1.x is ancient so it is a good idea to upgrade to 2.x
Ecapsulating the JAMon 1.x related API calls
- Autor:
- Siegfried Goeschl
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungJamon1PerformanceMonitorImpl
(String serviceName, Method method, Boolean isActive) Veraltet.Constructor. -
Methodenübersicht
-
Konstruktordetails
-
Jamon1PerformanceMonitorImpl
Veraltet.Constructor.- Parameter:
serviceName
- the service name of the service being monitoredmethod
- the method to be monitoredisActive
- is this an active monitor
-
-
Methodendetails
-
start
public void start()Veraltet.Start the monitor.- Angegeben von:
start
in SchnittstelleJamonPerformanceMonitor
-
stop
public void stop()Veraltet.Start the monitor.- Angegeben von:
stop
in SchnittstelleJamonPerformanceMonitor
-
stop
Veraltet.Stop the monitor based on an Throwable.- Angegeben von:
stop
in SchnittstelleJamonPerformanceMonitor
- Parameter:
throwable
- the throwable
-
createReport
Veraltet.Create a performance report- Angegeben von:
createReport
in SchnittstelleJamonPerformanceMonitor
- Gibt zurück:
- the textual performance report
- Löst aus:
Exception
- generating the report failed
-