Package omero.api
Interface AMD_StatefulServiceInterface_getCurrentEventContext
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_StatefulServiceInterface_getCurrentEventContext extends Ice.AMDCallback
To free clients from tracking the mapping from session to stateful service, each stateful service can returns its own context information.
-
-
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.
-
-