Package omero.api
Class Callback_IConfig_setConfigValue
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_IConfig_setConfigValue
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackVoidUE
public abstract class Callback_IConfig_setConfigValue extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
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.
-
-
Constructor Summary
Constructors Constructor Description Callback_IConfig_setConfigValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-