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

Packages that use RequestIdentifier
com.googlecode.mobilityrpc.protocol.converters.components [private api] ComponentConverter classes for individual message component types. 
com.googlecode.mobilityrpc.protocol.pojo [private api] Java object (POJO) representations of protocol messages. 
 

Uses of RequestIdentifier in com.googlecode.mobilityrpc.protocol.converters.components
 

Methods in com.googlecode.mobilityrpc.protocol.converters.components that return RequestIdentifier
 RequestIdentifier RequestIdentifierComponentConverter.convertFromProtobuf(ComponentRequestIdentifier.RequestIdentifier protobuf)
           
 

Methods in com.googlecode.mobilityrpc.protocol.converters.components with parameters of type RequestIdentifier
 ComponentRequestIdentifier.RequestIdentifier.Builder RequestIdentifierComponentConverter.convertToProtobuf(RequestIdentifier object)
           
 

Uses of RequestIdentifier in com.googlecode.mobilityrpc.protocol.pojo
 

Methods in com.googlecode.mobilityrpc.protocol.pojo that return RequestIdentifier
 RequestIdentifier ResourceResponse.getRequestIdentifier()
           
 RequestIdentifier ResourceRequest.getRequestIdentifier()
           
 RequestIdentifier ExecutionResponse.getRequestIdentifier()
           
 RequestIdentifier ExecutionRequest.getRequestIdentifier()
           
 

Constructors in com.googlecode.mobilityrpc.protocol.pojo with parameters of type RequestIdentifier
ExecutionRequest(byte[] serializedExecutableObject, SerializationFormat serializationFormat, ExecutionMode executionMode, RequestIdentifier requestIdentifier)
           
ExecutionResponse(ExecutionResponse.ExecutionOutcome executionOutcome, byte[] serializedReturnObject, SerializationFormat serializationFormat, RequestIdentifier requestIdentifier)
           
ResourceRequest(List<String> resourceNames, RequestIdentifier requestIdentifier)
           
ResourceResponse(List<ResourceResponse.ResourceData> resourceDataResponses, RequestIdentifier requestIdentifier)
           
 



Copyright © 2012. All Rights Reserved.