xflow.protocol
Class GetNodeByNameResponse

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

public class GetNodeByNameResponse
extends Response

See Also:
Serialized Form

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

Field Detail

node

public Node node
Constructor Detail

GetNodeByNameResponse

public GetNodeByNameResponse(int statusCode,
                             java.lang.String statusMsg,
                             Node n)

GetNodeByNameResponse

public GetNodeByNameResponse(int statusCode,
                             Node n)