public class SimpleMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
MethodInvocation.| Constructor and Description | 
|---|
| SimpleMethodInvocation() | 
| SimpleMethodInvocation(Object targetObject,
                      Method method,
                      Object... arguments) | 
| Modifier and Type | Method and Description | 
|---|---|
| Object[] | getArguments() | 
| Method | getMethod() | 
| AccessibleObject | getStaticPart() | 
| Object | getThis() | 
| Object | proceed() | 
public SimpleMethodInvocation(Object targetObject, Method method, Object... arguments)
public SimpleMethodInvocation()
public Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic Object getThis()
getThis in interface org.aopalliance.intercept.Joinpoint