Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ setServerProcessProxy()

void Ice::LocatorRegistryPrx::setServerProcessProxy ( std::string_view id,
const std::optional< ProcessPrx > & proxy,
const Ice::Context & context = Ice::noExplicitContext ) const

Registers a proxy to the Ice::ProcessPrx object of a server application.

Parameters
idThe server ID.
proxyA proxy to the Ice::ProcessPrx object of the server. This proxy is never null.
contextThe request context.
Exceptions
Ice::ServerNotFoundExceptionThrown when the locator does not know a server application with a server ID of id.