Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

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 { ... } Case 1: Configure a String object
  • Case 2: Configure a custom object