Create Filter and MappingFilter objects.  
 More...
import "CosNotifyFilter.idl";
List of all members.
Detailed Description
Create Filter and MappingFilter objects. 
Member Function Documentation
      
        
          | Filter CosNotifyFilter::FilterFactory::create_filter  | 
          ( | 
          in string  | 
          constraint_grammar | ) | 
            raises (InvalidGrammar) | 
        
      
 
Create a new Filter object. 
- Parameters:
 - 
  
    | constraint_grammar | The name of the grammar used for this filter  | 
  
   
- Exceptions:
 - 
  
  
 
 
 
      
        
          | MappingFilter CosNotifyFilter::FilterFactory::create_mapping_filter  | 
          ( | 
          in string  | 
          constraint_grammar,  | 
        
        
           | 
           | 
          in any  | 
          default_value  | 
        
        
           | 
          ) | 
           |   raises (InvalidGrammar) | 
        
      
 
Create a new MappingFilter object. 
- Parameters:
 - 
  
    | constraint_grammar | The name of the grammar used for this filter  | 
    | default_value | The default property value used if no mapping constraint matches  | 
  
   
- Exceptions:
 - 
  
  
 
 
 
The documentation for this interface was generated from the following file: