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< ConstraintID > | ConstraintIDSeq |
A sequence of ConstraintID . More... | |
typedef sequence< ConstraintExp > | ConstraintExpSeq |
A sequence of ConstraintExp structures. More... | |
typedef sequence< ConstraintInfo > | ConstraintInfoSeq |
A sequence of ConstraintInfo structures. More... | |
typedef sequence< MappingConstraintPair > | MappingConstraintPairSeq |
A sequence of MappingConstraintPair structures. More... | |
typedef sequence< MappingConstraintInfo > | MappingConstraintInfoSeq |
A sequence of MappingConstraintInfo structures. More... | |
typedef long | CallbackID |
A unique identifier used to identify callback objects. More... | |
typedef sequence< CallbackID > | CallbackIDSeq |
A sequence of CallbackID . More... | |
typedef long | FilterID |
A unique identifier used to identify filters. More... | |
typedef sequence< FilterID > | FilterIDSeq |
A sequence of FilterID. More... |
The detailed specification is available from the Object Managament Group.
|
A unique identifier used to identify callback objects.
|
|
A sequence of
|
|
A sequence of
|
|
A unique identifier used to identify filter constraints.
|
|
A sequence of
|
|
A sequence of
|
|
A unique identifier used to identify filters.
|
|
A sequence of FilterID.
|
|
A sequence of
|
|
A sequence of
|