atg.integrations
Class CommandResult

java.lang.Object
  extended by atg.integrations.CommandResult

public class CommandResult
extends java.lang.Object

CommandResult is a transport independent representation of the results from a RPC call. The CommandResult contains a result Object. The result object is the value returned from a RPC call.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
CommandResult()
           
 
Method Summary
 java.util.Map getContext()
          Returns hook for extra parameters
 java.lang.Object getResult()
          Returns the resulting value
 void setContext(java.util.Map pContext)
          Sets hook for extra parameters
 void setResult(java.lang.Object pResult)
          Sets the Resulting value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

CommandResult

public CommandResult()
Method Detail

setResult

public void setResult(java.lang.Object pResult)
Sets the Resulting value


getResult

public java.lang.Object getResult()
Returns the resulting value


setContext

public void setContext(java.util.Map pContext)
Sets hook for extra parameters


getContext

public java.util.Map getContext()
Returns hook for extra parameters