net.sf.joyaop
Interface AbstractInterceptor

All Superinterfaces:
Invocation, Joinpoint

public interface AbstractInterceptor
extends Invocation

Author:
Shen Li

Method Summary
 java.lang.Object execute()
           
 
Methods inherited from interface net.sf.joyaop.Invocation
getArguments, getMethod, proceed
 
Methods inherited from interface net.sf.joyaop.Joinpoint
getParameter, getProxy
 

Method Detail

execute

java.lang.Object execute()
                         throws java.lang.Throwable
Throws:
java.lang.Throwable