Package omero.api
Interface IConfig
-
- All Superinterfaces:
_IConfigOperations
,_IConfigOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_IConfigDisp
,_IConfigTie
public interface IConfig extends Ice.Object, _IConfigOperations, _IConfigOperationsNC, ServiceInterface
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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._IConfigOperations
getClientConfigDefaults_async, getClientConfigValues_async, getConfigDefaults_async, getConfigValue_async, getConfigValues_async, getDatabaseTime_async, getDatabaseUuid_async, getServerTime_async, getVersion_async, setConfigValue_async, setConfigValueIfEquals_async
-
Methods inherited from interface omero.api._IConfigOperationsNC
getClientConfigDefaults_async, getClientConfigValues_async, getConfigDefaults_async, getConfigValue_async, getConfigValues_async, getDatabaseTime_async, getDatabaseUuid_async, getServerTime_async, getVersion_async, setConfigValue_async, setConfigValueIfEquals_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-