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 EventsgetConfigForExtensions(Set<org.opennms.integration.api.v1.config.events.EventConfExtension> extensions)protected voidtriggerReload()- 
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(Set<org.opennms.integration.api.v1.config.events.EventConfExtension> extensions)
- Specified by:
 getConfigForExtensionsin classConfigExtensionManager<org.opennms.integration.api.v1.config.events.EventConfExtension,Events>
 
- 
triggerReload
protected void triggerReload()
- Specified by:
 triggerReloadin classConfigExtensionManager<org.opennms.integration.api.v1.config.events.EventConfExtension,Events>
 
 - 
 
 -