com.cisco.oss.foundation.monitoring.notification
Interface NotificationSender


public interface NotificationSender

This interface wraps the notification functionality.

Author:
manojc

Method Summary
 void sendAttributeChangeNotification(String msg, String attributeName, String attributeType, Object oldValue, Object newValue)
           
 void sendNotification(Notification notification)
           
 

Method Detail

sendNotification

void sendNotification(Notification notification)
Parameters:
notification -

sendAttributeChangeNotification

void sendAttributeChangeNotification(String msg,
                                     String attributeName,
                                     String attributeType,
                                     Object oldValue,
                                     Object newValue)
Parameters:
msg -
attributeName -
attributeType -
oldValue -
newValue -


Copyright © 2015 Cisco. All Rights Reserved.