public abstract class RequestedIncompatibleQosStatus extends Status
QosPolicy
value was incompatible with what is offered.Constructor and Description |
---|
RequestedIncompatibleQosStatus() |
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends QosPolicy> |
getLastPolicyClass()
The class of one of the policies that was found to be incompatible the
last time an incompatibility was detected.
|
abstract Set<QosPolicyCount> |
getPolicies()
A list containing for each policy the total number of times that the
concerned
DataReader discovered a DataWriter for the
same Topic with an offered QoS that is incompatible with that
requested by the DataReader. |
abstract int |
getTotalCount()
Total cumulative number of times the concerned
DataReader
discovered a DataWriter for the same Topic with an
offered QoS that was incompatible with that requested by the
DataReader. |
abstract int |
getTotalCountChange()
The change in totalCount since the last time the listener was called
or the status was read.
|
allStatuses, noStatuses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnvironment
public abstract int getTotalCount()
DataReader
discovered a DataWriter
for the same Topic
with an
offered QoS that was incompatible with that requested by the
DataReader.public abstract int getTotalCountChange()
public abstract Class<? extends QosPolicy> getLastPolicyClass()
public abstract Set<QosPolicyCount> getPolicies()
DataReader
discovered a DataWriter
for the
same Topic
with an offered QoS that is incompatible with that
requested by the DataReader.Copyright © 2014. All rights reserved.