org.omg.CosNotification
Class EventType

java.lang.Object
  extended by org.omg.CosNotification.EventType
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EventType
extends java.lang.Object
implements org.omg.CORBA.portable.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

See Also:
Serialized Form

Field Summary
 java.lang.String domain_name
          Struct member domain_name
 java.lang.String type_name
          Struct member type_name
 
Constructor Summary
EventType()
          Default constructor
EventType(java.lang.String domain_name, java.lang.String type_name)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain_name

public java.lang.String domain_name
Struct member domain_name


type_name

public java.lang.String type_name
Struct member type_name

Constructor Detail

EventType

public EventType()
Default constructor


EventType

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

Parameters:
domain_name - domain_name struct member
type_name - type_name struct member