1CosNotifyFilter_FilterFactorEyr(l3a)ng Module DefiniCtoisoNnotifyFilter_FilterFactory(3)
2
3
4
6 CosNotifyFilter_FilterFactory - This module implements the OMG CosNoti‐
7 fyFilter::FilterFactory interface.
8
10 To get access to the record definitions for the structures use:
11 -include_lib("cosNotification/include/*.hrl").
12
14 create_filter(FilterFactory, Grammar) -> Reply
15
16 Types:
17
18 FilterFactory = #objref
19 Grammar = string()
20 Reply = Filter | {'EXCEPTION', #'CosNotifyFilter_InvalidGram‐
21 mar'{}}
22 Filter = #objref
23
24 This operation creates a new Filter object, under the condition
25 that Grammar given is supported. Currently, only "EXTENDED_TCL"
26 is supported.
27
28 create_mapping_filter(FilterFactory, Grammar) -> Reply
29
30 Types:
31
32 FilterFactory = #objref
33 Grammar = string()
34 Reply = MappingFilter | {'EXCEPTION', #'CosNotifyFilter_In‐
35 validGrammar'{}}
36 Filter = #objref
37
38 This operation creates a new MappingFilter object, under the
39 condition that Grammar given is supported. Currently, only "EX‐
40 TENDED_TCL" is supported.
41
42
43
44Ericsson AB cosNotification 5C.o1sNotifyFilter_FilterFactory(3)