Interface PaxWebManagedService.ConfigurationUpdater
-
- All Known Implementing Classes:
Activator
- Enclosing class:
- PaxWebManagedService
public static interface PaxWebManagedService.ConfigurationUpdaterInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateConfiguration(Dictionary<String,?> properties)Decoupling fromConfigurationAdmin, so pax-web-runtime can use CM or work without it.
-
-
-
Method Detail
-
updateConfiguration
void updateConfiguration(Dictionary<String,?> properties)
Decoupling fromConfigurationAdmin, so pax-web-runtime can use CM or work without it. This method is used to inform configuration mechanisms that properties inorg.ops4j.pax.webPID has changed.- Parameters:
properties-
-
-