org.omg.CosNotification
Class EventType

java.lang.Object
  extended byorg.omg.CosNotification.EventType
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class EventType
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "EventType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String domain_name
           
 java.lang.String type_name
           
 
Constructor Summary
EventType()
           
EventType(java.lang.String domain_name, java.lang.String type_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain_name

public java.lang.String domain_name

type_name

public java.lang.String type_name
Constructor Detail

EventType

public EventType()

EventType

public EventType(java.lang.String domain_name,
                 java.lang.String type_name)