Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.notifications |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.notifd | |
org.opennms.web.controller.admin.notifications |
Modifier and Type | Method and Description |
---|---|
Notification[] |
NotificationManager.getNotifForEvent(Event event)
getNotifForEvent
|
Notification |
NotificationManager.getNotification(String name)
getNotification
|
Modifier and Type | Method and Description |
---|---|
Map<String,Notification> |
NotificationManager.getNotifications()
getNotifications
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationManager.addNotification(Notification notice)
Handles adding a new Notification.
|
static void |
NotificationManager.addNotificationParams(Map<String,String> paramMap,
Notification notification)
Adds additional parameters defined by the user in the notification
configuration XML.
|
void |
NotificationManager.insertNotice(int notifyId,
Map<String,String> params,
String queueID,
Notification notification)
This method inserts a row into the notifications table in the database.
|
boolean |
NotifdConfigManager.matchNotificationParameters(Event event,
Notification notification)
matchNotificationParameters
|
protected boolean |
NotificationManager.nodeInterfaceServiceValid(Notification notif,
Event event)
nodeInterfaceServiceValid
|
void |
NotificationManager.replaceNotification(String oldName,
Notification newNotice)
replaceNotification
|
Modifier and Type | Method and Description |
---|---|
List<Notification> |
Notifications.getNotifications() |
Modifier and Type | Method and Description |
---|---|
void |
Notifications.addNotification(Notification notification) |
boolean |
Notifications.removeNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
Notifications.setNotifications(List<Notification> notifications) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
BroadcastEventProcessor.buildParameterMap(Notification notification,
Event event,
int noticeId) |
Constructor and Description |
---|
EventNotification(String name,
Notification notification) |
Copyright © 2021. All rights reserved.