net.floodlightcontroller.notification
Interface INotificationManager

All Known Implementing Classes:
SyslogNotificationManager

public interface INotificationManager

Base interface for managing notifications. Notification is used to alsert or inform notification receiver. Notification can be a message written into log file or an SNMP trap or SNMP notification.

Author:
kevin.wang@bigswitch.com

Method Summary
 void postNotification(java.lang.String notes)
          Post a notification.
 

Method Detail

postNotification

void postNotification(java.lang.String notes)
Post a notification. Depending on the underline implementation, it may write the notes to log file or send an SNMP notification/trap.

Parameters:
notes - string message to be sent to receiver