#include <orb.idl>
import "CosNotifyComm.idl";
Include dependency graph for CosNotifyFilter.idl:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | CosNotifyFilter |
Compounds | |
struct | CosNotifyFilter::ConstraintExp |
Defines a constraint expression. More... | |
struct | CosNotifyFilter::ConstraintInfo |
Helper data structure to modify a constraint expression. More... | |
interface | CosNotifyFilter::Filter |
Interface used to manipulate and evaluate filters. More... | |
interface | CosNotifyFilter::FilterAdmin |
Interface used to modify the Filters attached to a Notification Service component. More... | |
interface | CosNotifyFilter::FilterFactory |
Create Filter and MappingFilter objects. More... | |
struct | CosNotifyFilter::MappingConstraintInfo |
Helper structure used to represent a mapping constraint, its property value and the ID assigned to it in a MappingFilter. More... | |
struct | CosNotifyFilter::MappingConstraintPair |
Helper structure used to modify a mapping constraint expression. More... | |
interface | CosNotifyFilter::MappingFilter |
Mapping filters can be used to change properties of an event as it traverses the Notification Service. More... |
CosNotifyFilter.idl,v 1.4 2001/09/17 20:50:34 coryan Exp
This module is taken from the standard CORBA Notification Service 1.0, as described in:
http://www.omg.org/technology/documents/formal/notification_service.htm
In particular the following two documents were used: formal/2000-06-20 formal/01-03-03