Package omero.api
Class Callback_ServiceFactory_detachOnDestroy
- java.lang.Object
-
- IceInternal.CallbackBase
-
- IceInternal.TwowayCallback
-
- omero.api.Callback_ServiceFactory_detachOnDestroy
-
- All Implemented Interfaces:
Ice.TwowayCallback
,Ice.TwowayCallbackVoidUE
public abstract class Callback_ServiceFactory_detachOnDestroy extends IceInternal.TwowayCallback implements Ice.TwowayCallbackVoidUE
Marks the session for detachment rather than closure, which will be triggered by the destruction of the Glacier2 connection via router.destroySession() This is the default and allows a lost session to be reconnected, at a slight security cost since the session will persist longer and can be used by others if the UUID is intercepted.
-
-
Constructor Summary
Constructors Constructor Description Callback_ServiceFactory_detachOnDestroy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
__completed(Ice.AsyncResult __result)
-