xflow.protocol
Class GetVariableResponse

java.lang.Object
  extended byxflow.protocol.Response
      extended byxflow.protocol.GetVariableResponse
All Implemented Interfaces:
java.io.Serializable

public class GetVariableResponse
extends Response

See Also:
Serialized Form

Field Summary
 java.lang.Object variableValue
           
 
Fields inherited from class xflow.protocol.Response
FAILURE, message, responseCode, SUCCESS
 
Constructor Summary
GetVariableResponse(int statusCode, java.lang.Object vv)
           
GetVariableResponse(int statusCode, java.lang.String statusMsg, java.lang.Object vv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

variableValue

public java.lang.Object variableValue
Constructor Detail

GetVariableResponse

public GetVariableResponse(int statusCode,
                           java.lang.String statusMsg,
                           java.lang.Object vv)

GetVariableResponse

public GetVariableResponse(int statusCode,
                           java.lang.Object vv)