Package omero.api
Class _ClientCallbackTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._ClientCallbackDisp
-
- omero.api._ClientCallbackTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ClientCallbackOperations
,_ClientCallbackOperationsNC
,ClientCallback
public class _ClientCallbackTie extends _ClientCallbackDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._ClientCallbackDisp
__ids
-
Fields inherited from interface omero.api.ClientCallback
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ClientCallbackTie()
_ClientCallbackTie(_ClientCallbackOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
requestHeartbeat(Ice.Current __current)
Heartbeat-request made by the server to guarantee that the client is alive.void
sessionClosed(Ice.Current __current)
The session to which this ServiceFactory is connected has been closed.void
shutdownIn(long milliseconds, Ice.Current __current)
Message that the server will be shutting down in the given number of milliseconds, after which all new and running method invocations will receive a CancelledException.-
Methods inherited from class omero.api._ClientCallbackDisp
___requestHeartbeat, ___sessionClosed, ___shutdownIn, __dispatch, __readImpl, __writeImpl, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, requestHeartbeat, sessionClosed, shutdownIn
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ClientCallbackTie
public _ClientCallbackTie()
-
_ClientCallbackTie
public _ClientCallbackTie(_ClientCallbackOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
requestHeartbeat
public void requestHeartbeat(Ice.Current __current)
Description copied from interface:_ClientCallbackOperations
Heartbeat-request made by the server to guarantee that the client is alive. If the client is still active, then some method should be made on the server to update the last idle time.- Specified by:
requestHeartbeat
in interface_ClientCallbackOperations
- Parameters:
__current
- The Current object for the invocation.
-
sessionClosed
public void sessionClosed(Ice.Current __current)
Description copied from interface:_ClientCallbackOperations
The session to which this ServiceFactory is connected has been closed. Almost no further method calls (if any) are possible. Create a new session via omero.client.createSession()- Specified by:
sessionClosed
in interface_ClientCallbackOperations
- Parameters:
__current
- The Current object for the invocation.
-
shutdownIn
public void shutdownIn(long milliseconds, Ice.Current __current)
Description copied from interface:_ClientCallbackOperations
Message that the server will be shutting down in the given number of milliseconds, after which all new and running method invocations will receive a CancelledException.- Specified by:
shutdownIn
in interface_ClientCallbackOperations
__current
- The Current object for the invocation.
-
-