Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::Locator Interface Reference

Client applications use the Locator object to resolve Ice indirect proxies. More...

defined in <Ice/Locator.ice>

interface Locator { ... }

Inheritance diagram for Ice::Locator:

Operations

idempotent Object * findAdapterById (string id) throws AdapterNotFoundException
 Finds an object adapter by adapter ID and returns a dummy proxy with the object adapter's endpoint(s).
idempotent Object * findObjectById (Identity id) throws ObjectNotFoundException
 Finds an object by identity and returns a dummy proxy with the endpoint(s) that can be used to reach this object.
idempotent LocatorRegistrygetRegistry ()
 Gets a proxy to the locator registry.

Detailed Description

Client applications use the Locator object to resolve Ice indirect proxies.

This object also allows server applications to retrieve a proxy to the associated LocatorRegistry object where they can register their object adapters.

Definition at line 35 of file Locator.ice.


The documentation for this interface was generated from the following file: