Uses of Class
es.bsc.dataclay.logic.notificationmgr.NotificationManagerDB
-
Packages that use NotificationManagerDB Package Description es.bsc.dataclay.logic Module that represents the entry to the systemes.bsc.dataclay.logic.notificationmgr Module intended to management of notifications and event handling. -
-
Uses of NotificationManagerDB in es.bsc.dataclay.logic
Methods in es.bsc.dataclay.logic that return NotificationManagerDB Modifier and Type Method Description NotificationManagerDBLogicModule. getNotificationManagerDB()Get manager db. -
Uses of NotificationManagerDB in es.bsc.dataclay.logic.notificationmgr
Methods in es.bsc.dataclay.logic.notificationmgr that return NotificationManagerDB Modifier and Type Method Description NotificationManagerDBNotificationManager. getNotificationDB()Get the NotificationManager::notificationDBMethods in es.bsc.dataclay.logic.notificationmgr with parameters of type NotificationManagerDB Modifier and Type Method Description voidNotificationManager. setNotificationDB(NotificationManagerDB newnotificationDB)Set the NotificationManager::notificationDBConstructors in es.bsc.dataclay.logic.notificationmgr with parameters of type NotificationManagerDB Constructor Description NotificationManagerPriorityQueue(int newlimit, NotificationManagerDB newdb)Constructor
-