com.googlecode.mobilityrpc.protocol.pojo
Class ExecutionRequest

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

public class ExecutionRequest
extends Object

Author:
Niall Gallagher

Constructor Summary
ExecutionRequest(byte[] serializedExecutableObject, SerializationFormat serializationFormat, ExecutionMode executionMode, RequestIdentifier requestIdentifier)
           
 
Method Summary
 boolean equals(Object o)
           
 ExecutionMode getExecutionMode()
           
 RequestIdentifier getRequestIdentifier()
           
 SerializationFormat getSerializationFormat()
           
 byte[] getSerializedExecutableObject()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionRequest

public ExecutionRequest(byte[] serializedExecutableObject,
                        SerializationFormat serializationFormat,
                        ExecutionMode executionMode,
                        RequestIdentifier requestIdentifier)
Method Detail

getSerializedExecutableObject

public byte[] getSerializedExecutableObject()

getSerializationFormat

public SerializationFormat getSerializationFormat()

getExecutionMode

public ExecutionMode getExecutionMode()

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 © 2016. All rights reserved.