dynaop
Interface Invocation


public interface Invocation

Intercepted method invocation.

Author:
Bob Lee (crazybob@crazybob.org)

Method Summary
 java.lang.Object[] getArguments()
          Gets invocation arguments.
 java.lang.reflect.Method getMethod()
          Gets invoked method.
 Proxy getProxy()
          Gets proxy.
 java.lang.Object proceed()
          Invokes next interceptor, mixin, or proxy target.
 

Method Detail

proceed

java.lang.Object proceed()
                         throws java.lang.Throwable
Invokes next interceptor, mixin, or proxy target.

Throws:
java.lang.Throwable

getArguments

java.lang.Object[] getArguments()
Gets invocation arguments.


getProxy

Proxy getProxy()
Gets proxy.


getMethod

java.lang.reflect.Method getMethod()
Gets invoked method.