public interface _ClientCallbackOperationsNC
Modifier and Type | Method and Description |
---|---|
void |
requestHeartbeat()
Heartbeat-request made by the server to guarantee that the client
is alive.
|
void |
sessionClosed()
The session to which this ServiceFactory is connected has been
closed.
|
void |
shutdownIn(long milliseconds)
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()
void sessionClosed()
void shutdownIn(long milliseconds)