21 package org.opensplice.dds.core.status;
32 private static final long serialVersionUID = 5333898527426448236L;
abstract int getTotalCount()
Total cumulative count of the times all instances for the corresponding org.omg.dds.topic.Topic have been disposed.
All instances for one or more org.omg.dds.topic.Topics have been disposed through org...
abstract int getTotalCountChange()
The incremental number of times all instances have been disposed for the corresponding org...
Status is the abstract root class for all communication status objects.