Uses of Class
org.opennms.netmgt.config.NotifdConfigManager
-
Packages that use NotifdConfigManager Package Description org.opennms.netmgt.config org.opennms.netmgt.config.mock org.opennms.netmgt.notifd -
-
Uses of NotifdConfigManager in org.opennms.netmgt.config
Subclasses of NotifdConfigManager in org.opennms.netmgt.config Modifier and Type Class Description class
NotifdConfigFactory
NotifdConfigFactory class.Methods in org.opennms.netmgt.config that return NotifdConfigManager Modifier and Type Method Description protected NotifdConfigManager
NotificationManager. getConfigManager()
getConfigManagerConstructors in org.opennms.netmgt.config with parameters of type NotifdConfigManager Constructor Description NotificationManager(NotifdConfigManager configManager, javax.sql.DataSource dcf)
Constructor for NotificationManager. -
Uses of NotifdConfigManager in org.opennms.netmgt.config.mock
Subclasses of NotifdConfigManager in org.opennms.netmgt.config.mock Modifier and Type Class Description class
MockNotifdConfigManager
Constructors in org.opennms.netmgt.config.mock with parameters of type NotifdConfigManager Constructor Description MockNotificationManager(NotifdConfigManager configManager, javax.sql.DataSource db, java.lang.String mgrString)
-
Uses of NotifdConfigManager in org.opennms.netmgt.notifd
Methods in org.opennms.netmgt.notifd that return NotifdConfigManager Modifier and Type Method Description NotifdConfigManager
Notifd. getConfigManager()
getConfigManagerNotifdConfigManager
BroadcastEventProcessor. getNotifdConfigManager()
getNotifdConfigManagerMethods in org.opennms.netmgt.notifd with parameters of type NotifdConfigManager Modifier and Type Method Description void
Notifd. setConfigManager(NotifdConfigManager manager)
setConfigManagervoid
BroadcastEventProcessor. setNotifdConfigManager(NotifdConfigManager notifdConfigManager)
setNotifdConfigManager
-