@ConsumerType
public interface CloudConnectionStatusComponent
CloudConnectionStatusService| Modifier and Type | Method and Description |
|---|---|
int |
getNotificationPriority()
Returns the notification priority for this Component.
|
CloudConnectionStatusEnum |
getNotificationStatus()
Invoked by
CloudConnectionStatusService to retrieve the current CloudConnectionStatusEnum status
for this component |
void |
setNotificationStatus(CloudConnectionStatusEnum status)
Invoked internally by
CloudConnectionStatusService to persist the status of the component |
int getNotificationPriority()
Integer.MIN_VALUE to Integer.MAX_VALUE.CloudConnectionStatusService.PRIORITY_MAX |
Maximum priority |
CloudConnectionStatusService.PRIORITY_CRITICAL |
400 |
CloudConnectionStatusService.PRIORITY_HIGH |
300 |
CloudConnectionStatusService.PRIORITY_MEDIUM |
200 |
CloudConnectionStatusService.PRIORITY_LOW |
100 |
CloudConnectionStatusService.PRIORITY_MIN |
Minimum priority |
CloudConnectionStatusEnum getNotificationStatus()
CloudConnectionStatusService to retrieve the current CloudConnectionStatusEnum status
for this componentCloudConnectionStatusEnum representing the current status of the componentvoid setNotificationStatus(CloudConnectionStatusEnum status)
CloudConnectionStatusService to persist the status of the componentstatus - New status of this component