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