21 package org.opensplice.dds.core.status;
29 private static final long serialVersionUID = 5672304659614131159L;
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.lastPublicationHandle = lastPublicationHandle;
50 return this.environment;
55 return this.totalCount;
60 return this.totalCountChange;
65 return this.currentCount;
70 return this.currentCountChange;
75 return this.lastPublicationHandle;
ServiceEnvironment getEnvironment()
int getCurrentCountChange()
SubscriptionMatchedStatusImpl(OsplServiceEnvironment environment, int totalCount, int totalCountChange, int currentCount, int currentCountChange, InstanceHandle lastPublicationHandle)
InstanceHandle getLastPublicationHandle()
An opaque handle that can be used to refer to a local or remote entity.
This class contains the statistics about the discovered number of org.omg.dds.pub.DataWriters that are compatible with the org.omg.dds.sub.DataReader to which the Status is attached.
int getTotalCountChange()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...