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

Packages that use ExecutionResponse
com.googlecode.mobilityrpc.protocol.converters.messages [private api] MessageConverter classes for individual message types. 
com.googlecode.mobilityrpc.protocol.processors.impl [private api] Implementations of DeserializedMessageProcessor for processing various types of incoming message. 
com.googlecode.mobilityrpc.session.impl [private api] Contains MobilitySession implementation classes. 
 

Uses of ExecutionResponse in com.googlecode.mobilityrpc.protocol.converters.messages
 

Methods in com.googlecode.mobilityrpc.protocol.converters.messages that return ExecutionResponse
protected  ExecutionResponse ExecutionResponseMessageConverter.fromProtobuf(byte[] bytes)
           
 

Methods in com.googlecode.mobilityrpc.protocol.converters.messages with parameters of type ExecutionResponse
protected  byte[] ExecutionResponseMessageConverter.toProtobuf(ExecutionResponse object)
           
 

Uses of ExecutionResponse in com.googlecode.mobilityrpc.protocol.processors.impl
 

Methods in com.googlecode.mobilityrpc.protocol.processors.impl with parameters of type ExecutionResponse
 void ExecutionResponseMessageProcessor.process(MobilityControllerInternal mobilityController, ConnectionManager connectionManager, ConnectionId connectionId, ExecutionResponse executionResponse)
           
 

Uses of ExecutionResponse in com.googlecode.mobilityrpc.session.impl
 

Methods in com.googlecode.mobilityrpc.session.impl with parameters of type ExecutionResponse
 void MobilitySessionInternal.receiveExecutionResponse(ExecutionResponse executionResponse)
          Called when we receive an incoming ExecutionResponse object from a remote machine addressed to this session.
 void MobilitySessionImpl.receiveExecutionResponse(ExecutionResponse executionResponse)
           
 



Copyright © 2012. All Rights Reserved.