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.domain |
The Domain Module contains the
DomainParticipant
class that acts as an entry-point of the Service and acts as a factory for
many of the classes. |
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 SubscriberQos |
QosProvider.getSubscriberQos() |
abstract SubscriberQos |
QosProvider.getSubscriberQos(String id) |
Modifier and Type | Method and Description |
---|---|
SubscriberQos |
DomainParticipant.getDefaultSubscriberQos()
This operation retrieves the default value of the Subscriber QoS, that
is, the QoS policies which will be used for newly created
Subscriber entities in the case where the QoS policies are
defaulted in the DomainParticipant.createSubscriber() operation. |
Modifier and Type | Method and Description |
---|---|
Subscriber |
DomainParticipant.createSubscriber(SubscriberQos qos)
This operation creates a Subscriber.
|
Subscriber |
DomainParticipant.createSubscriber(SubscriberQos qos,
SubscriberListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Subscriber.
|
void |
DomainParticipant.setDefaultSubscriberQos(SubscriberQos qos)
This operation sets a default value of the Subscriber QoS policies
that will be used for newly created
Subscriber entities in the
case where the QoS policies are defaulted in the
DomainParticipant.createSubscriber() operation. |
Modifier and Type | Method and Description |
---|---|
SubscriberQos |
SubscriberQos.withPolicies(QosPolicy.ForSubscriber... policy) |
SubscriberQos |
SubscriberQos.withPolicy(QosPolicy.ForSubscriber policy) |
Copyright © 2014. All rights reserved.