Package omero.api

Interface AMD_RawPixelsStore_save

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_RawPixelsStore_save
    extends Ice.AMDCallback
    Save the current state of the pixels, updating the SHA1. This should only be called AFTER all data is successfully set. Future invocations of set methods may be disallowed. This read-only status will allow background processing (generation of thumbnails, compression, etc.) to begin. More information under RawPixelsStore. A null instance will be returned if no save was performed.
    • Method Summary

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

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(Pixels __ret)
        ice_response indicates that the operation completed successfully.