|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNotification.EventHeader
public final class EventHeader
Each event is comprised of two main components: a header and a body. The header can be further decomposed into a fixed portion and a variable portion. The goal of this decomposition is to minimize the size of the header which is required in every Structured Event message, thus enabling lightweight messages where the overhead of supplying additional header fields is viewed as less desirable than any functional benefit achieved by supplying these fields (e.g., additional header fields may contain QoS requirements for the message).
FixedEventHeader
,
Serialized FormField Summary | |
---|---|
FixedEventHeader |
fixed_header
Struct member fixed_header |
Property[] |
variable_header
Struct member variable_header |
Constructor Summary | |
---|---|
EventHeader()
Default constructor |
|
EventHeader(FixedEventHeader fixed_header,
Property[] variable_header)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public FixedEventHeader fixed_header
public Property[] variable_header
Constructor Detail |
---|
public EventHeader()
public EventHeader(FixedEventHeader fixed_header, Property[] variable_header)
fixed_header
- fixed_header struct membervariable_header
- variable_header struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |