Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The Dynamic Server Configuration Service (DSCS) is built around the Basic Configuration Service. The DSCS provides the environment to change specific Sakai properties during run-time using JMX.

Usage

  • The target class that wants to add a dynamically configurable property needs to implement "ConfigurationNotificationListener" and "ConfigurationProperties"
    • e.g.
      Code Block
      
      
      public class PersonImpl implements ConfigurationNotificationListener, ConfigurationProperties {
      
      ...
      }