public abstract class OfferedIncompatibleQosStatus extends Status
QosPolicy
value was incompatible with what was requested.Constructor and Description |
---|
OfferedIncompatibleQosStatus() |
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
DataWriter discovered a DataReader for the
same Topic with a requested QoS that is incompatible with that
offered by the DataWriter. |
abstract int |
getTotalCount()
Total cumulative number of times the concerned
DataWriter
discovered a DataReader for the same Topic with a
requested QoS that is incompatible with that offered by the
DataWriter. |
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()
DataWriter
discovered a DataReader
for the same Topic
with a
requested QoS that is incompatible with that offered by the
DataWriter.public abstract int getTotalCountChange()
public abstract Class<? extends QosPolicy> getLastPolicyClass()
public abstract Set<QosPolicyCount> getPolicies()
DataWriter
discovered a DataReader
for the
same Topic
with a requested QoS that is incompatible with that
offered by the DataWriter.Copyright © 2014. All rights reserved.