21 package org.opensplice.dds.core.status;
29 private static final long serialVersionUID = -1661192285968871953L;
31 private final int totalCount;
32 private final int totalCountChange;
33 private final int currentCount;
34 private final int currentCountChange;
38 int totalCount,
int totalCountChange,
int currentCount,
40 this.environment = environment;
41 this.totalCount = totalCount;
42 this.totalCountChange = totalCountChange;
43 this.currentCount = currentCount;
44 this.currentCountChange = currentCountChange;
45 this.lastSubscriptionHandle = lastSubscriptionHandle;
50 return this.environment;
55 return this.totalCount;
60 return this.totalCountChange;
65 return this.currentCount;
70 return this.currentCountChange;
75 return this.lastSubscriptionHandle;
This class contains the statistics about the discovered number of org.omg.dds.sub.DataReaders that are compatible with the org.omg.dds.pub.DataWriter to which the Status is attached.
int getTotalCountChange()
An opaque handle that can be used to refer to a local or remote entity.
ServiceEnvironment getEnvironment()
PublicationMatchedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange, int currentCount, int currentCountChange, InstanceHandle lastSubscriptionHandle)
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
int getCurrentCountChange()
InstanceHandle getLastSubscriptionHandle()