net.floodlightcontroller.notification.syslog
Class SyslogNotificationFactory

java.lang.Object
  extended by net.floodlightcontroller.notification.syslog.SyslogNotificationFactory
All Implemented Interfaces:
INotificationManagerFactory

public class SyslogNotificationFactory
extends java.lang.Object
implements INotificationManagerFactory


Constructor Summary
SyslogNotificationFactory()
           
 
Method Summary
<T> INotificationManager
getNotificationManager(java.lang.Class<T> clazz)
          Produce and returns a NotificationManager based on the name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogNotificationFactory

public SyslogNotificationFactory()
Method Detail

getNotificationManager

public <T> INotificationManager getNotificationManager(java.lang.Class<T> clazz)
Description copied from interface: INotificationManagerFactory
Produce and returns a NotificationManager based on the name

Specified by:
getNotificationManager in interface INotificationManagerFactory
Returns:
NotificationManager instance