public interface ConfigMBean
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String key,
String value)
Adds a new property to the configuration
|
void |
clearProperty(String key)
Deletes the property identified by the passed in key
|
Object |
getProperty(String key)
Returns the current value of a property given a key
|
Object |
obtainProperties()
Returns all Properties.
|
void |
updateProperty(String key,
String value)
Updates an existing property with the new value
|
Object obtainProperties()
Properties
, but doing so will make this operation dissapear
from the JConsole.Object getProperty(String key)
key
- void addProperty(String key, String value)
key
- value
- void updateProperty(String key, String value)
key
- value
- void clearProperty(String key)
key
- Copyright © 2017. All Rights Reserved.