Package | Description |
---|---|
org.omg.dds.core |
The Core (Infrastructure) Module defines the abstract classes and the
interfaces that are refined by the other modules.
|
org.omg.dds.sub |
The Subscription Module contains the
Subscriber ,
DataReader , ReadCondition ,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
Modifier and Type | Method and Description |
---|---|
abstract DataReaderQos |
QosProvider.getDataReaderQos() |
abstract DataReaderQos |
QosProvider.getDataReaderQos(String id) |
Modifier and Type | Method and Description |
---|---|
DataReaderQos |
Subscriber.copyFromTopicQos(DataReaderQos drQos,
TopicQos tQos)
This operation copies the policies in the
TopicQos to the
corresponding policies in the DataReaderQos (replacing values
in the latter, if present). |
DataReaderQos |
Subscriber.getDefaultDataReaderQos()
This operation retrieves the default value of the DataReader QoS, that
is, the QoS policies which will be used for newly created
DataReader entities in the case where the QoS policies are
defaulted in the Subscriber.createDataReader(TopicDescription)
operation. |
DataReaderQos |
DataReaderQos.withPolicies(QosPolicy.ForDataReader... policy) |
DataReaderQos |
DataReaderQos.withPolicy(QosPolicy.ForDataReader policy) |
Modifier and Type | Method and Description |
---|---|
DataReaderQos |
Subscriber.copyFromTopicQos(DataReaderQos drQos,
TopicQos tQos)
This operation copies the policies in the
TopicQos to the
corresponding policies in the DataReaderQos (replacing values
in the latter, if present). |
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic,
DataReaderQos qos)
This operation creates a
DataReader . |
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic,
DataReaderQos qos,
DataReaderListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a
DataReader . |
void |
Subscriber.setDefaultDataReaderQos(DataReaderQos qos)
This operation sets a default value of the DataReader QoS policies,
which will be used for newly created
DataReader entities in
the case where the QoS policies are defaulted in the
Subscriber.createDataReader(TopicDescription) operation. |
Copyright © 2014. All rights reserved.