public interface ServerConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSetting(java.lang.String settingName)
get a setting from a the cached server configuration
|
void |
save()
Reconfigures the assoicated server with the updated configuration settings
|
void |
updateSetting(java.lang.String settingName,
java.lang.String updatedValue)
updates a setting in a cached configuration (note that the update is not flushed to the server)
|
java.lang.String getSetting(java.lang.String settingName) throws ServerAdministrationException
settingName
- the name of the setting to getServerAdministrationException
- if no such setting existsvoid updateSetting(java.lang.String settingName, java.lang.String updatedValue) throws ServerAdministrationException
settingName
- the name of the setting to updateupdatedValue
- the new value of the setting as a stringServerAdministrationException
- if no such setting existsvoid save() throws ServerConnectionException
ServerConnectionException
- if the server connection fails during saveCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.