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. |
Modifier and Type | Method and Description |
---|---|
abstract DomainParticipantFactoryQos |
QosProvider.getDomainParticipantFactoryQos() |
abstract DomainParticipantFactoryQos |
QosProvider.getDomainParticipantFactoryQos(String id)
Get the first domain participant QoS with identifier that matches the id.
|
Modifier and Type | Method and Description |
---|---|
abstract DomainParticipantFactoryQos |
DomainParticipantFactory.getQos()
This operation returns the value of the DomainParticipantFactory QoS
policies.
|
DomainParticipantFactoryQos |
DomainParticipantFactoryQos.withPolicies(QosPolicy.ForDataWriter... policy) |
DomainParticipantFactoryQos |
DomainParticipantFactoryQos.withPolicy(QosPolicy.ForDataWriter policy) |
Modifier and Type | Method and Description |
---|---|
abstract void |
DomainParticipantFactory.setQos(DomainParticipantFactoryQos qos)
This operation sets the value of the DomainParticipantFactory QoS
policies.
|
Copyright © 2014. All rights reserved.