Class MetricInvocationHandler<T>
java.lang.Object
org.nuxeo.runtime.management.metrics.MetricInvocationHandler<T>
- All Implemented Interfaces:
InvocationHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
formatName
(Method m, Object[] parms) protected String
formatNote
(Method m, Object[] parms) protected String
formatParms
(Object... parms) protected org.javasimon.Stopwatch
getStopwatch
(Method m, Object[] parms) static <T> T
-
Field Details
-
proxied
-
-
Constructor Details
-
MetricInvocationHandler
-
-
Method Details
-
newProxy
-
formatParms
-
formatName
-
formatNote
-
getStopwatch
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-