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