Public Member Functions | |
void | invocationDestroyed () |
Package Functions | |
void | responseReceived (RemoteResponse response) |
Invocation
instance requests. Since the callback cannot determine which remote call originated it, the GUI must instantiate a new instance of the callback for each asynchronous remote call.
|
A message identifying the destruction of the remote process that delivers the responses for the given invocation. This message is delivered, if: 1. server single-sidedly closes the data delivery and reports this to the client, 2. if the client destroys the data delivery and server does ACK, 3. if server does not support ACKs, the engine must send this when it determines that the data delivery is broken or timeouts. Implemented in si::ijs::acs::objectexplorer::OERemoteResponseCallback.
|
|
Delivers the data structure that parametrizes received notification from the server side.
|