Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ setServerProcessProxy()

["amd"]
idempotent void setServerProcessProxy ( string id,
Process * proxy ) throws ServerNotFoundException

Registers a proxy to the Process object of a server application.

Parameters
idThe server ID.
proxyA proxy to the Process object of the server. This proxy is never null.
Exceptions
ServerNotFoundExceptionThrown when the locator does not know a server application with a server ID of id.