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