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