net.sf.joyaop
Interface Invocation

All Superinterfaces:
Joinpoint
All Known Subinterfaces:
AbstractInterceptor
All Known Implementing Classes:
InvocationImpl

public interface Invocation
extends Joinpoint

Author:
Shen Li

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

Method Detail

getMethod

java.lang.reflect.Method getMethod()

getArguments

java.lang.Object[] getArguments()

proceed

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


Copyright © 2004 Shen Li. All Rights Reserved.