21 package org.opensplice.dds.core.status;
29 private static final long serialVersionUID = 8920010890983446873L;
31 private final int totalCount;
32 private final int totalCountChange;
33 private final Kind lastReason;
37 int totalCount,
int totalCountChange,
Kind lastReason,
InstanceHandle lastInstanceHandle) {
38 this.environment = environment;
39 this.totalCount = totalCount;
40 this.totalCountChange = totalCountChange;
41 this.lastReason = lastReason;
42 this.lastInstanceHandle = lastInstanceHandle;
47 return this.environment;
52 return this.totalCount;
57 return this.totalCountChange;
62 return this.lastReason;
67 return this.lastInstanceHandle;
int getTotalCountChange()
InstanceHandle getLastInstanceHandle()
SampleRejectedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange, Kind lastReason, 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 ...
A (received) sample has been rejected.