21 package org.opensplice.dds.core.status;
28 private static final long serialVersionUID = 8186425979909676117L;
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;
LivelinessLostStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange)
int getTotalCountChange()
The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active.".
ServiceEnvironment getEnvironment()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...