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()
           
 ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()
           
 ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()
           
 ComponentSerializationFormat.SerializationFormat getSerializationFormat()
           
 com.google.protobuf.ByteString getSerializedExecutableObject()
           
 boolean hasExecutionMode()
           
 boolean hasRequestIdentifier()
           
 boolean hasSerializationFormat()
           
 boolean hasSerializedExecutableObject()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSerializedExecutableObject

boolean hasSerializedExecutableObject()

getSerializedExecutableObject

com.google.protobuf.ByteString getSerializedExecutableObject()

hasSerializationFormat

boolean hasSerializationFormat()

getSerializationFormat

ComponentSerializationFormat.SerializationFormat getSerializationFormat()

hasExecutionMode

boolean hasExecutionMode()

getExecutionMode

MessageExecutionRequest.ExecutionRequest.ExecutionMode getExecutionMode()

hasRequestIdentifier

boolean hasRequestIdentifier()

getRequestIdentifier

ComponentRequestIdentifier.RequestIdentifier getRequestIdentifier()

getRequestIdentifierOrBuilder

ComponentRequestIdentifier.RequestIdentifierOrBuilder getRequestIdentifierOrBuilder()


Copyright © 2012. All Rights Reserved.