![]() |
Ice 3.8
Slice API Reference
|
Client applications use the Locator object to resolve Ice indirect proxies. More...
defined in <Ice/Locator.ice>
interface 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 LocatorRegistry * | getRegistry () |
Gets a proxy to the locator registry. |
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.