class: LogMethodDurationInterceptor

public class: LogMethodDurationInterceptor
Author:
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:55; Modified: 16.07.2009 15:12:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {B41E6195-6293-4c2e-8841-8EEAA60B2C31}
Interceptor class for debug logging the duration of a method.
 

Goto: Custom Properties, Methods

Appears in: logging

Custom Properties
 
LogMethodDurationInterceptor Methods
Operation Details
public
log(
   InvocationContext ctx):Object
Sequential
Tags: annotations=@AroundInvoke
throws=Exception
Notes: The interceptor method. Logs the duration of the surrounded method.
@see javax.interceptor.InvocationContext
@return The result of the intercepted method