Compounds | |
interface | NotificationTypes::Composes |
An interface for Contains objects. More... | |
struct | NotificationTypes::ComposesLink |
As ComposesLink contains the composition and the component objects of a link. More... | |
interface | NotificationTypes::Contains |
An interface for Contains objects. More... | |
struct | NotificationTypes::ContainsLink |
A ContainsLink contains the container and the contained objects of a link. More... | |
interface | NotificationTypes::EventType |
An interface for EventType objects. More... | |
interface | NotificationTypes::EventTypeClass |
An interface for EventTypeClass objects. More... | |
interface | NotificationTypes::EventTypeRepository |
An interface for EventTypeRepository objects. More... | |
interface | NotificationTypes::EventTypeRepositoryClass |
An interface for EventTypeRepositoryClass objects. More... | |
interface | NotificationTypes::Imports |
An interface for Contains objects. More... | |
struct | NotificationTypes::ImportsLink |
An ImportsLink contains the importer and the imported objects of a link. More... | |
interface | NotificationTypes::Inherits |
An interface for Contains objects. More... | |
struct | NotificationTypes::InheritsLink |
An InheritsLink contains the subtype and the supertype objects of a link. More... | |
exception | NotificationTypes::InvalidName |
Exception used for invalid event type names. More... | |
interface | NotificationTypes::NotificationTypesPackage |
An interface for the NotificationTypesPackage object. More... | |
interface | NotificationTypes::NotificationTypesPackageFactory |
An interface for the NotificationTypesPackageFactory object. More... | |
interface | NotificationTypes::Property |
An interface for Property objects. More... | |
interface | NotificationTypes::PropertyClass |
An interface for PropertyClass objects. More... | |
exception | NotificationTypes::TypeNotFound |
Exception used when an event type was not found. More... | |
exception | NotificationTypes::UnknownDomain |
Exception used for unknown event type domains. More... | |
Typedefs | |
typedef sequence< string > | StringSet |
A sequence of strings used for supported domains. More... | |
typedef sequence< Property > | PropertyUList |
A sequence of properties. More... | |
typedef sequence< EventType > | EventTypeSet |
A sequence of event types. More... | |
typedef sequence< EventType > | EventTypeUList |
A sequence of event types. More... | |
typedef sequence< EventTypeRepository > | EventTypeRepositoryUList |
A sequence of event type repositories. More... | |
typedef sequence< ContainsLink > | ContainsLinkSet |
A sequence of ContainsLink structures. More... | |
typedef sequence< InheritsLink > | InheritsLinkSet |
A sequence of InheritsLink structures. More... | |
typedef sequence< ImportsLink > | ImportsLinkSet |
A sequence of ImportsLink structures. More... | |
typedef sequence< ComposesLink > | ComposesLinkSet |
A sequence of ComposesLink structures. More... |
The detailed specification is available from the Object Managament Group.
|
A sequence of
|
|
A sequence of
|
|
A sequence of event type repositories.
|
|
A sequence of event types.
|
|
A sequence of event types.
|
|
A sequence of
|
|
A sequence of
|
|
A sequence of properties.
|
|
A sequence of strings used for supported domains.
|