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

Provides access to a Locator object via a fixed identity. More...

defined in <Ice/Locator.ice>

interface LocatorFinder { ... }

Operations

LocatorgetLocator ()
 Gets a proxy to the associated Locator.

Detailed Description

Provides access to a Locator object via a fixed identity.

A LocatorFinder is always registered with identity Ice/LocatorFinder. This allows clients to obtain the associated Locator proxy with just the endpoint information of the object. For example, you can use the LocatorFinder proxy Ice/LocatorFinder:tcp -h somehost -p 4061 to get the Locator proxy MyIceGrid/Locator:tcp -h somehost -p 4061.

Definition at line 68 of file Locator.ice.


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