Interface ConfigurationWatcher


public interface ConfigurationWatcher
Deprecated.
As of 2.8.0, replaced by using system properties. See SystemBaseUrl and SystemInfo
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 Type
    Method
    Description
    void
    Deprecated.
    As of 2.8.0, replaced by using system properties.
  • Method Details

    • configurationUpdateCallback

      void configurationUpdateCallback(Map<String,String> configuration)
      Deprecated.
      As of 2.8.0, replaced by using system properties. See SystemBaseUrl and SystemInfo
      Invoked 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