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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReads and returns system propertiesvoidwriteSystemProperties(Map<String, String> updatedSystemProperties) Updates System Properties
-
Field Details
-
OBJECT_NAME
- See Also:
-
-
Method Details
-
readSystemProperties
List<SystemPropertyDetails> readSystemProperties()Reads and returns system properties- Returns:
- A list of SystemPropertyDetails items.
-
writeSystemProperties
Updates System Properties- Parameters:
updatedSystemProperties- A key value mapping of property name and value to be written
-