Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
DomainParticipantAdapter |
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.
|
Copyright © 2014. All rights reserved.