Ice 3.7 Slice API Reference
Operations | List of all members
Ice::LocatorFinder Interface Reference

This inferface should be implemented by services implementing the Ice::Locator interface. More...

defined in <Ice/Locator.ice>

interface LocatorFinder { ... }

Operations

LocatorgetLocator ()
 Get the locator proxy implemented by the process hosting this finder object. More...
 

Detailed Description

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.

Operation Documentation

◆ getLocator()

Locator* getLocator ( )

Get the locator proxy implemented by the process hosting this finder object.

The proxy might point to several replicas.

Returns
The locator proxy.

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