com.cisco.oss.foundation.monitoring.notification
Interface NotificationSender
public interface NotificationSender
This interface wraps the notification functionality.
- Author:
- manojc
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.