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 ThresholdingConfiggetConfigForExtensions(Set<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension> extensions)protected voidtriggerReload()- 
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(Set<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension> extensions)
- Specified by:
 getConfigForExtensionsin classConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
 
- 
triggerReload
protected void triggerReload()
- Specified by:
 triggerReloadin classConfigExtensionManager<org.opennms.integration.api.v1.config.thresholding.ThresholdingConfigExtension,ThresholdingConfig>
 
 - 
 
 -