Uses of Class
ecmwf.common.database.Notification
Packages that use Notification
-
Uses of Notification in ecmwf.common.database
Fields in ecmwf.common.database declared as NotificationModifier and TypeFieldDescriptionprotected NotificationPrivileged.notificationThe notification.protected NotificationReception.notificationThe notification.Methods in ecmwf.common.database that return NotificationModifier and TypeMethodDescriptionDataGet.getNotification(int id) Gets the notification.DataGet.getNotification(String id) Gets the notification.Privileged.getNotification()Gets the notification.Reception.getNotification()Gets the notification.DataGet.getNotificationObject(int id) Gets the notification object.Methods in ecmwf.common.database with parameters of type NotificationModifier and TypeMethodDescriptionvoidPrivileged.setNotification(Notification param) Sets the notification.voidReception.setNotification(Notification param) Sets the notification.