Ice 3.7 Slice API Reference
|
This inferface should be implemented by services implementing the Ice::Router interface. More...
defined in <Ice/Router.ice>
interface RouterFinder { ... }
Operations | |
Router * | getRouter () |
Get the router proxy implemented by the process hosting this finder object. More... | |
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.
Router* getRouter | ( | ) |
Get the router proxy implemented by the process hosting this finder object.
The proxy might point to several replicas.