|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.jconfig.jmx.ConfigHandler
| Constructor Summary | |
ConfigHandler()
Constructor for the ConfigHandler object |
|
| Method Summary | |
void |
forceReload()
Description of the Method |
java.lang.String |
getConfigurationName()
Gets the configurationName attribute of the ConfigHandler object |
java.lang.String |
getName()
Gets the name attribute of the ConfigHandler object |
java.lang.String |
getResourceName()
Gets the fileName attribute of the ConfigHandler object |
void |
removeProperty(java.lang.String name,
java.lang.String category)
|
void |
saveConfiguration()
|
void |
setConfigurationName(java.lang.String configName)
Sets the configurationName attribute of the ConfigHandler object |
void |
setProperty(java.lang.String name,
java.lang.String value,
java.lang.String category)
|
void |
setResourceName(java.lang.String resourceName)
Sets the fileName attribute of the ConfigHandler object |
java.lang.String |
showConfiguration()
|
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConfigHandler()
| Method Detail |
public java.lang.String getConfigurationName()
getConfigurationName in interface ConfigHandlerMBeanpublic java.lang.String getResourceName()
getResourceName in interface ConfigHandlerMBeanpublic void setConfigurationName(java.lang.String configName)
setConfigurationName in interface ConfigHandlerMBeanconfigName - The new configurationName valuepublic void setResourceName(java.lang.String resourceName)
setResourceName in interface ConfigHandlerMBeanfileName - The new fileName valuepublic java.lang.String toString()
toString in class java.lang.Objectpublic void forceReload()
forceReload in interface ConfigHandlerMBeanpublic java.lang.String getName()
public java.lang.String showConfiguration()
showConfiguration in interface ConfigHandlerMBean
public void removeProperty(java.lang.String name,
java.lang.String category)
removeProperty in interface ConfigHandlerMBean
public void saveConfiguration()
throws java.lang.Exception
saveConfiguration in interface ConfigHandlerMBean
public void setProperty(java.lang.String name,
java.lang.String value,
java.lang.String category)
setProperty in interface ConfigHandlerMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||