Package omero.api
Interface AMD_IQuery_get
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IQuery_get extends Ice.AMDCallback
Looks up an entity by class and id. If no such object exists, an exception will be thrown.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(IObject __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) an initialized entity
-
-