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

NotificationTypes Namespace Reference

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


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< PropertyPropertyUList
 A sequence of properties. More...

typedef sequence< EventTypeEventTypeSet
 A sequence of event types. More...

typedef sequence< EventTypeEventTypeUList
 A sequence of event types. More...

typedef sequence< EventTypeRepositoryEventTypeRepositoryUList
 A sequence of event type repositories. More...

typedef sequence< ContainsLinkContainsLinkSet
 A sequence of ContainsLink structures. More...

typedef sequence< InheritsLinkInheritsLinkSet
 A sequence of InheritsLink structures. More...

typedef sequence< ImportsLinkImportsLinkSet
 A sequence of ImportsLink structures. More...

typedef sequence< ComposesLinkComposesLinkSet
 A sequence of ComposesLink structures. 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 sequence<ComposesLink> NotificationTypes::ComposesLinkSet
 

A sequence of ComposesLink structures.

typedef sequence<ContainsLink> NotificationTypes::ContainsLinkSet
 

A sequence of ContainsLink structures.

typedef sequence<EventTypeRepository> NotificationTypes::EventTypeRepositoryUList
 

A sequence of event type repositories.

typedef sequence<EventType> NotificationTypes::EventTypeSet
 

A sequence of event types.

typedef sequence<EventType> NotificationTypes::EventTypeUList
 

A sequence of event types.

typedef sequence<ImportsLink> NotificationTypes::ImportsLinkSet
 

A sequence of ImportsLink structures.

typedef sequence<InheritsLink> NotificationTypes::InheritsLinkSet
 

A sequence of InheritsLink structures.

typedef sequence<Property> NotificationTypes::PropertyUList
 

A sequence of properties.

typedef sequence<string> NotificationTypes::StringSet
 

A sequence of strings used for supported domains.