Package omero.api
Interface AMD_IConfig_getVersion
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IConfig_getVersion extends Ice.AMDCallback
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 bygetVersion
-
-
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.
-