EventTypeRepository
objects.
More...
import "NotificationTypes.idl";
Inherits NotificationTypes::EventTypeRepositoryClass.
Public Methods | |
StringSet | supported_domains () raises (Reflective::SemanticError) |
Return an array of the domains supported by this repository. More... | |
EventType | lookup (in string name, in string domain) raises (InvalidName, TypeNotFound, UnknownDomain, Reflective::SemanticError) |
Lookup an event type in the repository. More... | |
EventTypeUList | events_in_domain (in string domain) raises (UnknownDomain, Reflective::SemanticError) |
Returns all the events within a domain. More... |
EventTypeRepository
objects.
This is used to query the singleton repository.
|
Returns all the events within a domain.
|
|
Lookup an event type in the repository. Since the name is unique within each domain, a maximum of one event type with a given name and domain will exist.
|
|
Return an array of the domains supported by this repository.
|