org.omg.dds
Class LivelinessChangedStatus

java.lang.Object
  extended byorg.omg.dds.LivelinessChangedStatus
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "LivelinessChangedStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int active_count
           
 int active_count_change
           
 int inactive_count
           
 int inactive_count_change
           
 
Constructor Summary
LivelinessChangedStatus()
           
LivelinessChangedStatus(int active_count, int inactive_count, int active_count_change, int inactive_count_change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

active_count

public int active_count

inactive_count

public int inactive_count

active_count_change

public int active_count_change

inactive_count_change

public int inactive_count_change
Constructor Detail

LivelinessChangedStatus

public LivelinessChangedStatus()

LivelinessChangedStatus

public LivelinessChangedStatus(int active_count,
                               int inactive_count,
                               int active_count_change,
                               int inactive_count_change)