Package omero.api
Interface ClientCallback
-
- All Superinterfaces:
_ClientCallbackOperations
,_ClientCallbackOperationsNC
,Ice.Object
- All Known Implementing Classes:
_ClientCallbackDisp
,_ClientCallbackTie
public interface ClientCallback extends Ice.Object, _ClientCallbackOperations, _ClientCallbackOperationsNC
Primary callback interface for interaction between client and server session (""ServiceFactory""). Where possible these methods will be called one-way to prevent clients from hanging the server.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._ClientCallbackOperations
requestHeartbeat, sessionClosed, shutdownIn
-
Methods inherited from interface omero.api._ClientCallbackOperationsNC
requestHeartbeat, sessionClosed, shutdownIn
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-