Interface SystemPropertiesAdminMBean


public interface SystemPropertiesAdminMBean
Interface for the System Properties Admin MBean. Allows exposing the system properties out via a JMX MBean interface.

This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.

  • Field Details

  • Method Details

    • readSystemProperties

      List<SystemPropertyDetails> readSystemProperties()
      Reads and returns system properties
      Returns:
      A list of SystemPropertyDetails items.
    • writeSystemProperties

      void writeSystemProperties(Map<String,String> updatedSystemProperties)
      Updates System Properties
      Parameters:
      updatedSystemProperties - A key value mapping of property name and value to be written