SELF - The QoS policy interface that extends this interface.public interface RequestedOffered<SELF> extends Comparable<SELF>
| Modifier and Type | Method and Description |
|---|---|
Comparable<SELF> |
requestedOfferedContract()
Use the object returned by this method to evaluate the Request/Offer
relationship with another instance of this policy.
|
compareToComparable<SELF> requestedOfferedContract()
DataWriter (or
Publisher), any other policy evaluated as less
than or equal to it by the Comparable may be compatibly
requested by a DataReader (or
Subscriber). Similarly, if this policy is
requested, any other policy that is greater than or equal to
it may be compatibly offered.Comparable object capable of evaluating the
Request/Offer relationship between two instances of the QoS
policy identified by the type parameter SELF.Copyright © 2014. All rights reserved.