接口 Invocation
- 所有超级接口:
Joinpoint
This interface represents an invocation in the program.
An invocation is a joinpoint and can be intercepted by an interceptor.
- 作者:
- Rod Johnson
-
方法概要
从接口继承的方法 org.aopalliance.intercept.Joinpoint
getStaticPart, getThis, proceed
-
方法详细资料
-
getArguments
Object[] getArguments()Get the arguments as an array object. It is possible to change element values within this array to change the arguments.- 返回:
- the argument of the invocation
-