| 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.sendContainerStatus(ActionType action,
String containerId,
String... aliasIds)
Sends a container status message.
|
void |
Transport.TransportInstance.sendContainerStatus(ActionType action,
String containerId,
String... aliasIds)
Sends a container status message.
|
static void |
Transport.sendResourceStatus(ActionType action,
String... aliasIds)
Sends a resource status message for this resource.
|
void |
Transport.TransportInstance.sendResourceStatus(ActionType action,
String... aliasIds)
Sends a resource status message for this resource.
|
static void |
Transport.sendResourceStatus(ActionType action,
String deviceId,
String... aliasIds)
Sends a resource status message.
|
void |
Transport.TransportInstance.sendResourceStatus(ActionType action,
String deviceId,
String... aliasIds)
Sends a resource status message.
|
static void |
Transport.sendServiceArtifactStatus(ActionType action,
String artifactId,
String... aliasIds)
Sends a service artifact status message.
|
void |
Transport.TransportInstance.sendServiceArtifactStatus(ActionType action,
String artifactId,
String... aliasIds)
Sends a service artifact status message.
|
static void |
Transport.sendServiceStatus(ActionType action,
String serviceId,
String... aliasIds)
Sends a service status message.
|
void |
Transport.TransportInstance.sendServiceStatus(ActionType action,
String serviceId,
String... aliasIds)
Sends a service status message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionTypes
The default action types.
|
| Modifier and Type | Field and Description |
|---|---|
private ActionType |
StatusMessage.action |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,ActionType> |
StatusMessageSerializer.ACTION_CONSTANTS |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
StatusMessage.getAction()
Returns the action type causing this message.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
StatusMessage.setAction(ActionType action)
Changes the action type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
StatusMessageSerializer.registerActions(Class<? extends ActionType> type)
Registers custom action types.
|
| Constructor and Description |
|---|
StatusMessage(ActionType action,
String id,
String... aliasIds)
Creates a new status message for devices, i.e.,
ComponentTypes.DEVICE. |
StatusMessage(ComponentType componentType,
ActionType action,
String id,
String deviceId,
String... aliasIds)
Creates a new status message.
|
Copyright © 2022. All rights reserved.