5[[
"cpp:dll-export:ICE_API"]]
6[[
"cpp:doxygen:include:Ice/Ice.h"]]
9[[
"cpp:source-include:Ice/LocatorRegistry.h"]]
11[[
"js:module:@zeroc/ice"]]
13#include "Identity.ice"
16[
"cs:identifier:IceRpc.Ice"]
18[
"java:identifier:com.zeroc.Ice"]
The exception that is thrown by a Locator implementation when it cannot find an object adapter.
The exception that is thrown by a Locator implementation when it cannot find an object.
Locator * getLocator()
Gets a proxy to the associated Locator.
Provides access to a Locator object via a fixed identity.
A server application registers the endpoints of its indirect object adapters with the LocatorRegistry...
idempotent Object * findObjectById(Identity id)
Finds an object by identity and returns a dummy proxy with endpoint(s) that can be used to reach this...
idempotent Object * findAdapterById(string id)
Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s)...
idempotent LocatorRegistry * getRegistry()
Gets a proxy to the locator registry.
Client applications use the Locator object to resolve Ice indirect proxies.
Represents the identity of an Ice object.