Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
interface |
A topic manager manages topics, and subscribers to topics.
Create a new topic.
Returns the checksums for the IceStorm Slice definitions.
Retrieve a topic by name.
Retrieve all topics managed by this topic manager.
|
Create a new topic. The topic name must be unique, otherwise
TopicExists
is raised.
The name of the topic.
A proxy to the topic instance.
TopicExists
Raised if a topic with the same name already exists.
::Ice::SliceChecksumDict getSliceChecksums(); |
Returns the checksums for the IceStorm Slice definitions.
A dictionary mapping Slice type ids to their checksums.
|
Retrieve a topic by name.
The name of the topic.
A proxy to the topic instance.
NoSuchTopic
Raised if the topic does not exist.
TopicDict retrieveAll(); |
Retrieve all topics managed by this topic manager.
A dictionary of string, topic proxy pairs.
<<< Previous | Home | Next >>> |
IceStorm::TopicExists | Up | IcePatch2 |