Package omero.api
Interface AMD_IConfig_setConfigValue
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IConfig_setConfigValue extends Ice.AMDCallback
Sets a configuration value in the backend store. Permissions applied to the configuration value may cause aSecurityViolation
to be thrown. If the value is null or empty, then the configuration will be removed in all writable configuration sources. If the configuration is set in a non-modifiable source (e.g. in a property file on the classpath), then a subsequent call togetConfigValue
will return that value.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response()
ice_response indicates that the operation completed successfully.
-