Uses of Class
de.iip_ecosphere.platform.transport.status.StatusMessage
Packages that use StatusMessage
Package
Description
The IIP-Ecosphere transport layer.
Generic status messages like device/service/container is there or disappeared.
-
Uses of StatusMessage in de.iip_ecosphere.platform.transport
Methods in de.iip_ecosphere.platform.transport with parameters of type StatusMessageModifier and TypeMethodDescriptionstatic voidTransport.sendStatus(StatusMessage msg) Sends a status message (global).voidTransport.TransportInstance.sendStatus(StatusMessage msg) Sends a status message. -
Uses of StatusMessage in de.iip_ecosphere.platform.transport.status
Methods in de.iip_ecosphere.platform.transport.status that return StatusMessageModifier and TypeMethodDescriptionStatusMessageSerializer.clone(StatusMessage origin) private StatusMessageTaskUtils.Task.createStatusMessage(String componentId, ActionTypes type, Object result) Creates a status message a task-based process.StatusMessageSerializer.from(byte[] data) StatusMessage.withDescription(String description) Sets the description forgetProgress(),ActionTypes.PROCESS.StatusMessage.withProgress(int progress) Defines the progress forActionTypes.PROCESS.StatusMessage.withResult(Object result) Sets the result of task-based processing.StatusMessage.withSubDescription(String subDescription) Sets the sub(-task) description forgetProgress(),ActionTypes.PROCESS.StatusMessage.withTask()Adds task information if the actually running process were, e.g., initiated from the UI.StatusMessage.withTask(de.iip_ecosphere.platform.support.TaskRegistry.TaskData data) Adds task information if the actually running process were, e.g., initiated from the UI.Adds task information if the actually running process were, e.g., initiated from the UI.Methods in de.iip_ecosphere.platform.transport.status that return types with arguments of type StatusMessageModifier and TypeMethodDescriptionstatic TypeTranslator<StatusMessage, String> StatusMessageSerializer.createTypeTranslator()Creates a type translator based on the serialization approach in this class.StatusMessageSerializer.getType()Methods in de.iip_ecosphere.platform.transport.status with parameters of type StatusMessageModifier and TypeMethodDescriptionStatusMessageSerializer.clone(StatusMessage origin) booleanTaskUtils.TaskCompletedPredicate.test(de.iip_ecosphere.platform.support.TaskRegistry.TaskData task, StatusMessage msg) Returns whether thetaskis completed with the given messagemsg.byte[]StatusMessageSerializer.to(StatusMessage source)