![]() |
Ice 3.8
Slice API Reference
|
Provides access to a Router
object via a fixed identity.
More...
defined in <Ice/Router.ice>
interface RouterFinder { ... }
Operations | |
Router * | getRouter () |
Gets a proxy to the associated Router . |
Provides access to a Router
object via a fixed identity.
A RouterFinder is always registered with identity Ice/RouterFinder. This allows clients to obtain the associated Router proxy with just the endpoint information of the object. For example, you can use the RouterFinder proxy Ice/RouterFinder:tcp -h somehost -p 4061 to get the Router proxy MyGlacier2/Router:tcp -h somehost -p 4061.
Definition at line 48 of file Router.ice.