Package omero.api
Interface AMD_IConfig_getDatabaseUuid
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IConfig_getDatabaseUuid extends Ice.AMDCallback
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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.lang.String __ret)
ice_response indicates that the operation completed successfully.
-