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

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

defined in <Ice/Router.ice>

interface RouterFinder { ... }

Operations

RoutergetRouter ()
 Get the router proxy implemented by the process hosting this finder object. More...
 

Detailed Description

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

It should be advertised through an Ice object with the identity `Ice/RouterFinder'. This allows clients to retrieve the router proxy with just the endpoint information of the service.

Operation Documentation

◆ getRouter()

Router* getRouter ( )

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

The proxy might point to several replicas.

Returns
The router proxy.

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