Class RuntimeFixedProperties


  • public class RuntimeFixedProperties
    extends Object
    Utility class to a manage a fixed set of defined properties (designated in Properties as fixed). Certain properties are stored for persistence across restarts, they are read during start-up and remain unchanged for the life of the instance. Any updates to the properties will only be reflected with a restart.

    Note that there are no guarantees that all services will always have the same values. If a fixed property value is changed and if all services are not restarted, they would be operating with different values.