Package omero.api
Interface AMD_ThumbnailStore_setPixelsId
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ThumbnailStore_setPixelsId extends Ice.AMDCallback
This method manages the state of the service; it must be invoked before using any other methods. As theThumbnailStore
relies on theRenderingEngine
, a valid rendering definition must be available for it to work.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(boolean __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(boolean __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value)true
if aRenderingDef
exists for thePixels
set, otherwisefalse
-
-