com.googlecode.mobilityrpc.protocol.protobuf
Interface MessageExecutionRequest.ExecutionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MessageExecutionRequest.ExecutionRequest, MessageExecutionRequest.ExecutionRequest.Builder
Enclosing class:
MessageExecutionRequest

public static interface MessageExecutionRequest.ExecutionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 MessageExecutionRequest.ExecutionRequest.ExecutionMode getExecutionMode()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 ComponentSerializationFormat.SerializationFormat getSerializationFormat()
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 com.google.protobuf.ByteString getSerializedExecutableObject()
          required bytes serialized_executable_object = 1;
 boolean hasExecutionMode()
          required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 boolean hasRequestIdentifier()
          required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 boolean hasSerializationFormat()
          required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 boolean hasSerializedExecutableObject()
          required bytes serialized_executable_object = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSerializedExecutableObject

boolean hasSerializedExecutableObject()
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 


getSerializedExecutableObject

com.google.protobuf.ByteString getSerializedExecutableObject()
required bytes serialized_executable_object = 1;
 A serialized Runnable or Callable object
 


hasSerializationFormat

boolean hasSerializationFormat()
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 


getSerializationFormat

ComponentSerializationFormat.SerializationFormat getSerializationFormat()
required .com.googlecode.mobilityrpc.protocol.protobuf.SerializationFormat serialization_format = 2;
 The serialized format of the executable object e.g. whether Kryo or Java serialization was used
 


hasExecutionMode

boolean hasExecutionMode()
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 


getExecutionMode

MessageExecutionRequest.ExecutionRequest.ExecutionMode getExecutionMode()
required .com.googlecode.mobilityrpc.protocol.protobuf.ExecutionRequest.ExecutionMode execution_mode = 3 [default = RETURN_RESPONSE];
 Whether the remote host needs to return a response to the client when the execution completes
 


hasRequestIdentifier

boolean hasRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


getRequestIdentifier

ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 


getRequestIdentifierOrBuilder

ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.RequestIdentifier request_identifier = 4;
 Request identifier, indicates relevant session and identifies the relevant request to the client when
 response messages are returned
 



Copyright © 2016. All rights reserved.