Package omero.api
Interface AMD_RawFileStore_save
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_RawFileStore_save extends Ice.AMDCallback
Saves theOriginalFile
associated with the service if it has been modified. The returned valued should replace all instances of theOriginalFile
in the client. If save has not been called,RawFileStore
instances will save theOriginalFile
object associated with it onclose
. See also ticket 1651 and ticket 2161.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(OriginalFile __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(OriginalFile __ret)
ice_response indicates that the operation completed successfully.
-
-