org.openorb.notify.persistence
Class EventTypeInfo

java.lang.Object
  extended by org.openorb.notify.persistence.EventTypeInfo
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class EventTypeInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

The structure links an EventType and a counter to ensure correct subscribe/publish information.

See Also:
Serialized Form

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

event_type

public EventType event_type
Struct member event_type


nb

public int nb
Struct member nb

Constructor Detail

EventTypeInfo

public EventTypeInfo()
Default constructor


EventTypeInfo

public EventTypeInfo(EventType event_type,
                     int nb)
Constructor with fields initialization

Parameters:
event_type - event_type struct member
nb - nb struct member