Provided by: erlang-manpages_16.b.3-dfsg-1ubuntu2.2_all bug

NAME

       CosNotifyFilter_FilterFactory      -      This      module      implements     the     OMG
       CosNotifyFilter::FilterFactory interface.

DESCRIPTION

       To get access to the record definitions for the structures use:
       -include_lib("cosNotification/include/*.hrl").

EXPORTS

       create_filter(FilterFactory, Grammar) -> Reply

              Types:

                 FilterFactory = #objref
                 Grammar = string()
                 Reply = Filter | {'EXCEPTION', #'CosNotifyFilter_InvalidGrammar'{}}
                 Filter = #objref

              This operation creates a new Filter object, under the condition that Grammar  given
              is supported. Currently, only "EXTENDED_TCL" is supported.

       create_mapping_filter(FilterFactory, Grammar) -> Reply

              Types:

                 FilterFactory = #objref
                 Grammar = string()
                 Reply = MappingFilter | {'EXCEPTION', #'CosNotifyFilter_InvalidGrammar'{}}
                 Filter = #objref

              This operation creates a new MappingFilter object, under the condition that Grammar
              given is supported. Currently, only "EXTENDED_TCL" is supported.