TAO_CosNotification 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CosNotifyFilter::FilterFactory Interface Reference

Create Filter and MappingFilter objects. More...

import <CosNotifyFilter.idl;

Public Member Functions

Filter create_filter (in string constraint_grammar) raises (InvalidGrammar)
 Create a new Filter object.
 
MappingFilter create_mapping_filter (in string constraint_grammar, in any default_value) raises (InvalidGrammar)
 Create a new MappingFilter object.
 

Detailed Description

Create Filter and MappingFilter objects.

Member Function Documentation

◆ create_filter()

Filter CosNotifyFilter::FilterFactory::create_filter ( in string constraint_grammar)
raises (InvalidGrammar )

Create a new Filter object.

Parameters
constraint_grammarThe name of the grammar used for this filter
Exceptions
InvalidGrammarThe grammar name provided is invalid or unsupported

◆ create_mapping_filter()

MappingFilter CosNotifyFilter::FilterFactory::create_mapping_filter ( in string constraint_grammar,
in any default_value )
raises (InvalidGrammar )

Create a new MappingFilter object.

Parameters
constraint_grammarThe name of the grammar used for this filter
default_valueThe default property value used if no mapping constraint matches
Exceptions
InvalidGrammarThe grammar name provided is invalid or unsupported

The documentation for this interface was generated from the following file: