org.omg.dds
Class LivelinessChangedStatus

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

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

Generated from IDL struct "LivelinessChangedStatus".

Version:
generated at Mar 31, 2009 8:42:16 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)
           
 
Method Summary
 
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)