Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches
Ice::RouterFinder Interface Reference

Provides access to a Router object via a fixed identity. More...

defined in <Ice/Router.ice>

interface RouterFinder { ... }

Operations

RoutergetRouter ()
 Gets a proxy to the associated Router.

Detailed Description

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.


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