Class ThresholdingConfigExtensionManager
- java.lang.Object
-
- org.opennms.features.apilayer.config.ConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
-
- org.opennms.features.apilayer.config.ThresholdingConfigExtensionManager
-
- All Implemented Interfaces:
ConfigurationProvider
public class ThresholdingConfigExtensionManager extends ConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
-
-
Constructor Summary
Constructors Constructor Description ThresholdingConfigExtensionManager(WriteableThresholdingDao thresholdingDao, ThresholdingService thresholdingService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThresholdingConfig
getConfigForExtensions(java.util.Set<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension> extensions)
protected void
triggerReload()
-
Methods inherited from class org.opennms.features.apilayer.config.ConfigExtensionManager
deregisteredFromConfigReloadContainer, getLastUpdate, getObject, getType, onBind, onUnbind, registeredToConfigReloadContainer
-
-
-
-
Constructor Detail
-
ThresholdingConfigExtensionManager
public ThresholdingConfigExtensionManager(WriteableThresholdingDao thresholdingDao, ThresholdingService thresholdingService)
-
-
Method Detail
-
getConfigForExtensions
protected ThresholdingConfig getConfigForExtensions(java.util.Set<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension> extensions)
- Specified by:
getConfigForExtensions
in classConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
-
triggerReload
protected void triggerReload()
- Specified by:
triggerReload
in classConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
-
-