org.omg.CosNotification
Class StructuredEvent

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

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

Generated from IDL struct "StructuredEvent".

Version:
generated at Mar 12, 2011 4:11:28 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
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)
           
 
Method Summary
 
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)