This file is indexed.

/usr/lib/cli/libzeroc-ice3.5/IceStorm.xml is in libzeroc-ice3.5-cil 3.5.1-5.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>IceStorm</name>
    </assembly>
    <members>
        <member name="T:IceStorm.LinkExists">
            <summary>
            This exception indicates that an attempt was made to create a link
            that already exists.
            </summary>
        </member>
        <member name="T:IceStorm.NoSuchLink">
            <summary>
            This exception indicates that an attempt was made to remove a
            link that does not exist.
            </summary>
        </member>
        <member name="T:IceStorm.AlreadySubscribed">
            <summary>
            This exception indicates that an attempt was made to subscribe
            a proxy for which a subscription already exists.
            </summary>
        </member>
        <member name="T:IceStorm.BadQoS">
            <summary>
            This exception indicates that a subscription failed due to an
            invalid QoS.
            </summary>
        </member>
        <member name="T:IceStorm.TopicExists">
            <summary>
            This exception indicates that an attempt was made to create a topic
            that already exists.
            </summary>
        </member>
        <member name="T:IceStorm.NoSuchTopic">
            <summary>
            This exception indicates that an attempt was made to retrieve a
            topic that does not exist.
            </summary>
        </member>
        <member name="T:IceStorm.TopicOperations_">
            <summary>
            Publishers publish information on a particular topic.
            A topic
            logically represents a type.
            </summary>
        </member>
        <member name="M:IceStorm.TopicOperations_.getName(Ice.Current)">
            <summary>
            Get the name of this topic.
            </summary>
            <returns>The name of the topic.
            </returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.getPublisher(Ice.Current)">
            <summary>
            Get a proxy to a publisher object for this topic.
            To publish
            data to a topic, the publisher calls getPublisher and then
            casts to the topic type. An unchecked cast must be used on this
            proxy. If a replicated IceStorm deployment is used this call
            may return a replicated proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.getNonReplicatedPublisher(Ice.Current)">
            <summary>
            Get a non-replicated proxy to a publisher object for this
            topic.
            To publish data to a topic, the publisher calls
            getPublisher and then casts to the topic type. An unchecked
            cast must be used on this proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.subscribe(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,Ice.Current)">
            <summary>
            Subscribe with the given qos to this topic.
            <para>subscribe is deprecated, use subscribeAndGetPublisher instead</para>
            If the given
            subscriber proxy has already been registered, it will be
            replaced. Note that this can cause a loss of events to the
            subscribed object.
            This operation is deprecated as of version 3.2.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.subscribeAndGetPublisher(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,Ice.Current)">
            <summary>
            Subscribe with the given qos to this topic.
            A
            per-subscriber publisher object is returned.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <exception name="AlreadySubscribed">Raised if the subscriber object is
            already subscribed.
            </exception>
            <exception name="BadQoS">Raised if the requested quality of service
            is unavailable or invalid.
            </exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.unsubscribe(Ice.ObjectPrx,Ice.Current)">
            <summary>
            Unsubscribe the given subscriber.
            </summary>
            <param name="subscriber">The proxy of an existing subscriber.
            </param>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.link(IceStorm.TopicPrx,System.Int32,Ice.Current)">
            <summary>
            Create a link to the given topic.
            All events originating
            on this topic will also be sent to linkTo.
            </summary>
            <param name="linkTo">The topic to link to.
            </param>
            <param name="cost">The cost to the linked topic.
            </param>
            <exception name="LinkExists">Raised if a link to the same topic already
            exists.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.unlink(IceStorm.TopicPrx,Ice.Current)">
            <summary>
            Destroy the link from this topic to the given topic linkTo.
            </summary>
            <param name="linkTo">The topic to destroy the link to.
            </param>
            <exception name="NoSuchLink">Raised if a link to the topic does not exist.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.getLinkInfoSeq(Ice.Current)">
            <summary>
            Retrieve information on the current links.
            </summary>
            <returns>A sequence of LinkInfo objects.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.getSubscribers(Ice.Current)">
            <summary>
            Retrieve the list of subscribers for this topic.
            </summary>
            <returns>The sequence of Ice identities for the subscriber objects.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicOperations_.destroy(Ice.Current)">
            <summary>
            Destroy the topic.
            </summary>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:IceStorm.TopicOperationsNC_">
            <summary>
            Publishers publish information on a particular topic.
            A topic
            logically represents a type.
            </summary>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.getName">
            <summary>
            Get the name of this topic.
            </summary>
            <returns>The name of the topic.
            </returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.getPublisher">
            <summary>
            Get a proxy to a publisher object for this topic.
            To publish
            data to a topic, the publisher calls getPublisher and then
            casts to the topic type. An unchecked cast must be used on this
            proxy. If a replicated IceStorm deployment is used this call
            may return a replicated proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.getNonReplicatedPublisher">
            <summary>
            Get a non-replicated proxy to a publisher object for this
            topic.
            To publish data to a topic, the publisher calls
            getPublisher and then casts to the topic type. An unchecked
            cast must be used on this proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.subscribe(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx)">
            <summary>
            Subscribe with the given qos to this topic.
            <para>subscribe is deprecated, use subscribeAndGetPublisher instead</para>
            If the given
            subscriber proxy has already been registered, it will be
            replaced. Note that this can cause a loss of events to the
            subscribed object.
            This operation is deprecated as of version 3.2.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.subscribeAndGetPublisher(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx)">
            <summary>
            Subscribe with the given qos to this topic.
            A
            per-subscriber publisher object is returned.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <exception name="AlreadySubscribed">Raised if the subscriber object is
            already subscribed.
            </exception>
            <exception name="BadQoS">Raised if the requested quality of service
            is unavailable or invalid.
            </exception>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.unsubscribe(Ice.ObjectPrx)">
            <summary>
            Unsubscribe the given subscriber.
            </summary>
            <param name="subscriber">The proxy of an existing subscriber.
            </param>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.link(IceStorm.TopicPrx,System.Int32)">
            <summary>
            Create a link to the given topic.
            All events originating
            on this topic will also be sent to linkTo.
            </summary>
            <param name="linkTo">The topic to link to.
            </param>
            <param name="cost">The cost to the linked topic.
            </param>
            <exception name="LinkExists">Raised if a link to the same topic already
            exists.</exception>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.unlink(IceStorm.TopicPrx)">
            <summary>
            Destroy the link from this topic to the given topic linkTo.
            </summary>
            <param name="linkTo">The topic to destroy the link to.
            </param>
            <exception name="NoSuchLink">Raised if a link to the topic does not exist.</exception>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.getLinkInfoSeq">
            <summary>
            Retrieve information on the current links.
            </summary>
            <returns>A sequence of LinkInfo objects.</returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.getSubscribers">
            <summary>
            Retrieve the list of subscribers for this topic.
            </summary>
            <returns>The sequence of Ice identities for the subscriber objects.</returns>
        </member>
        <member name="M:IceStorm.TopicOperationsNC_.destroy">
            <summary>
            Destroy the topic.
            </summary>
        </member>
        <member name="T:IceStorm.TopicManagerOperations_">
            <summary>
            A topic manager manages topics, and subscribers to topics.
            </summary>
        </member>
        <member name="M:IceStorm.TopicManagerOperations_.create(System.String,Ice.Current)">
            <summary>
            Create a new topic.
            The topic name must be unique, otherwise
            TopicExists is raised.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="TopicExists">Raised if a topic with the same name already
            exists.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerOperations_.retrieve(System.String,Ice.Current)">
            <summary>
            Retrieve a topic by name.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="NoSuchTopic">Raised if the topic does not exist.</exception>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerOperations_.retrieveAll(Ice.Current)">
            <summary>
            Retrieve all topics managed by this topic manager.
            </summary>
            <returns>A dictionary of string, topic proxy pairs.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerOperations_.getSliceChecksums(Ice.Current)">
            <summary>
            Returns the checksums for the IceStorm Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
            <param name="current__">The Current object for the invocation.</param>
        </member>
        <member name="T:IceStorm.TopicManagerOperationsNC_">
            <summary>
            A topic manager manages topics, and subscribers to topics.
            </summary>
        </member>
        <member name="M:IceStorm.TopicManagerOperationsNC_.create(System.String)">
            <summary>
            Create a new topic.
            The topic name must be unique, otherwise
            TopicExists is raised.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="TopicExists">Raised if a topic with the same name already
            exists.</exception>
        </member>
        <member name="M:IceStorm.TopicManagerOperationsNC_.retrieve(System.String)">
            <summary>
            Retrieve a topic by name.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="NoSuchTopic">Raised if the topic does not exist.</exception>
        </member>
        <member name="M:IceStorm.TopicManagerOperationsNC_.retrieveAll">
            <summary>
            Retrieve all topics managed by this topic manager.
            </summary>
            <returns>A dictionary of string, topic proxy pairs.</returns>
        </member>
        <member name="M:IceStorm.TopicManagerOperationsNC_.getSliceChecksums">
            <summary>
            Returns the checksums for the IceStorm Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
        </member>
        <member name="T:IceStorm.TopicPrxHelper">
            <summary>
            Publishers publish information on a particular topic.
            A topic
            logically represents a type.
            </summary>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.destroy">
            <summary>
            Destroy the topic.
            </summary>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.destroy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Destroy the topic.
            </summary>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getLinkInfoSeq">
            <summary>
            Retrieve information on the current links.
            </summary>
            <returns>A sequence of LinkInfo objects.</returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getLinkInfoSeq(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve information on the current links.
            </summary>
            <returns>A sequence of LinkInfo objects.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getName">
            <summary>
            Get the name of this topic.
            </summary>
            <returns>The name of the topic.
            </returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getName(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the name of this topic.
            </summary>
            <returns>The name of the topic.
            </returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getNonReplicatedPublisher">
            <summary>
            Get a non-replicated proxy to a publisher object for this
            topic.
            To publish data to a topic, the publisher calls
            getPublisher and then casts to the topic type. An unchecked
            cast must be used on this proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getNonReplicatedPublisher(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a non-replicated proxy to a publisher object for this
            topic.
            To publish data to a topic, the publisher calls
            getPublisher and then casts to the topic type. An unchecked
            cast must be used on this proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getPublisher">
            <summary>
            Get a proxy to a publisher object for this topic.
            To publish
            data to a topic, the publisher calls getPublisher and then
            casts to the topic type. An unchecked cast must be used on this
            proxy. If a replicated IceStorm deployment is used this call
            may return a replicated proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getPublisher(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a proxy to a publisher object for this topic.
            To publish
            data to a topic, the publisher calls getPublisher and then
            casts to the topic type. An unchecked cast must be used on this
            proxy. If a replicated IceStorm deployment is used this call
            may return a replicated proxy.
            </summary>
            <returns>A proxy to publish data on this topic.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getSubscribers">
            <summary>
            Retrieve the list of subscribers for this topic.
            </summary>
            <returns>The sequence of Ice identities for the subscriber objects.</returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.getSubscribers(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve the list of subscribers for this topic.
            </summary>
            <returns>The sequence of Ice identities for the subscriber objects.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.link(IceStorm.TopicPrx,System.Int32)">
            <summary>
            Create a link to the given topic.
            All events originating
            on this topic will also be sent to linkTo.
            </summary>
            <param name="linkTo">The topic to link to.
            </param>
            <param name="cost">The cost to the linked topic.
            </param>
            <exception name="LinkExists">Raised if a link to the same topic already
            exists.</exception>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.link(IceStorm.TopicPrx,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a link to the given topic.
            All events originating
            on this topic will also be sent to linkTo.
            </summary>
            <param name="linkTo">The topic to link to.
            </param>
            <param name="cost">The cost to the linked topic.
            </param>
            <exception name="LinkExists">Raised if a link to the same topic already
            exists.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.subscribe(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx)">
            <summary>
            Subscribe with the given qos to this topic.
            <para>subscribe is deprecated, use subscribeAndGetPublisher instead</para>
            If the given
            subscriber proxy has already been registered, it will be
            replaced. Note that this can cause a loss of events to the
            subscribed object.
            This operation is deprecated as of version 3.2.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.subscribe(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Subscribe with the given qos to this topic.
            <para>subscribe is deprecated, use subscribeAndGetPublisher instead</para>
            If the given
            subscriber proxy has already been registered, it will be
            replaced. Note that this can cause a loss of events to the
            subscribed object.
            This operation is deprecated as of version 3.2.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.subscribeAndGetPublisher(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx)">
            <summary>
            Subscribe with the given qos to this topic.
            A
            per-subscriber publisher object is returned.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <exception name="AlreadySubscribed">Raised if the subscriber object is
            already subscribed.
            </exception>
            <exception name="BadQoS">Raised if the requested quality of service
            is unavailable or invalid.
            </exception>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.subscribeAndGetPublisher(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Subscribe with the given qos to this topic.
            A
            per-subscriber publisher object is returned.
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <returns>The per-subscriber publisher object.
            </returns>
            <exception name="AlreadySubscribed">Raised if the subscriber object is
            already subscribed.
            </exception>
            <exception name="BadQoS">Raised if the requested quality of service
            is unavailable or invalid.
            </exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.unlink(IceStorm.TopicPrx)">
            <summary>
            Destroy the link from this topic to the given topic linkTo.
            </summary>
            <param name="linkTo">The topic to destroy the link to.
            </param>
            <exception name="NoSuchLink">Raised if a link to the topic does not exist.</exception>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.unlink(IceStorm.TopicPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Destroy the link from this topic to the given topic linkTo.
            </summary>
            <param name="linkTo">The topic to destroy the link to.
            </param>
            <exception name="NoSuchLink">Raised if a link to the topic does not exist.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.unsubscribe(Ice.ObjectPrx)">
            <summary>
            Unsubscribe the given subscriber.
            </summary>
            <param name="subscriber">The proxy of an existing subscriber.
            </param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.unsubscribe(Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Unsubscribe the given subscriber.
            </summary>
            <param name="subscriber">The proxy of an existing subscriber.
            </param>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_destroy(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Destroy the topic.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_getLinkInfoSeq(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve information on the current links.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_getName(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get the name of this topic.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_getNonReplicatedPublisher(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a non-replicated proxy to a publisher object for this
            topic.
            To publish data to a topic, the publisher calls
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_getPublisher(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Get a proxy to a publisher object for this topic.
            To publish
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_getSubscribers(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve the list of subscribers for this topic.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_link(IceStorm.TopicPrx,System.Int32,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a link to the given topic.
            All events originating
            </summary>
            <param name="linkTo">The topic to link to.
            </param>
            <param name="cost">The cost to the linked topic.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_subscribe(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Subscribe with the given qos to this topic.
            If the given
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
            <para>subscribe is deprecated, use subscribeAndGetPublisher instead</para>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_subscribeAndGetPublisher(System.Collections.Generic.Dictionary{System.String,System.String},Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Subscribe with the given qos to this topic.
            A
            </summary>
            <param name="theQoS">The quality of service parameters for this
            subscription.
            </param>
            <param name="subscriber">The subscriber's proxy.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_unlink(IceStorm.TopicPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Destroy the link from this topic to the given topic linkTo.
            </summary>
            <param name="linkTo">The topic to destroy the link to.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicPrxHelper.begin_unsubscribe(Ice.ObjectPrx,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Unsubscribe the given subscriber.
            </summary>
            <param name="subscriber">The proxy of an existing subscriber.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:IceStorm.TopicManagerPrxHelper">
            <summary>
            A topic manager manages topics, and subscribers to topics.
            </summary>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.create(System.String)">
            <summary>
            Create a new topic.
            The topic name must be unique, otherwise
            TopicExists is raised.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="TopicExists">Raised if a topic with the same name already
            exists.</exception>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.create(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a new topic.
            The topic name must be unique, otherwise
            TopicExists is raised.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="TopicExists">Raised if a topic with the same name already
            exists.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.getSliceChecksums">
            <summary>
            Returns the checksums for the IceStorm Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.getSliceChecksums(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the checksums for the IceStorm Slice definitions.
            </summary>
            <returns>A dictionary mapping Slice type ids to their checksums.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.retrieve(System.String)">
            <summary>
            Retrieve a topic by name.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="NoSuchTopic">Raised if the topic does not exist.</exception>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.retrieve(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve a topic by name.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <returns>A proxy to the topic instance.
            </returns>
            <exception name="NoSuchTopic">Raised if the topic does not exist.</exception>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.retrieveAll">
            <summary>
            Retrieve all topics managed by this topic manager.
            </summary>
            <returns>A dictionary of string, topic proxy pairs.</returns>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.retrieveAll(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve all topics managed by this topic manager.
            </summary>
            <returns>A dictionary of string, topic proxy pairs.</returns>
            <param name="context__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.begin_create(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Create a new topic.
            The topic name must be unique, otherwise
            </summary>
            <param name="name">The name of the topic.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.begin_getSliceChecksums(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Returns the checksums for the IceStorm Slice definitions.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.begin_retrieve(System.String,System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve a topic by name.
            </summary>
            <param name="name">The name of the topic.
            </param>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="M:IceStorm.TopicManagerPrxHelper.begin_retrieveAll(System.Collections.Generic.Dictionary{System.String,System.String})">
            <summary>
            Retrieve all topics managed by this topic manager.
            </summary>
            <param name="ctx__">The Context map to send with the invocation.</param>
        </member>
        <member name="T:IceMX.TopicMetricsPrxHelper">
            <summary>
            Provides information on IceStorm topics.
            </summary>
        </member>
        <member name="T:IceMX.SubscriberMetricsPrxHelper">
            <summary>
            Provides information on IceStorm subscribers.
            </summary>
        </member>
    </members>
</doc>