| Package | Description |
|---|---|
| de.iip_ecosphere.platform.transport |
The IIP-Ecosphere transport layer.
|
| de.iip_ecosphere.platform.transport.status |
Generic status messages like device/service/container is there or disappeared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Transport.sendStatus(StatusMessage msg)
Sends a status message (global).
|
void |
Transport.TransportInstance.sendStatus(StatusMessage msg)
Sends a status message.
|
| Modifier and Type | Method and Description |
|---|---|
StatusMessage |
StatusMessageSerializer.clone(StatusMessage origin) |
StatusMessage |
StatusMessageSerializer.from(byte[] data) |
StatusMessage |
StatusMessage.withDescription(String description)
Sets the description for
getProgress(), ActionTypes.PROCESS. |
StatusMessage |
StatusMessage.withProgress(int progress)
Defines the progress for
ActionTypes.PROCESS. |
StatusMessage |
StatusMessage.withSubDescription(String subDescription)
Sets the sub(-task) description for
getProgress(), ActionTypes.PROCESS. |
| Modifier and Type | Method and Description |
|---|---|
Class<StatusMessage> |
StatusMessageSerializer.getType() |
| Modifier and Type | Method and Description |
|---|---|
StatusMessage |
StatusMessageSerializer.clone(StatusMessage origin) |
byte[] |
StatusMessageSerializer.to(StatusMessage source) |
Copyright © 2022. All rights reserved.