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