1CosEventChannelAdmin_ConsumeErrAldamnign(M3o)dule DCeofsiEnvietnitoCnhannelAdmin_ConsumerAdmin(3)
2
3
4
6 CosEventChannelAdmin_ConsumerAdmin - This module implements a Consumer‐
7 Admin interface, which allows consumers to be connected to the event
8 channel.
9
11 The ConsumerAdmin interface defines the first step for connecting con‐
12 sumers to the event channel. It acts as a factory for creating proxy
13 suppliers. Both consumer administration and supplier administration are
14 defined as separate objects so that the creator of the channel can con‐
15 trol the addition of suppliers and consumers.
16
17 To get access to all definitions include necessary hrl files by using:
18 -include_lib("cosEvent/include/*.hrl").
19
21 obtain_push_supplier(Object) -> Return
22
23 Types:
24
25 Object = #objref
26 Return = #objref
27
28 This operation returns a ProxyPushSupplier object reference.
29
30 obtain_pull_supplier(Object) -> Return
31
32 Types:
33
34 Object = #objref
35 Return = #objref
36
37 This operation returns a ProxyPullSupplier object reference.
38
39
40
41Ericsson AB cosEventC5o.s1EventChannelAdmin_ConsumerAdmin(3)