public class Invocation extends Object
Constructor and Description |
---|
Invocation() |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArgs() |
InvocationContext |
getInvocationContext() |
Method |
getJavaMethod() |
Object |
getReturnValue() |
void |
setArgs(Object[] args) |
void |
setInvocationContext(InvocationContext invocationContext) |
void |
setJavaMethod(Method javaMethod) |
void |
setReturnValue(Object returnValue) |
public InvocationContext getInvocationContext()
public void setInvocationContext(InvocationContext invocationContext)
public Method getJavaMethod()
public void setJavaMethod(Method javaMethod)
public Object[] getArgs()
public void setArgs(Object[] args)
public Object getReturnValue()
public void setReturnValue(Object returnValue)
Copyright © 2012. All Rights Reserved.