Changed Methods |
Object invokeUnderTrace(MethodInvocation, Log)
|
Change in signature from (MethodInvocation, Log ) to (org.aopalliance.intercept.MethodInvocation, Log ).
|
Wraps the invocation with a JAMon Monitor and writes the current
performance statistics to the log (if enabled). |
boolean isInterceptorEnabled(MethodInvocation, Log)
|
Change in signature from (MethodInvocation, Log ) to (org.aopalliance.intercept.MethodInvocation, Log ).
|
Always applies the interceptor if the "trackAllInvocations" flag has been set;
else just kicks in if the log is enabled. |