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

CosNotifyFilter Namespace Reference

CORBA Common Object Services: Notification Service. More...


Compounds

exception  CosNotifyFilter::CallbackNotFound
 Exception used to indicate a that a callback object was not found. More...

struct  CosNotifyFilter::ConstraintExp
 Definition of a constraint. More...

struct  CosNotifyFilter::ConstraintInfo
 Structure used when an ID has been assigned to a constraint expression. More...

exception  CosNotifyFilter::ConstraintNotFound
 Exception used to indicate a that a constraint was not found. More...

exception  CosNotifyFilter::DuplicateConstraintID
 Exception used to indicate a duplicate constraint ID. More...

interface  CosNotifyFilter::Filter
 Interface for a filter. More...

interface  CosNotifyFilter::FilterAdmin
 Interface for filter administrators. More...

interface  CosNotifyFilter::FilterFactory
 Interface for a filter factory. More...

exception  CosNotifyFilter::FilterNotFound
 Exception used when a filter could not be found. More...

exception  CosNotifyFilter::InvalidConstraint
 Exception used to indicate invalid filter constraint. More...

exception  CosNotifyFilter::InvalidGrammar
 Exception used to indicate invalid grammer. More...

exception  CosNotifyFilter::InvalidValue
 Exception used to indicate a that a constraint value is invalid. More...

struct  CosNotifyFilter::MappingConstraintInfo
 Structure used when an ID has been assigned to a mapping constraint expression. More...

struct  CosNotifyFilter::MappingConstraintPair
 Definition of a mapping constraint. More...

interface  CosNotifyFilter::MappingFilter
 Interface for a mapping filter. More...

exception  CosNotifyFilter::UnsupportedFilterableData
 Exception used to that an event contains data which is not filterable. More...


Typedefs

typedef long ConstraintID
 A unique identifier used to identify filter constraints. More...

typedef sequence< ConstraintIDConstraintIDSeq
 A sequence of ConstraintID. More...

typedef sequence< ConstraintExpConstraintExpSeq
 A sequence of ConstraintExp structures. More...

typedef sequence< ConstraintInfoConstraintInfoSeq
 A sequence of ConstraintInfo structures. More...

typedef sequence< MappingConstraintPairMappingConstraintPairSeq
 A sequence of MappingConstraintPair structures. More...

typedef sequence< MappingConstraintInfoMappingConstraintInfoSeq
 A sequence of MappingConstraintInfo structures. More...

typedef long CallbackID
 A unique identifier used to identify callback objects. More...

typedef sequence< CallbackIDCallbackIDSeq
 A sequence of CallbackID. More...

typedef long FilterID
 A unique identifier used to identify filters. More...

typedef sequence< FilterIDFilterIDSeq
 A sequence of FilterID. More...


Detailed Description

CORBA Common Object Services: Notification Service.

The detailed specification is available from the Object Managament Group.

Author:
OMG
Version:
Version 00-06-20


Typedef Documentation

typedef long CosNotifyFilter::CallbackID
 

A unique identifier used to identify callback objects.

typedef sequence<CallbackID> CosNotifyFilter::CallbackIDSeq
 

A sequence of CallbackID.

typedef sequence<ConstraintExp> CosNotifyFilter::ConstraintExpSeq
 

A sequence of ConstraintExp structures.

typedef long CosNotifyFilter::ConstraintID
 

A unique identifier used to identify filter constraints.

typedef sequence<ConstraintID> CosNotifyFilter::ConstraintIDSeq
 

A sequence of ConstraintID.

typedef sequence<ConstraintInfo> CosNotifyFilter::ConstraintInfoSeq
 

A sequence of ConstraintInfo structures.

typedef long CosNotifyFilter::FilterID
 

A unique identifier used to identify filters.

typedef sequence<FilterID> CosNotifyFilter::FilterIDSeq
 

A sequence of FilterID.

typedef sequence<MappingConstraintInfo> CosNotifyFilter::MappingConstraintInfoSeq
 

A sequence of MappingConstraintInfo structures.

typedef sequence<MappingConstraintPair> CosNotifyFilter::MappingConstraintPairSeq
 

A sequence of MappingConstraintPair structures.