org.omg.CosNotification

Class EventType

public final class EventType extends Object implements IDLEntity

The event type is composed of two elements: A domiain name and a type name. The domain name identifies the particular vertical industry domain in which the event type is defined (for example telecommunications, finance, health care). The type name which categorizes the type of event uniquely within the domain (for example CommunicationAlarm, StockQuote, VitalSigns). Note that the combination of the domain_type and type_name fields could be used as indexes into the event type repository
Field Summary
Stringdomain_name
Struct member domain_name
Stringtype_name
Struct member type_name
Constructor Summary
EventType()
Default constructor
EventType(String domain_name, String type_name)
Constructor with fields initialization

Field Detail

domain_name

public String domain_name
Struct member domain_name

type_name

public String type_name
Struct member type_name

Constructor Detail

EventType

public EventType()
Default constructor

EventType

public EventType(String domain_name, String type_name)
Constructor with fields initialization

Parameters: domain_name domain_name struct member type_name type_name struct member