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.Invocation
public Method getMethod()
getMethod
in interface org.aopalliance.intercept.MethodInvocation
public AccessibleObject getStaticPart()
getStaticPart
in interface org.aopalliance.intercept.Joinpoint
public Object getThis()
getThis
in interface org.aopalliance.intercept.Joinpoint