org.omg.dds
Class LivelinessLostStatus

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

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

Generated from IDL definition of struct "LivelinessLostStatus"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int total_count
           
 int total_count_change
           
 
Constructor Summary
LivelinessLostStatus()
           
LivelinessLostStatus(int total_count, int total_count_change)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

total_count

public int total_count

total_count_change

public int total_count_change
Constructor Detail

LivelinessLostStatus

public LivelinessLostStatus()

LivelinessLostStatus

public LivelinessLostStatus(int total_count,
                            int total_count_change)