![]() |
Ice 3.8
Slice API Reference
|
Provides access to a TopicManager
object via a fixed identity.
More...
defined in <IceStorm/IceStorm.ice>
interface Finder { ... }
Operations | |
TopicManager * | getTopicManager () |
Gets a proxy to the associated TopicManager . |
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.