java.lang.Object
org.eclipse.ecf.provider.remoteservice.generic.Response
All Implemented Interfaces:
Serializable

public class Response extends Object implements Serializable
See Also:
  • Constructor Details

    • Response

      public Response(long requestId, Object response)
    • Response

      public Response(long requestId, Throwable exception)
  • Method Details

    • getRequestId

      public long getRequestId()
    • getResponse

      public Object getResponse()
    • hadException

      public boolean hadException()
    • getException

      public Throwable getException()
    • toString

      public String toString()
      Overrides:
      toString in class Object