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 DomainParticipantQos |
QosProvider.getDomainParticipantQos() |
abstract DomainParticipantQos |
QosProvider.getDomainParticipantQos(String id) |
Modifier and Type | Method and Description |
---|---|
abstract DomainParticipantQos |
DomainParticipantFactory.getDefaultParticipantQos()
This operation retrieves the default value of the DomainParticipant
QoS, that is, the QoS policies which will be used for newly created
DomainParticipant entities in the case where the QoS policies
are defaulted in the DomainParticipantFactory.createParticipant() operation. |
DomainParticipantQos |
DomainParticipantQos.withPolicies(QosPolicy.ForDomainParticipant... policy) |
DomainParticipantQos |
DomainParticipantQos.withPolicy(QosPolicy.ForDomainParticipant policy) |
Modifier and Type | Method and Description |
---|---|
abstract DomainParticipant |
DomainParticipantFactory.createParticipant(int domainId,
DomainParticipantQos qos,
DomainParticipantListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a new DomainParticipant object having default
QoS and no listener.
|
abstract void |
DomainParticipantFactory.setDefaultParticipantQos(DomainParticipantQos qos)
This operation sets a default value of the DomainParticipant QoS
policies which will be used for newly created
DomainParticipant entities in the case where the QoS policies
are defaulted in the DomainParticipantFactory.createParticipant() operation. |
Copyright © 2014. All rights reserved.