public interface _ClientCallbackOperations
Modifier and Type | Method and Description |
---|---|
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.
|
void requestHeartbeat(Ice.Current __current)
__current
- The Current object for the invocation.void sessionClosed(Ice.Current __current)
__current
- The Current object for the invocation.void shutdownIn(long milliseconds, Ice.Current __current)
__current
- The Current object for the invocation.