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. |
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 |
---|---|
Publisher |
DomainParticipant.createPublisher()
This operation creates a Publisher with default QoS policies and
no PublisherListener.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Publisher |
DataWriter.getParent() |
Modifier and Type | Method and Description |
---|---|
StatusCondition<Publisher> |
Publisher.getStatusCondition() |
Copyright © 2014. All rights reserved.