xflow.protocol
Class GetProcessNodesResponse

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

public class GetProcessNodesResponse
extends Response

See Also:
Serialized Form

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

Field Detail

nodes

public java.util.List nodes
Constructor Detail

GetProcessNodesResponse

public GetProcessNodesResponse(int statusCode,
                               java.lang.String statusMsg,
                               java.util.List n)

GetProcessNodesResponse

public GetProcessNodesResponse(int statusCode)