|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNotification.FixedEventHeader
public final class FixedEventHeader
The fixed portion of the event header is comprised of two elements: An EventType and a name. The event name may uniquely identify the specific instance of event being transmitted.
EventType
,
Serialized FormField Summary | |
---|---|
java.lang.String |
event_name
Struct member event_name |
EventType |
event_type
Struct member event_type |
Constructor Summary | |
---|---|
FixedEventHeader()
Default constructor |
|
FixedEventHeader(EventType event_type,
java.lang.String event_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 |
---|
public EventType event_type
public java.lang.String event_name
Constructor Detail |
---|
public FixedEventHeader()
public FixedEventHeader(EventType event_type, java.lang.String event_name)
event_type
- event_type struct memberevent_name
- event_name struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |