net.floodlightcontroller.notification.syslog
Class SyslogNotificationManager

java.lang.Object
  extended by net.floodlightcontroller.notification.syslog.SyslogNotificationManager
All Implemented Interfaces:
INotificationManager

public class SyslogNotificationManager
extends java.lang.Object
implements INotificationManager


Constructor Summary
SyslogNotificationManager(org.slf4j.Logger logger)
           
 
Method Summary
 void postNotification(java.lang.String notes)
          Post a notification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogNotificationManager

public SyslogNotificationManager(org.slf4j.Logger logger)
Method Detail

postNotification

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

Specified by:
postNotification in interface INotificationManager
Parameters:
notes - string message to be sent to receiver