Uses of Interface
org.codice.ddf.configuration.ConfigurationWatcher
-
Uses of ConfigurationWatcher in org.codice.ddf.configuration
Fields in org.codice.ddf.configuration with type parameters of type ConfigurationWatcherModifier and TypeFieldDescriptionprotected List<ConfigurationWatcher>ConfigurationManager.servicesList of DdfManagedServices to push the DDF system settings to.Methods in org.codice.ddf.configuration with parameters of type ConfigurationWatcherModifier and TypeMethodDescriptionvoidConfigurationManager.bind(ConfigurationWatcher service, Map properties) Invoked when a ConfigurationWatcher first comes online, e.g., when a federated source is configured, this method pushes the DDF system settings to the newly registered (bound) ConfigurationWatcher.Constructor parameters in org.codice.ddf.configuration with type arguments of type ConfigurationWatcherModifierConstructorDescriptionConfigurationManager(List<ConfigurationWatcher> services, org.osgi.service.cm.ConfigurationAdmin configurationAdmin) Constructs the list of DDF system Settings (read-only and configurable settings) to be pushed to registered ConfigurationWatchers.