public class _ClientCallbackTie extends _ClientCallbackDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_ClientCallbackTie(_ClientCallbackOperations delegate) |
_ClientCallbackTie() |
Modifier and Type | Method and 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.
|
___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
___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
public static final long serialVersionUID
public _ClientCallbackTie()
public _ClientCallbackTie(_ClientCallbackOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void requestHeartbeat(Ice.Current __current)
_ClientCallbackOperations
requestHeartbeat
in interface _ClientCallbackOperations
__current
- The Current object for the invocation.public void sessionClosed(Ice.Current __current)
_ClientCallbackOperations
sessionClosed
in interface _ClientCallbackOperations
__current
- The Current object for the invocation.public void shutdownIn(long milliseconds, Ice.Current __current)
_ClientCallbackOperations
shutdownIn
in interface _ClientCallbackOperations
__current
- The Current object for the invocation.