12 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
13 [[
"cpp:include:IceStorm/Config.h"]]
28 [
"objc:prefix:ICESTORM"]
77 dictionary<string, string>
QoS;
172 [
"nonmutating",
"cpp:const"] idempotent
string getName();
185 [
"nonmutating",
"cpp:const"] idempotent
Object* getPublisher();
197 [
"nonmutating",
"cpp:const"] idempotent
Object* getNonReplicatedPublisher();
222 Object* subscribeAndGetPublisher(
QoS theQoS,
Object* subscriber)
234 idempotent
void unsubscribe(
Object* subscriber);
269 [
"nonmutating",
"cpp:const"] idempotent
LinkInfoSeq getLinkInfoSeq();
361 [
"nonmutating",
"cpp:const"] idempotent
Topic* retrieve(
string name)
throws NoSuchTopic;
370 [
"nonmutating",
"cpp:const"] idempotent
TopicDict retrieveAll();
int cost
The cost of traversing this link.
Definition: IceStorm.ice:60
string name
The name of the link that does not exist.
Definition: IceStorm.ice:108
This exception indicates that an attempt was made to subscribe a proxy that is null.
Definition: IceStorm.ice:127
This exception indicates that an attempt was made to subscribe a proxy for which a subscription alrea...
Definition: IceStorm.ice:117
This exception indicates that an attempt was made to remove a link that does not exist.
Definition: IceStorm.ice:101
string name
The name of the linked topic.
Definition: IceStorm.ice:53
Topic * theTopic
The linked topic.
Definition: IceStorm.ice:46
This exception indicates that a subscription failed due to an invalid QoS.
Definition: IceStorm.ice:143
string reason
The reason for the failure.
Definition: IceStorm.ice:150
string name
The name of the topic that does not exist.
Definition: IceStorm.ice:324
string reason
The reason for the failure.
Definition: IceStorm.ice:134
This exception indicates that an attempt was made to retrieve a topic that does not exist...
Definition: IceStorm.ice:317
dictionary< string, Topic > TopicDict
Mapping of topic name to topic proxy.
Definition: IceStorm.ice:293
string name
The name of the topic that already exists.
Definition: IceStorm.ice:308
This exception indicates that an attempt was made to create a link that already exists.
Definition: IceStorm.ice:85
Publishers publish information on a particular topic.
Definition: IceStorm.ice:161
dictionary< string, string > QoS
This dictionary represents quality of service parameters.
Definition: IceStorm.ice:77
Information on the topic links.
Definition: IceStorm.ice:39
A messaging service with support for federation.
Definition: IceStorm.ice:29
sequence< LinkInfo > LinkInfoSeq
A sequence of LinkInfo objects.
Definition: IceStorm.ice:68
This inferface is advertised by the IceStorm service through the Ice object with the identity `IceSto...
Definition: IceStorm.ice:390
A topic manager manages topics, and subscribers to topics.
Definition: IceStorm.ice:334
dictionary< string, string > SliceChecksumDict
A mapping from type IDs to Slice checksums.
Definition: SliceChecksumDict.ice:23
string name
The name of the linked topic.
Definition: IceStorm.ice:92
sequence< Identity > IdentitySeq
A sequence of identities.
Definition: Identity.ice:57
This exception indicates that an attempt was made to create a topic that already exists.
Definition: IceStorm.ice:301