com.googlecode.mobilityrpc.protocol.pojo
Class ExecutionResponse

java.lang.Object
  extended by com.googlecode.mobilityrpc.protocol.pojo.ExecutionResponse

public class ExecutionResponse
extends Object

Author:
Niall Gallagher

Nested Class Summary
static class ExecutionResponse.ExecutionOutcome
           
 
Constructor Summary
ExecutionResponse(ExecutionResponse.ExecutionOutcome executionOutcome, byte[] serializedReturnObject, SerializationFormat serializationFormat, RequestIdentifier requestIdentifier)
           
 
Method Summary
 boolean equals(Object o)
           
 ExecutionResponse.ExecutionOutcome getExecutionOutcome()
           
 RequestIdentifier getRequestIdentifier()
           
 SerializationFormat getSerializationFormat()
           
 byte[] getSerializedReturnObject()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionResponse

public ExecutionResponse(ExecutionResponse.ExecutionOutcome executionOutcome,
                         byte[] serializedReturnObject,
                         SerializationFormat serializationFormat,
                         RequestIdentifier requestIdentifier)
Method Detail

getExecutionOutcome

public ExecutionResponse.ExecutionOutcome getExecutionOutcome()

getSerializedReturnObject

public byte[] getSerializedReturnObject()

getSerializationFormat

public SerializationFormat getSerializationFormat()

getRequestIdentifier

public RequestIdentifier getRequestIdentifier()

equals

public boolean equals(Object o)
Overrides:
equals in class Object
Throws:
UnsupportedOperationException - always, as this object is not intended to be compared for equality or used as a key in a hash map.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
Throws:
UnsupportedOperationException - always, as this object is not intended to be compared for equality or used as a key in a hash map.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.