com.oakgrovesystems.reactor.requests
Class RemoveStatusResponse

java.lang.Object
  |
  +--com.oakgrovesystems.reactor.services.ServiceResponseObj
        |
        +--com.oakgrovesystems.reactor.ReactorResponse
              |
              +--com.oakgrovesystems.reactor.requests.RemoveStatusResponse
All Implemented Interfaces:
java.io.Serializable

public class RemoveStatusResponse
extends ReactorResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.oakgrovesystems.reactor.services.ServiceResponseObj
codeNumber, debugInfo, returnValues, userMessage
 
Constructor Summary
RemoveStatusResponse()
           
RemoveStatusResponse(int resultCode, java.lang.String debugInfo)
           
RemoveStatusResponse(int resultCode, java.lang.String userMessage, java.lang.Throwable err)
           
 
Methods inherited from class com.oakgrovesystems.reactor.ReactorResponse
setReturnValues
 
Methods inherited from class com.oakgrovesystems.reactor.services.ServiceResponseObj
failed, getCodeNumber, getDebugInfo, getMessage, getReturnValue, getReturnValues, setCodeNumber, setDebugInfo, setMessage, setReturnValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveStatusResponse

public RemoveStatusResponse()

RemoveStatusResponse

public RemoveStatusResponse(int resultCode,
                            java.lang.String userMessage,
                            java.lang.Throwable err)

RemoveStatusResponse

public RemoveStatusResponse(int resultCode,
                            java.lang.String debugInfo)


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.