SELF
- The QoS policy interface that extends this interface.public interface RequestedOffered<SELF>
extends java.lang.Comparable<SELF>
Modifier and Type | Method and Description |
---|---|
java.lang.Comparable<SELF> |
requestedOfferedContract()
Use the object returned by this method to evaluate the Request/Offer
relationship with another instance of this policy.
|
java.lang.Comparable<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 © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.