net.floodlightcontroller.notification
Interface INotificationManagerFactory

All Known Implementing Classes:
SyslogNotificationFactory

public interface INotificationManagerFactory

This factory interface produce INotificationManager instance.

Author:
kevin.wang@bigswitch.com

Method Summary
<T> INotificationManager
getNotificationManager(java.lang.Class<T> clazz)
          Produce and returns a NotificationManager based on the name
 

Method Detail

getNotificationManager

<T> INotificationManager getNotificationManager(java.lang.Class<T> clazz)
Produce and returns a NotificationManager based on the name

Parameters:
clazz -
Returns:
NotificationManager instance