|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ComponentRequestIdentifier.RequestIdentifierOrBuilder
| Method Summary | |
|---|---|
ComponentUuid.UUID |
getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2; |
ComponentUuid.UUIDOrBuilder |
getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2; |
String |
getRequestLabel()
optional string request_label = 3 [default = "<no label>"]; |
com.google.protobuf.ByteString |
getRequestLabelBytes()
optional string request_label = 3 [default = "<no label>"]; |
ComponentUuid.UUID |
getSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1; |
ComponentUuid.UUIDOrBuilder |
getSessionIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1; |
boolean |
hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2; |
boolean |
hasRequestLabel()
optional string request_label = 3 [default = "<no label>"]; |
boolean |
hasSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 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 |
|---|
boolean hasSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
A UUID which identifies the relevant class loader to use on remote machines for deserializing objects and caching classes This is usually generated as a UUID on the first/initiating client, but could be persistent/constant for some applications
ComponentUuid.UUID getSessionId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
A UUID which identifies the relevant class loader to use on remote machines for deserializing objects and caching classes This is usually generated as a UUID on the first/initiating client, but could be persistent/constant for some applications
ComponentUuid.UUIDOrBuilder getSessionIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID session_id = 1;
A UUID which identifies the relevant class loader to use on remote machines for deserializing objects and caching classes This is usually generated as a UUID on the first/initiating client, but could be persistent/constant for some applications
boolean hasRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
A UUID generated by the client for each request it sends, which will allows it to identify the relevant request object when the UUID is echoed back to the client by a remote machine in an execution response message on completion of the request
ComponentUuid.UUID getRequestId()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
A UUID generated by the client for each request it sends, which will allows it to identify the relevant request object when the UUID is echoed back to the client by a remote machine in an execution response message on completion of the request
ComponentUuid.UUIDOrBuilder getRequestIdOrBuilder()
required .com.googlecode.mobilityrpc.protocol.protobuf.UUID request_id = 2;
A UUID generated by the client for each request it sends, which will allows it to identify the relevant request object when the UUID is echoed back to the client by a remote machine in an execution response message on completion of the request
boolean hasRequestLabel()
optional string request_label = 3 [default = "<no label>"];
An optional arbitrary string generated by the client which describes the execution request, for debugging purposes on both client and remote machine
String getRequestLabel()
optional string request_label = 3 [default = "<no label>"];
An optional arbitrary string generated by the client which describes the execution request, for debugging purposes on both client and remote machine
com.google.protobuf.ByteString getRequestLabelBytes()
optional string request_label = 3 [default = "<no label>"];
An optional arbitrary string generated by the client which describes the execution request, for debugging purposes on both client and remote machine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||