CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class InconsistentTopicStatus

java.lang.Object
  extended by com.toc.coredx.DDS.InconsistentTopicStatus

public class InconsistentTopicStatus
extends java.lang.Object

InconsistentTopicStatus provides status related to the on_inconsistent_topic listener methods of the TopicListener structure.


Method Summary
 int get_total_count_change()
          Gets the total_count_change value.
 int get_total_count()
          Gets the total_count value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_total_count

public int get_total_count()
Gets the total_count value. Cummulative count of the discovered Topics having a matching name and inconsistent characteristics.


get_total_count_change

public int get_total_count_change()
Gets the total_count_change value. Change in total_count since the last time the listener was called or status was read.


Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved