Uses of Class
info.dmtree.notification.AlertItem
-
Packages that use AlertItem Package Description info.dmtree.notification info.dmtree.notification.spi -
-
Uses of AlertItem in info.dmtree.notification
Methods in info.dmtree.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 info.dmtree.notification.spi
Methods in info.dmtree.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.
-