21 package org.opensplice.dds.core.status;
28 private static final long serialVersionUID = 3165565648541730575L;
30 private final int totalCount;
31 private final int totalCountChange;
34 int totalCount,
int totalCountChange) {
35 this.environment = environment;
36 this.totalCount = totalCount;
37 this.totalCountChange = totalCountChange;
42 return this.environment;
47 return this.totalCount;
52 return this.totalCountChange;
ServiceEnvironment getEnvironment()
InconsistentTopicStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange)
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
Another topic exists with the same name but different characteristics.
int getTotalCountChange()