21 package org.opensplice.dds.core.status;
28 private static final long serialVersionUID = -2482761700229199817L;
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;
A sample has been lost (never received).
SampleLostStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange)
int getTotalCountChange()
ServiceEnvironment getEnvironment()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...