1CosEventChannelAdmin_SupplieErrAldamnign(M3o)dule DCeofsiEnvietnitoCnhannelAdmin_SupplierAdmin(3)
2
3
4
6 CosEventChannelAdmin_SupplierAdmin - This module implements a Supplier‐
7 Admin interface, which allows suppliers to be connected to the event
8 channel.
9
11 The SupplierAdmin interface defines the first step for connecting sup‐
12 pliers to the event channel. It acts as a factory for creating proxy
13 consumers. 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_consumer(Object) -> Return
22
23 Types:
24
25 Object = #objref
26 Return = #objref
27
28 This operation returns a ProxyPushConsumer object reference.
29
30 obtain_pull_consumer(Object) -> Return
31
32 Types:
33
34 Object = #objref
35 Return = #objref
36
37 This operation returns a ProxyPullConsumer object reference.
38
39
40
41Ericsson AB cosEventC5o.s1EventChannelAdmin_SupplierAdmin(3)