|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigMBean
Configuration MBean Operations are defined in this interface
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |