|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JMX admin interface for the ConfigurationService
MBean.
Field Summary | |
static java.lang.String |
OBJECT_NAME
The default object name. |
Method Summary | |
boolean |
getAutoTrim()
Get the attribute value auto-trim flag. |
void |
load(org.w3c.dom.Document configuration)
Parses the given configuration document and sets MBean attributes. |
void |
loadConfiguration()
Load the configuration from the configuration file, installs and initailize configured MBeans and registeres the beans as services. |
java.lang.String |
save()
Builds a string that consists of the configuration elements of the currently running MBeans registered in the server. |
void |
saveConfiguration()
Saves the current configuration of each registered MBean to the running state file file. |
Field Detail |
public static final java.lang.String OBJECT_NAME
Method Detail |
public boolean getAutoTrim()
public void load(org.w3c.dom.Document configuration) throws java.lang.Exception
configuration
- The parsed configuration document.java.lang.Exception
- Failed to load.public java.lang.String save() throws java.lang.Exception
java.lang.Exception
- Failed to construct configuration.public void loadConfiguration() throws java.lang.Exception
This is a 2-step process:
java.lang.Exception
- ???public void saveConfiguration() throws java.lang.Exception
java.lang.Exception
- Failed to save configuration.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |