public class RXMethodInvocation extends Object implements org.aopalliance.intercept.MethodInvocation
| Constructor and Description |
|---|
RXMethodInvocation(RuntimeContext runtimeContext,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArguments() |
Method |
getMethod() |
AccessibleObject |
getStaticPart() |
Object |
getThis() |
Object |
proceed() |
public RXMethodInvocation(RuntimeContext runtimeContext, Object[] arguments) throws InvocationTargetException, IllegalAccessException
public Method getMethod()
getMethod in interface org.aopalliance.intercept.MethodInvocationpublic Object[] getArguments()
getArguments in interface org.aopalliance.intercept.Invocationpublic Object proceed() throws Throwable
proceed in interface org.aopalliance.intercept.JoinpointThrowablepublic Object getThis()
getThis in interface org.aopalliance.intercept.Joinpointpublic AccessibleObject getStaticPart()
getStaticPart in interface org.aopalliance.intercept.JoinpointCopyright © 2018. All rights reserved.