edu.ntnu.cikmr.services.resources
Class InvocationResult
java.lang.Object
edu.ntnu.cikmr.services.resources.InvocationResult
public class InvocationResult
- extends java.lang.Object
Constructor Summary |
protected |
InvocationResult(java.lang.String methodName,
int executionCode,
java.lang.String type,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationResult
protected InvocationResult(java.lang.String methodName,
int executionCode,
java.lang.String type,
java.lang.Object value)
getExecutionCode
public int getExecutionCode()
getMethodName
public java.lang.String getMethodName()
getReturnValue
public java.lang.Object getReturnValue()
getDataType
public java.lang.String getDataType()