Ice 3.6 Slice API Reference
|
Go to the source code of this file.
Interfaces | |
interface | IceStorm::Finder |
This inferface is advertised by the IceStorm service through the Ice object with the identity `IceStorm/Finder'. More... | |
interface | IceStorm::Topic |
Publishers publish information on a particular topic. More... | |
interface | IceStorm::TopicManager |
A topic manager manages topics, and subscribers to topics. More... | |
Structs | |
struct | IceStorm::LinkInfo |
Information on the topic links. More... | |
Exceptions | |
exception | IceStorm::AlreadySubscribed |
This exception indicates that an attempt was made to subscribe a proxy for which a subscription already exists. More... | |
exception | IceStorm::BadQoS |
This exception indicates that a subscription failed due to an invalid QoS. More... | |
exception | IceStorm::InvalidSubscriber |
This exception indicates that an attempt was made to subscribe a proxy that is null. More... | |
exception | IceStorm::LinkExists |
This exception indicates that an attempt was made to create a link that already exists. More... | |
exception | IceStorm::NoSuchLink |
This exception indicates that an attempt was made to remove a link that does not exist. More... | |
exception | IceStorm::NoSuchTopic |
This exception indicates that an attempt was made to retrieve a topic that does not exist. More... | |
exception | IceStorm::TopicExists |
This exception indicates that an attempt was made to create a topic that already exists. More... | |
Modules | |
IceStorm | |
A messaging service with support for federation. | |
Sequences | |
sequence< LinkInfo > | IceStorm::LinkInfoSeq |
A sequence of LinkInfo objects. More... | |
Dictionaries | |
dictionary< string, string > | IceStorm::QoS |
This dictionary represents quality of service parameters. More... | |
dictionary< string, Topic > | IceStorm::TopicDict |
Mapping of topic name to topic proxy. More... | |