org.omg.dds
Class InconsistentTopicStatus

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

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

Generated from IDL struct "InconsistentTopicStatus".

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 total_count
           
 int total_count_change
           
 
Constructor Summary
InconsistentTopicStatus()
           
InconsistentTopicStatus(int total_count, int total_count_change)
           
 
Method Summary
 
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

InconsistentTopicStatus

public InconsistentTopicStatus()

InconsistentTopicStatus

public InconsistentTopicStatus(int total_count,
                               int total_count_change)