Package omero.api

Interface AMD_IConfig_getDatabaseTime

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IConfig_getDatabaseTime
    extends Ice.AMDCallback
    Checks the database for its time using a SELECT statement.
    • 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 database time.