Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CosNotifyFilter::FilterFactory Interface Reference

Create Filter and MappingFilter objects. More...

#include <CosNotifyFilter.idl>

List of all members.

Public Methods

Filter create_filter (in string constraint_grammar) raises (InvalidGrammar)
 Create a new Filter object. More...

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


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:
InvalidGrammar   The grammar name provided is invalid or unsupported

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:
InvalidGrammar   The grammar name provided is invalid or unsupported


The documentation for this interface was generated from the following file:
Generated at Fri Oct 5 08:29:00 2001 for TAO_CosNotification by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000