Class MetricInvocationHandler<T>
- java.lang.Object
-
- org.nuxeo.runtime.management.metrics.MetricInvocationHandler<T>
-
- All Implemented Interfaces:
InvocationHandler
public class MetricInvocationHandler<T> extends Object implements InvocationHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMetricInvocationHandler(T proxied)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringformatName(Method m, Object[] parms)protected StringformatNote(Method m, Object[] parms)protected StringformatParms(Object... parms)protected org.javasimon.StopwatchgetStopwatch(Method m, Object[] parms)Objectinvoke(Object proxy, Method m, Object[] parms)static <T> TnewProxy(T proxied, Class<?>... classes)
-