21 package org.opensplice.dds.core.status;
29 private static final long serialVersionUID = -4563070780939756302L;
31 private final int totalCount;
32 private final int totalCountChange;
36 int totalCount,
int totalCountChange,
38 this.environment = environment;
39 this.totalCount = totalCount;
40 this.totalCountChange = totalCountChange;
41 this.lastInstanceHandle = lastInstanceHandle;
46 return this.environment;
51 return this.totalCount;
56 return this.totalCountChange;
61 return this.lastInstanceHandle;
InstanceHandle getLastInstanceHandle()
RequestedDeadlineMissedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange, InstanceHandle lastInstanceHandle)
int getTotalCountChange()
ServiceEnvironment getEnvironment()
An opaque handle that can be used to refer to a local or remote entity.
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.