Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.notifications | |
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 |
---|---|
Notification[] |
Notifications.getNotification()
Method getNotification.Returns the contents of the
collection in an Array.
|
Notification |
Notifications.getNotification(int index)
Method getNotification.
|
Notification |
Notifications.removeNotificationAt(int index)
Method removeNotificationAt.
|
static Notification |
Notification.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Notification> |
Notifications.enumerateNotification()
Method enumerateNotification.
|
List<Notification> |
Notifications.getNotificationCollection()
Method getNotificationCollection.Returns a reference to
'_notificationList'.
|
Iterator<Notification> |
Notifications.iterateNotification()
Method iterateNotification.
|
Modifier and Type | Method and Description |
---|---|
void |
Notifications.addNotification(int index,
Notification vNotification) |
void |
Notifications.addNotification(Notification vNotification) |
boolean |
Notifications.removeNotification(Notification vNotification)
Method removeNotification.
|
void |
Notifications.setNotification(int index,
Notification vNotification) |
void |
Notifications.setNotification(Notification[] vNotificationArray) |
Modifier and Type | Method and Description |
---|---|
void |
Notifications.setNotification(List<Notification> vNotificationList)
Sets the value of '_notificationList' by copying the given
Vector.
|
void |
Notifications.setNotificationCollection(List<Notification> notificationList)
Deprecated.
|
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 © 2017. All rights reserved.