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() |
java.lang.String |
toString() |
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.Invocationpublic java.lang.reflect.Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic java.lang.reflect.AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.Joinpointpublic java.lang.Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic java.lang.Object proceed()
proceed in interface org.aopalliance.intercept.Joinpointpublic java.lang.String toString()
toString in class java.lang.Object