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.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
Modifier and Type | Method and Description |
---|---|
abstract PublisherQos |
QosProvider.getPublisherQos() |
abstract PublisherQos |
QosProvider.getPublisherQos(String id) |
Modifier and Type | Method and Description |
---|---|
PublisherQos |
DomainParticipant.getDefaultPublisherQos()
This operation retrieves the default value of the Publisher QoS, that
is, the QoS policies which will be used for newly created
Publisher entities in the case where the QoS policies are
defaulted in the DomainParticipant.createPublisher() operation. |
Modifier and Type | Method and Description |
---|---|
Publisher |
DomainParticipant.createPublisher(PublisherQos qos)
This operation creates a Publisher.
|
Publisher |
DomainParticipant.createPublisher(PublisherQos qos,
PublisherListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Publisher.
|
void |
DomainParticipant.setDefaultPublisherQos(PublisherQos qos)
This operation sets a default value of the Publisher QoS policies,
which will be used for newly created
Publisher entities in the
case where the QoS policies are defaulted in the
DomainParticipant.createPublisher() operation. |
Modifier and Type | Method and Description |
---|---|
PublisherQos |
PublisherQos.withPolicies(QosPolicy.ForPublisher... policy) |
PublisherQos |
PublisherQos.withPolicy(QosPolicy.ForPublisher policy) |
Copyright © 2014. All rights reserved.