![]() |
Ice 3.8
Slice API Reference
|
Provides access to a Locator
object via a fixed identity.
More...
defined in <Ice/Locator.ice>
interface LocatorFinder { ... }
Operations | |
Locator * | getLocator () |
Gets a proxy to the associated Locator . |
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.