Uses of Class
com.googlecode.mobilityrpc.protocol.pojo.ExecutionResponse.ExecutionOutcome

Packages that use ExecutionResponse.ExecutionOutcome
com.googlecode.mobilityrpc.protocol.pojo [private api] Java object (POJO) representations of protocol messages. 
 

Uses of ExecutionResponse.ExecutionOutcome in com.googlecode.mobilityrpc.protocol.pojo
 

Methods in com.googlecode.mobilityrpc.protocol.pojo that return ExecutionResponse.ExecutionOutcome
 ExecutionResponse.ExecutionOutcome ExecutionResponse.getExecutionOutcome()
           
static ExecutionResponse.ExecutionOutcome ExecutionResponse.ExecutionOutcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutionResponse.ExecutionOutcome[] ExecutionResponse.ExecutionOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.googlecode.mobilityrpc.protocol.pojo with parameters of type ExecutionResponse.ExecutionOutcome
ExecutionResponse(ExecutionResponse.ExecutionOutcome executionOutcome, byte[] serializedReturnObject, SerializationFormat serializationFormat, RequestIdentifier requestIdentifier)
           
 



Copyright © 2016. All rights reserved.