Ice 3.7 Slice API Reference
Loading...
Searching...
No Matches
IceStorm.ice File Reference
Include dependency graph for IceStorm.ice:

Go to the source code of this file.

Interfaces

interface  IceStorm::Finder
 This interface 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...
 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

namespace  IceStorm
 A messaging service with support for federation.

Sequences

sequence< LinkInfoIceStorm::LinkInfoSeq
 A sequence of LinkInfo objects.

Dictionaries

dictionary< string, string > IceStorm::QoS
 This dictionary represents quality of service parameters.
dictionary< string, TopicIceStorm::TopicDict
 Mapping of topic name to topic proxy.