com.xenonsoft.bridgetown.aop.impl
Class DebugInterceptor

java.lang.Object
  extended bycom.xenonsoft.bridgetown.aop.impl.DebugInterceptor
All Implemented Interfaces:
IMethodInterceptor, java.io.Serializable

public class DebugInterceptor
extends java.lang.Object
implements IMethodInterceptor, java.io.Serializable

The debuggable interceptor for testing the aspect oriented weave.56

Version:
$Id: DebugInterceptor.java,v 1.4 2005/03/17 02:24:48 peter_pilgrim Exp $
Author:
peterp, 22-Sep-2004
See Also:
Serialized Form

Constructor Summary
DebugInterceptor()
          Default constructor
 
Method Summary
 java.lang.Object invocation(IInterceptionContext context)
          Method interceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugInterceptor

public DebugInterceptor()
Default constructor

Method Detail

invocation

public java.lang.Object invocation(IInterceptionContext context)
                            throws java.lang.Throwable
Method interceptor

Specified by:
invocation in interface IMethodInterceptor
Parameters:
context - the interception context
Returns:
Throws:
java.lang.Throwable
See Also:
IMethodInterceptor.invocation(com.xenonsoft.bridgetown.aop.IInterceptionContext)


Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.