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

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

defined in <IceStorm/IceStorm.ice>

interface Finder { ... }

Operations

TopicManagergetTopicManager ()
 Gets a proxy to the associated TopicManager.

Detailed Description

Provides access to a TopicManager object via a fixed identity.

An IceStorm Finder is always registered with identity IceStorm/Finder. This allows clients to obtain the associated TopicManager proxy with just the endpoint information of the object. For example, you can use the Finder proxy IceStorm/Finder:tcp -h somehost -p 4061 to get the TopicManager proxy MyIceStorm/TopicManager:tcp -h somehost -p 4061.

Definition at line 174 of file IceStorm.ice.


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