Package org.codice.ddf.configuration
Interface ConfigurationWatcher
public interface ConfigurationWatcher
Deprecated.
This interface is used to specify a source as a watcher of updates to the DDF system
configuration settings. Whenever the source is configured, or updates are made to the DDF System
Settings, the source will receive the entire list of the most current DDF system settings.
It is up to the ConfigurationWatcher to determine which DDF system settings are of interest, if their values have changed, and how to react to their values.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurationUpdateCallback(Map<String, String> configuration) Deprecated.As of 2.8.0, replaced by using system properties.
-
Method Details
-
configurationUpdateCallback
Deprecated.As of 2.8.0, replaced by using system properties. SeeSystemBaseUrlandSystemInfoInvoked by the ConfigurationManager when the DDF System Settings are modified. The Map of configuration properties contains the entire list of system settings, not just the ones that have changed.- Parameters:
configuration- the entire list of DDF system settings
-
SystemBaseUrlandSystemInfo