xflow.protocol
Class GetNodeByNameRequest

java.lang.Object
  extended byxflow.protocol.Request
      extended byxflow.protocol.GetNodeByNameRequest
All Implemented Interfaces:
java.io.Serializable

public class GetNodeByNameRequest
extends Request

See Also:
Serialized Form

Field Summary
 java.lang.String nodeName
           
 int version
           
 java.lang.String workflowName
           
 
Fields inherited from class xflow.protocol.Request
replyName, user
 
Constructor Summary
GetNodeByNameRequest()
           
 
Methods inherited from class xflow.protocol.Request
service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

workflowName

public java.lang.String workflowName

version

public int version

nodeName

public java.lang.String nodeName
Constructor Detail

GetNodeByNameRequest

public GetNodeByNameRequest()