Package | Description |
---|---|
org.eclipse.kura.status |
Provides service to notify the status of the connection to the cloud.
|
Modifier and Type | Method and Description |
---|---|
CloudConnectionStatusEnum |
CloudConnectionStatusComponent.getNotificationStatus()
Invoked by
CloudConnectionStatusService to retrieve the current CloudConnectionStatusEnum status
for this component |
static CloudConnectionStatusEnum |
CloudConnectionStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudConnectionStatusEnum[] |
CloudConnectionStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CloudConnectionStatusComponent.setNotificationStatus(CloudConnectionStatusEnum status)
Invoked internally by
CloudConnectionStatusService to persist the status of the component |
boolean |
CloudConnectionStatusService.updateStatus(CloudConnectionStatusComponent component,
CloudConnectionStatusEnum status)
Updates the status of a
CloudConnectionStatusComponent in the registry. |
Copyright © 2016. All Rights Reserved.