Ice 3.6 Slice API Reference
|
This inferface should be implemented by services implementing the Ice::Locator interface. More...
Defined in <Ice/Locator.ice>
interface LocatorFinder { ... }
Operations | |
Locator * | getLocator () |
Get the locator proxy implemented by the process hosting this finder object. More... | |
This inferface should be implemented by services implementing the Ice::Locator interface.
It should be advertised through an Ice object with the identity `Ice/LocatorFinder'. This allows clients to retrieve the locator proxy with just the endpoint information of the service.
Locator* getLocator | ( | ) |
Get the locator proxy implemented by the process hosting this finder object.
The proxy might point to several replicas.