19 package org.omg.dds.core.status;
58 private static final long serialVersionUID = -2043838384277714409L;
abstract Class<? extends QosPolicy > getLastPolicyClass()
The class of one of the policies that was found to be incompatible the last time an incompatibility w...
abstract int getTotalCount()
Total cumulative number of times the concerned org.omg.dds.sub.DataReader discovered a org...
A org.omg.dds.core.policy.QosPolicy value was incompatible with what is offered.
abstract Set< QosPolicyCount > getPolicies()
A list containing for each policy the total number of times that the concerned org.omg.dds.sub.DataReader discovered a org.omg.dds.pub.DataWriter for the same org.omg.dds.topic.Topic with an offered QoS that is incompatible with that requested by the DataReader.
This class is the abstract root for all the QoS policies.
Objects of this type are immutable.
abstract int getTotalCountChange()
The change in totalCount since the last time the listener was called or the status was read...
Status is the abstract root class for all communication status objects.