edu.ntnu.cikmr.services.resources
Class InvocationResult

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.String getDataType()
           
 int getExecutionCode()
           
 java.lang.String getMethodName()
           
 java.lang.Object getReturnValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationResult

protected InvocationResult(java.lang.String methodName,
                           int executionCode,
                           java.lang.String type,
                           java.lang.Object value)
Method Detail

getExecutionCode

public int getExecutionCode()

getMethodName

public java.lang.String getMethodName()

getReturnValue

public java.lang.Object getReturnValue()

getDataType

public java.lang.String getDataType()