public interface AMD_ThumbnailStore_getThumbnailSet
extends Ice.AMDCallback
getThumbnailDirect
, placed in the on-disk cache
and returned. Unlike the other thumbnail retrieval methods,
this method may be called without first calling
setPixelsId
.Modifier and Type | Method and Description |
---|---|
void |
ice_response(java.util.Map<java.lang.Long,byte[]> __ret)
ice_response indicates that
the operation completed successfully.
|
void ice_response(java.util.Map<java.lang.Long,byte[]> __ret)
__ret
- (return value) a map whose keys are pixels ids and values are JPEG
thumbnail byte buffers or null
if an
exception was thrown while attempting to retrieve
the thumbnail for that particular Pixels set.