Package omero.api

Interface IConfigPrx

  • All Superinterfaces:
    Ice.ObjectPrx, ServiceInterfacePrx
    All Known Implementing Classes:
    IConfigPrxHelper

    public interface IConfigPrx
    extends ServiceInterfacePrx
    Access to server configuration. These methods provide access to the state and configuration of the server and its components (e.g. the database). However, it should not be assumed that two subsequent calls to a proxy for this service will go to the same server due to clustering. Not all possible server configuration is available through this API. Some values (such as DB connection info, ports, etc.) must naturally be set before this service is accessible. Manages synchronization of the various configuration sources internally. It is therefore important that as far as possible all configuration changes take place via this interface and not, for example, directly via java.util.prefs.Preferences. Also used as the main developer example for developing (stateless) ome.api interfaces. See source code documentation for more.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface Ice.ObjectPrx

        Ice.ObjectPrx.FunctionalCallback_Object_ice_invoke_Response
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Ice.AsyncResult begin_getClientConfigDefaults()
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(Ice.Callback __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getClientConfigDefaults __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigDefaults​(Callback_IConfig_getClientConfigDefaults __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues()
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(Ice.Callback __cb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getClientConfigValues __cb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getClientConfigValues​(Callback_IConfig_getClientConfigValues __cb)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      Ice.AsyncResult begin_getConfigDefaults()
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(Ice.Callback __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getConfigDefaults __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigDefaults​(Callback_IConfig_getConfigDefaults __cb)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, Ice.Callback __cb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getConfigValue __cb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValue​(java.lang.String key, Callback_IConfig_getConfigValue __cb)
      Retrieves a configuration value from the backend store.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, Ice.Callback __cb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getConfigValues __cb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex, Callback_IConfig_getConfigValues __cb)
      Retrieves configuration values from the backend store which match the given regex.
      Ice.AsyncResult begin_getDatabaseTime()
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(Ice.Callback __cb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getDatabaseTime __cb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseTime​(Callback_IConfig_getDatabaseTime __cb)
      Checks the database for its time using a SELECT statement.
      Ice.AsyncResult begin_getDatabaseUuid()
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(Ice.Callback __cb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getDatabaseUuid __cb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getDatabaseUuid​(Callback_IConfig_getDatabaseUuid __cb)
      Provides the UUID for this OMERO (database) instance.
      Ice.AsyncResult begin_getServerTime()
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(Ice.Callback __cb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RTime> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getServerTime __cb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getServerTime​(Callback_IConfig_getServerTime __cb)
      Checks the current server for its time.
      Ice.AsyncResult begin_getVersion()
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(Ice.Callback __cb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_getVersion __cb)
      Provides the release version.
      Ice.AsyncResult begin_getVersion​(Callback_IConfig_getVersion __cb)
      Provides the release version.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, Ice.Callback __cb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_setConfigValue __cb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValue​(java.lang.String key, java.lang.String value, Callback_IConfig_setConfigValue __cb)
      Sets a configuration value in the backend store.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, Ice.Callback __cb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx, Ice.Callback __cb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx, Callback_IConfig_setConfigValueIfEquals __cb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, Callback_IConfig_setConfigValueIfEquals __cb)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      java.util.Map<java.lang.String,​java.lang.String> end_getClientConfigDefaults​(Ice.AsyncResult __result)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> end_getClientConfigValues​(Ice.AsyncResult __result)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> end_getConfigDefaults​(Ice.AsyncResult __result)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      java.lang.String end_getConfigValue​(Ice.AsyncResult __result)
      Retrieves a configuration value from the backend store.
      java.util.Map<java.lang.String,​java.lang.String> end_getConfigValues​(Ice.AsyncResult __result)
      Retrieves configuration values from the backend store which match the given regex.
      RTime end_getDatabaseTime​(Ice.AsyncResult __result)
      Checks the database for its time using a SELECT statement.
      java.lang.String end_getDatabaseUuid​(Ice.AsyncResult __result)
      Provides the UUID for this OMERO (database) instance.
      RTime end_getServerTime​(Ice.AsyncResult __result)
      Checks the current server for its time.
      java.lang.String end_getVersion​(Ice.AsyncResult __result)
      Provides the release version.
      void end_setConfigValue​(Ice.AsyncResult __result)
      Sets a configuration value in the backend store.
      boolean end_setConfigValueIfEquals​(Ice.AsyncResult __result)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      java.util.Map<java.lang.String,​java.lang.String> getClientConfigDefaults()
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> getClientConfigValues()
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
      java.util.Map<java.lang.String,​java.lang.String> getConfigDefaults()
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      java.util.Map<java.lang.String,​java.lang.String> getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Reads the etc/omero.properties file and returns all the key/value pairs that are found there.
      java.lang.String getConfigValue​(java.lang.String key)
      Retrieves a configuration value from the backend store.
      java.lang.String getConfigValue​(java.lang.String key, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves a configuration value from the backend store.
      java.util.Map<java.lang.String,​java.lang.String> getConfigValues​(java.lang.String keyRegex)
      Retrieves configuration values from the backend store which match the given regex.
      java.util.Map<java.lang.String,​java.lang.String> getConfigValues​(java.lang.String keyRegex, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Retrieves configuration values from the backend store which match the given regex.
      RTime getDatabaseTime()
      Checks the database for its time using a SELECT statement.
      RTime getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks the database for its time using a SELECT statement.
      java.lang.String getDatabaseUuid()
      Provides the UUID for this OMERO (database) instance.
      java.lang.String getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides the UUID for this OMERO (database) instance.
      RTime getServerTime()
      Checks the current server for its time.
      RTime getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Checks the current server for its time.
      java.lang.String getVersion()
      Provides the release version.
      java.lang.String getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Provides the release version.
      void setConfigValue​(java.lang.String key, java.lang.String value)
      Sets a configuration value in the backend store.
      void setConfigValue​(java.lang.String key, java.lang.String value, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Sets a configuration value in the backend store.
      boolean setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      boolean setConfigValueIfEquals​(java.lang.String key, java.lang.String value, java.lang.String test, java.util.Map<java.lang.String,​java.lang.String> __ctx)
      Calls setConfigValue if and only if the configuration property is currently equal to the test argument.
      • Methods inherited from interface Ice.ObjectPrx

        begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
    • Method Detail

      • getVersion

        java.lang.String getVersion()
                             throws ServerError
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Throws:
        ServerError
      • getVersion

        java.lang.String getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                             throws ServerError
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        Throws:
        ServerError
      • begin_getVersion

        Ice.AsyncResult begin_getVersion()
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(Ice.Callback __cb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Ice.Callback __cb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(Callback_IConfig_getVersion __cb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         Callback_IConfig_getVersion __cb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getVersion

        Ice.AsyncResult begin_getVersion​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                         IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                         IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                         IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                         IceInternal.Functional_BoolCallback __sentCb)
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getVersion

        java.lang.String end_getVersion​(Ice.AsyncResult __result)
                                 throws ServerError
        Provides the release version. OMERO-internal values will be in the form Major.minor.patch, starting with the value 4.0.0 for the 4.0 release, Spring 2009. Customized values should begin with a alphabetic sequence followed by a hyphen: ACME-0.0.1 and any build information should follow the patch number also with a hyphen: 4.0.0-RC1. These values will be removed by getVersion
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ServerError
      • getConfigValue

        java.lang.String getConfigValue​(java.lang.String key)
                                 throws ServerError
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        Returns:
        The string value linked to this key, possibly null if not set.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value for the key is not readable.
        ServerError
      • getConfigValue

        java.lang.String getConfigValue​(java.lang.String key,
                                        java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                 throws ServerError
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        Returns:
        The string value linked to this key, possibly null if not set.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value for the key is not readable.
        ServerError
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             Ice.Callback __cb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Ice.Callback __cb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             Callback_IConfig_getConfigValue __cb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Callback_IConfig_getConfigValue __cb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValue

        Ice.AsyncResult begin_getConfigValue​(java.lang.String key,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        key - The non-null name of the desired configuration value
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getConfigValue

        java.lang.String end_getConfigValue​(Ice.AsyncResult __result)
                                     throws ServerError
        Retrieves a configuration value from the backend store. Permissions applied to the configuration value may cause a SecurityViolation to be thrown.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        The string value linked to this key, possibly null if not set.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value for the key is not readable.
        ServerError
      • getConfigValues

        java.util.Map<java.lang.String,​java.lang.String> getConfigValues​(java.lang.String keyRegex)
                                                                        throws ServerError
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getConfigValues

        java.util.Map<java.lang.String,​java.lang.String> getConfigValues​(java.lang.String keyRegex,
                                                                               java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                        throws ServerError
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              Ice.Callback __cb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Ice.Callback __cb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              Callback_IConfig_getConfigValues __cb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Callback_IConfig_getConfigValues __cb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigValues

        Ice.AsyncResult begin_getConfigValues​(java.lang.String keyRegex,
                                              java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        keyRegex - The non-null regex of the desired configuration values
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getConfigValues

        java.util.Map<java.lang.String,​java.lang.String> end_getConfigValues​(Ice.AsyncResult __result)
                                                                            throws ServerError
        Retrieves configuration values from the backend store which match the given regex. Any configuration value which would throw an exception on being loaded is omitted.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> getConfigDefaults()
                                                                          throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                          throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults()
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(Ice.Callback __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Ice.Callback __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(Callback_IConfig_getConfigDefaults __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                Callback_IConfig_getConfigDefaults __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getConfigDefaults

        Ice.AsyncResult begin_getConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                IceInternal.Functional_BoolCallback __sentCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> end_getConfigDefaults​(Ice.AsyncResult __result)
                                                                              throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there. Since this file is not to be edited its assumed that these values are in the public domain and so there's no need to protect them.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getClientConfigValues

        java.util.Map<java.lang.String,​java.lang.String> getClientConfigValues()
                                                                              throws ServerError
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getClientConfigValues

        java.util.Map<java.lang.String,​java.lang.String> getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                              throws ServerError
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues()
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(Ice.Callback __cb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Ice.Callback __cb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(Callback_IConfig_getClientConfigValues __cb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    Callback_IConfig_getClientConfigValues __cb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigValues

        Ice.AsyncResult begin_getClientConfigValues​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                    IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                    IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                    IceInternal.Functional_BoolCallback __sentCb)
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getClientConfigValues

        java.util.Map<java.lang.String,​java.lang.String> end_getClientConfigValues​(Ice.AsyncResult __result)
                                                                                  throws ServerError
        Retrieves configuration values like getConfigValues but only those with the prefix omero.client.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getClientConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> getClientConfigDefaults()
                                                                                throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • getClientConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                                                                throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults()
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(Ice.Callback __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Ice.Callback __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(Callback_IConfig_getClientConfigDefaults __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      Callback_IConfig_getClientConfigDefaults __cb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getClientConfigDefaults

        Ice.AsyncResult begin_getClientConfigDefaults​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                      IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,​java.lang.String>> __responseCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                      IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                      IceInternal.Functional_BoolCallback __sentCb)
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getClientConfigDefaults

        java.util.Map<java.lang.String,​java.lang.String> end_getClientConfigDefaults​(Ice.AsyncResult __result)
                                                                                    throws ServerError
        Reads the etc/omero.properties file and returns all the key/value pairs that are found there which match the prefix omero.client.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        a map from the found keys to the linked values.
        Throws:
        ServerError
      • setConfigValue

        void setConfigValue​(java.lang.String key,
                            java.lang.String value)
                     throws ServerError
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value is not writable.
        ServerError
      • setConfigValue

        void setConfigValue​(java.lang.String key,
                            java.lang.String value,
                            java.util.Map<java.lang.String,​java.lang.String> __ctx)
                     throws ServerError
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value is not writable.
        ServerError
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             Ice.Callback __cb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Ice.Callback __cb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             Callback_IConfig_setConfigValue __cb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             Callback_IConfig_setConfigValue __cb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValue

        Ice.AsyncResult begin_setConfigValue​(java.lang.String key,
                                             java.lang.String value,
                                             java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                             IceInternal.Functional_VoidCallback __responseCb,
                                             IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                             IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                             IceInternal.Functional_BoolCallback __sentCb)
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        key - The non-null name of the desired configuration value
        value - The string value to assign to the given key.
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_setConfigValue

        void end_setConfigValue​(Ice.AsyncResult __result)
                         throws ServerError
        Sets a configuration value in the backend store. Permissions applied to the configuration value may cause a SecurityViolation 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 to getConfigValue will return that value.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ApiUsageException - if the key is null or invalid.
        SecurityViolation - if the value is not writable.
        ServerError
      • setConfigValueIfEquals

        boolean setConfigValueIfEquals​(java.lang.String key,
                                       java.lang.String value,
                                       java.lang.String test)
                                throws ServerError
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        value -
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
        See Also:
        setConfigValue(java.lang.String, java.lang.String)
      • setConfigValueIfEquals

        boolean setConfigValueIfEquals​(java.lang.String key,
                                       java.lang.String value,
                                       java.lang.String test,
                                       java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                throws ServerError
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        value -
        __ctx - The Context map to send with the invocation.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
        See Also:
        setConfigValue(java.lang.String, java.lang.String)
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     Ice.Callback __cb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Ice.Callback __cb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     Callback_IConfig_setConfigValueIfEquals __cb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     Callback_IConfig_setConfigValueIfEquals __cb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     IceInternal.Functional_BoolCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     IceInternal.Functional_BoolCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_BoolCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_setConfigValueIfEquals

        Ice.AsyncResult begin_setConfigValueIfEquals​(java.lang.String key,
                                                     java.lang.String value,
                                                     java.lang.String test,
                                                     java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                                     IceInternal.Functional_BoolCallback __responseCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                                     IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                                     IceInternal.Functional_BoolCallback __sentCb)
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        key -
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_setConfigValueIfEquals

        boolean end_setConfigValueIfEquals​(Ice.AsyncResult __result)
                                    throws ServerError
        Calls setConfigValue if and only if the configuration property is currently equal to the test argument. If the test is null or empty, then the configuration property will be set only if missing.
        Parameters:
        __result - The asynchronous result object.
        Throws:
        ApiUsageException
        SecurityViolation
        ServerError
        See Also:
        setConfigValue(java.lang.String, java.lang.String)
      • getDatabaseUuid

        java.lang.String getDatabaseUuid()
                                  throws ServerError
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Returns:
        String not null.
        Throws:
        ServerError
      • getDatabaseUuid

        java.lang.String getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                                  throws ServerError
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        String not null.
        Throws:
        ServerError
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid()
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(Ice.Callback __cb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Ice.Callback __cb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(Callback_IConfig_getDatabaseUuid __cb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Callback_IConfig_getDatabaseUuid __cb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseUuid

        Ice.AsyncResult begin_getDatabaseUuid​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getDatabaseUuid

        java.lang.String end_getDatabaseUuid​(Ice.AsyncResult __result)
                                      throws ServerError
        Provides the UUID for this OMERO (database) instance. To make imports and exports function properly, only one physical database should be active with a given instance UUID. All other copies of the database with that UUID are invalid as soon as one modification is made. This value is stored in the configuration table under the key omero.db.uuid.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        String not null.
        Throws:
        ServerError
      • getDatabaseTime

        RTime getDatabaseTime()
                       throws ServerError
        Checks the database for its time using a SELECT statement.
        Returns:
        Non-null RTime representation of the database time.
        Throws:
        InternalException - though any call can throw an InternalException it is more likely that this can occur while contacting the DB. An exception here most likely means (A) a temporary issue with the DB or (B) a SQL dialect issue which must be corrected by the Omero team.
        ServerError
      • getDatabaseTime

        RTime getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                       throws ServerError
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        Non-null RTime representation of the database time.
        Throws:
        InternalException - though any call can throw an InternalException it is more likely that this can occur while contacting the DB. An exception here most likely means (A) a temporary issue with the DB or (B) a SQL dialect issue which must be corrected by the Omero team.
        ServerError
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime()
        Checks the database for its time using a SELECT statement.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(Ice.Callback __cb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Ice.Callback __cb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(Callback_IConfig_getDatabaseTime __cb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              Callback_IConfig_getDatabaseTime __cb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getDatabaseTime

        Ice.AsyncResult begin_getDatabaseTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                              IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                              IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                              IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                              IceInternal.Functional_BoolCallback __sentCb)
        Checks the database for its time using a SELECT statement.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getDatabaseTime

        RTime end_getDatabaseTime​(Ice.AsyncResult __result)
                           throws ServerError
        Checks the database for its time using a SELECT statement.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        Non-null RTime representation of the database time.
        Throws:
        InternalException - though any call can throw an InternalException it is more likely that this can occur while contacting the DB. An exception here most likely means (A) a temporary issue with the DB or (B) a SQL dialect issue which must be corrected by the Omero team.
        ServerError
      • getServerTime

        RTime getServerTime()
                     throws ServerError
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Returns:
        Non-null RTime representation of the server's own time.
        Throws:
        ServerError
      • getServerTime

        RTime getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
                     throws ServerError
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        Non-null RTime representation of the server's own time.
        Throws:
        ServerError
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime()
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(Ice.Callback __cb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Ice.Callback __cb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(Callback_IConfig_getServerTime __cb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            Callback_IConfig_getServerTime __cb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __cb - The asynchronous callback object.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        Returns:
        The asynchronous result object.
      • begin_getServerTime

        Ice.AsyncResult begin_getServerTime​(java.util.Map<java.lang.String,​java.lang.String> __ctx,
                                            IceInternal.Functional_GenericCallback1<RTime> __responseCb,
                                            IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
                                            IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
                                            IceInternal.Functional_BoolCallback __sentCb)
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __ctx - The Context map to send with the invocation.
        __responseCb - The lambda response callback.
        __userExceptionCb - The lambda user exception callback.
        __exceptionCb - The lambda exception callback.
        __sentCb - The lambda sent callback.
        Returns:
        The asynchronous result object.
      • end_getServerTime

        RTime end_getServerTime​(Ice.AsyncResult __result)
                         throws ServerError
        Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
        Parameters:
        __result - The asynchronous result object.
        Returns:
        Non-null RTime representation of the server's own time.
        Throws:
        ServerError