Uses of Enum Class
de.iip_ecosphere.platform.transport.status.ActionTypes
Packages that use ActionTypes
Package
Description
The IIP-Ecosphere transport layer.
Generic status messages like device/service/container is there or disappeared.
-
Uses of ActionTypes in de.iip_ecosphere.platform.transport
Methods in de.iip_ecosphere.platform.transport with parameters of type ActionTypesModifier and TypeMethodDescriptionstatic voidTransport.sendProcessStatus(String componentId, ActionTypes type, Object result) Sends information about finalizing a task-based process (global).voidTransport.TransportInstance.sendProcessStatus(String componentId, ActionTypes type, Object result) Sends information about finalizing a task-based process. -
Uses of ActionTypes in de.iip_ecosphere.platform.transport.status
Methods in de.iip_ecosphere.platform.transport.status that return ActionTypesModifier and TypeMethodDescriptionstatic ActionTypesReturns the enum constant of this class with the specified name.static ActionTypes[]ActionTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.transport.status with parameters of type ActionTypesModifier and TypeMethodDescriptionprivate StatusMessageTaskUtils.Task.createStatusMessage(String componentId, ActionTypes type, Object result) Creates a status message a task-based process.