Uses of Class
org.osgi.service.dmt.notification.AlertItem
-
Packages that use AlertItem Package Description org.osgi.service.dmt.notification Device Management Tree Notification Package Version 2.0.org.osgi.service.dmt.notification.spi Device Management Tree Notification SPI Package Version 2.0. -
-
Uses of AlertItem in org.osgi.service.dmt.notification
Methods in org.osgi.service.dmt.notification with parameters of type AlertItem Modifier and Type Method Description void
NotificationService. sendNotification(java.lang.String principal, int code, java.lang.String correlator, AlertItem[] items)
Sends a notification to a named principal. -
Uses of AlertItem in org.osgi.service.dmt.notification.spi
Methods in org.osgi.service.dmt.notification.spi with parameters of type AlertItem Modifier and Type Method Description void
RemoteAlertSender. sendAlert(java.lang.String principal, int code, java.lang.String correlator, AlertItem[] items)
Sends an alert to a server identified by its principal name.
-