Uses of Interface
org.opennms.netmgt.config.TrapdConfig
-
Packages that use TrapdConfig Package Description org.opennms.netmgt.config org.opennms.netmgt.trapd -
-
Uses of TrapdConfig in org.opennms.netmgt.config
Classes in org.opennms.netmgt.config that implement TrapdConfig Modifier and Type Class Description class
TrapdConfigFactory
This is the singleton class used to load the configuration for the OpenNMS Trapd from the trapd-configuration.xml.Methods in org.opennms.netmgt.config that return TrapdConfig Modifier and Type Method Description static TrapdConfig
TrapdConfigFactory. getInstance()
Return the singleton instance of this factory.Methods in org.opennms.netmgt.config with parameters of type TrapdConfig Modifier and Type Method Description static void
TrapdConfigFactory. setInstance(TrapdConfig config)
setInstancevoid
TrapdConfig. update(TrapdConfig config)
void
TrapdConfigFactory. update(TrapdConfig config)
-
Uses of TrapdConfig in org.opennms.netmgt.trapd
Classes in org.opennms.netmgt.trapd that implement TrapdConfig Modifier and Type Class Description class
TrapdConfigBean
This is a bean container that can be used as aTrapdConfig
service.Methods in org.opennms.netmgt.trapd with parameters of type TrapdConfig Modifier and Type Method Description static TrapListenerConfig
Trapd. from(TrapdConfig config)
protected boolean
TrapListener. hasConfigurationChanged(TrapdConfig newConfig)
boolean
TrapListener. hasSnmpV3UsersChanged(TrapdConfig newConfig)
void
TrapdConfigBean. update(TrapdConfig config)
Constructors in org.opennms.netmgt.trapd with parameters of type TrapdConfig Constructor Description TrapdConfigBean(TrapdConfig configToClone)
TrapListener(TrapdConfig config)
TrapSinkModule(TrapdConfig trapdConfig, OnmsDistPoller distPoller)
-