xflow.protocol
Class ValidateProcessResponse

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

public class ValidateProcessResponse
extends Response

See Also:
Serialized Form

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

Field Detail

ok

public boolean ok
Constructor Detail

ValidateProcessResponse

public ValidateProcessResponse(int statusCode,
                               java.lang.String statusMsg,
                               boolean b)

ValidateProcessResponse

public ValidateProcessResponse(int statusCode,
                               boolean b)