- get(int) - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
- get(int) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
- getClientId() - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- getCommand() - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Gets the value of the 'command' field
- getCommand() - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Gets the value of the 'command' field.
- getConfigClass() - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- getDestinationId() - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Gets the value of the 'destinationId' field
- getDestinationId() - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Gets the value of the 'destinationId' field.
- getDestinationId() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'destinationId' field
- getDestinationId() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'destinationId' field.
- getDetails() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'details' field
- getDetails() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'details' field.
- getErrorType() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'errorType' field
- getErrorType() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'errorType' field.
- getHostId() - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- getMessage() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'message' field
- getMessage() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'message' field.
- getReusableConfig() - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- getSchema() - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
- getSchema() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
- getSourceId() - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Gets the value of the 'sourceId' field
- getSourceId() - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Gets the value of the 'sourceId' field.
- getSourceId() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'sourceId' field
- getSourceId() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'sourceId' field.
- getTimestampMillisecUTC() - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Gets the value of the 'timestampMillisecUTC' field
- getTimestampMillisecUTC() - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Gets the value of the 'timestampMillisecUTC' field.
- getTimestampMillisecUTC() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Gets the value of the 'timestampMillisecUTC' field
- getTimestampMillisecUTC() - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Gets the value of the 'timestampMillisecUTC' field.
- getValue() - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
- getValue() - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
- SCHEMA$ - Static variable in class org.robokind.impl.messaging.ServiceCommandRecord
-
- SCHEMA$ - Static variable in class org.robokind.impl.messaging.ServiceErrorRecord
-
- send(T, String) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
Sends a custom Avro Record to the service.
- sendCommand(String) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
Sends a service command.
- ServiceCommandRecord - Class in org.robokind.impl.messaging
-
- ServiceCommandRecord() - Constructor for class org.robokind.impl.messaging.ServiceCommandRecord
-
- ServiceCommandRecord.Builder - Class in org.robokind.impl.messaging
-
RecordBuilder for ServiceCommandRecord instances.
- ServiceErrorRecord - Class in org.robokind.impl.messaging
-
- ServiceErrorRecord() - Constructor for class org.robokind.impl.messaging.ServiceErrorRecord
-
- ServiceErrorRecord.Builder - Class in org.robokind.impl.messaging
-
RecordBuilder for ServiceErrorRecord instances.
- setCommand(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Sets the value of the 'command' field
- setCommand(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Sets the value of the 'command' field.
- setCommandFactory(ServiceCommandFactory) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- setCommandSender(MessageSender<ServiceCommand>) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- setConfigSender(MessageSender<Config>) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- setDestinationId(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Sets the value of the 'destinationId' field
- setDestinationId(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Sets the value of the 'destinationId' field.
- setDestinationId(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'destinationId' field
- setDestinationId(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'destinationId' field.
- setDetails(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'details' field
- setDetails(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'details' field.
- setErrorReceiver(MessageAsyncReceiver<ServiceError>) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
- setErrorType(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'errorType' field
- setErrorType(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'errorType' field.
- setMessage(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'message' field
- setMessage(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'message' field.
- setReceiver(MessageConsumer) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
Sets the MessageConsumer to receive errors.
- setSender(MessageProducer) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
Sets the MessagePropducer to send commands.
- setSession(Session) - Method in class org.robokind.impl.messaging.JMSAvroServiceFacade
-
Sets the JMS Session for creating BytesMessages.
- setSourceId(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Sets the value of the 'sourceId' field
- setSourceId(String) - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Sets the value of the 'sourceId' field.
- setSourceId(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'sourceId' field
- setSourceId(String) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'sourceId' field.
- setTimestampMillisecUTC(long) - Method in class org.robokind.impl.messaging.ServiceCommandRecord.Builder
-
Sets the value of the 'timestampMillisecUTC' field
- setTimestampMillisecUTC(Long) - Method in class org.robokind.impl.messaging.ServiceCommandRecord
-
Sets the value of the 'timestampMillisecUTC' field.
- setTimestampMillisecUTC(long) - Method in class org.robokind.impl.messaging.ServiceErrorRecord.Builder
-
Sets the value of the 'timestampMillisecUTC' field
- setTimestampMillisecUTC(Long) - Method in class org.robokind.impl.messaging.ServiceErrorRecord
-
Sets the value of the 'timestampMillisecUTC' field.
- sourceId - Variable in class org.robokind.impl.messaging.ServiceCommandRecord
-
Deprecated.
- sourceId - Variable in class org.robokind.impl.messaging.ServiceErrorRecord
-
Deprecated.
- start(BundleContext) - Method in class org.robokind.impl.messaging.osgi.Activator
-
- stop(BundleContext) - Method in class org.robokind.impl.messaging.osgi.Activator
-