Package omero.api
Interface AMD_ISession_getSession
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_ISession_getSession extends Ice.AMDCallback
Retrieves the session associated with this uuid, updating the last access time as well. Throws aRemovedSessionException
if not present, or aSessionTimeoutException
if expired. This method can be used as aSession
ping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(Session __ret)
ice_response indicates that the operation completed successfully.
-
-
-
Method Detail
-
ice_response
void ice_response(Session __ret)
ice_response indicates that the operation completed successfully.
-
-