21 package org.opensplice.dds.core.status;
30 private static final long serialVersionUID = -3228413512117529180L;
32 private final int totalCount;
33 private final int totalCountChange;
37 int totalCount,
int totalCountChange,
39 this.environment = environment;
40 this.totalCount = totalCount;
41 this.totalCountChange = totalCountChange;
42 this.lastInstanceHandle = lastInstanceHandle;
47 return this.environment;
52 return this.totalCount;
57 return this.totalCountChange;
62 return this.lastInstanceHandle;
InstanceHandle getLastInstanceHandle()
int getTotalCountChange()
OfferedDeadlineMissedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange, InstanceHandle lastInstanceHandle)
An opaque handle that can be used to refer to a local or remote entity.
ServiceEnvironment getEnvironment()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
The deadline that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.