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
public String domain_name
Struct member domain_name
public String type_name
Struct member type_name
public EventType()
Default constructor
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