org.omg.CosNotification
Class StructuredEvent

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

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

Generated from IDL definition of struct "StructuredEvent"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Property[] filterable_data
           
 EventHeader header
           
 Any remainder_of_body
           
 
Constructor Summary
StructuredEvent()
           
StructuredEvent(EventHeader header, Property[] filterable_data, Any remainder_of_body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

public EventHeader header

filterable_data

public Property[] filterable_data

remainder_of_body

public Any remainder_of_body
Constructor Detail

StructuredEvent

public StructuredEvent()

StructuredEvent

public StructuredEvent(EventHeader header,
                       Property[] filterable_data,
                       Any remainder_of_body)