class: LogStartEndInterceptor
public class: LogStartEndInterceptor
Author:
Miriam Doelle (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:12:56; Modified: 16.07.2009 15:12:56;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{5CE2374A-D5F2-4af3-B10F-ADC7A5BFA776}
Interceptor class for debug logging at begin and end of a method.
Goto:
Custom Properties
,
Methods
Appears in:
logging
Custom Properties
LogStartEndInterceptor
Methods
Operation
Details
public
log
(
InvocationContext ctx):Object
Sequential
Tags:
annotations=@AroundInvoke
throws=Exception
Notes:
The interceptor method. Logs at the beginning and at the end of the surrounded method.
@see javax.interceptor.InvocationContext
@return The result of the intercepted method
class: LogStartEndInterceptor