21 package org.opensplice.dds.core.status;
27 private static final long serialVersionUID = -2040865185303510353L;
29 private final int totalCount;
30 private final int totalCountChange;
33 int totalCount,
int totalCountChange) {
34 this.environment = environment;
35 this.totalCount = totalCount;
36 this.totalCountChange = totalCountChange;
41 return this.environment;
46 return this.totalCount;
51 return this.totalCountChange;
AllDataDisposedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange)
All instances for one or more org.omg.dds.topic.Topics have been disposed through org...
ServiceEnvironment getEnvironment()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
int getTotalCountChange()