Package omero.api

Interface AMD_IConfig_getServerTime

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IConfig_getServerTime
    extends Ice.AMDCallback
    Checks the current server for its time. This value may be variant depending on whether the service is clustered or not.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(RTime __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(RTime __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) Non-null RTime representation of the server's own time.