|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.notify.persistence.EventTypeInfo
public final class EventTypeInfo
The structure links an EventType and a counter to ensure correct subscribe/publish information.
Field Summary | |
---|---|
EventType |
event_type
Struct member event_type |
int |
nb
Struct member nb |
Constructor Summary | |
---|---|
EventTypeInfo()
Default constructor |
|
EventTypeInfo(EventType event_type,
int nb)
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 int nb
Constructor Detail |
---|
public EventTypeInfo()
public EventTypeInfo(EventType event_type, int nb)
event_type
- event_type struct membernb
- nb struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |