Package omero.api
Interface AMD_IAdmin_getEventContext
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_IAdmin_getEventContext extends Ice.AMDCallback
Returns an implementation ofEventContext
loaded with the security for the current user and thread. If called remotely, not all values ofEventContext
will be sensible.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(EventContext __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(EventContext __ret)
ice_response indicates that the operation completed successfully.- Parameters:
__ret
- (return value) Non-null, immutableEventContext
instance
-
-