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 | Interface and Description |
---|---|
interface |
DomainParticipantListener
This is the interface that can be implemented by an application-provided
class and then registered with the
DomainParticipant such that the
application can be notified by the DCPS Service of relevant status changes. |
Modifier and Type | Class and Description |
---|---|
class |
DomainParticipantAdapter |
Modifier and Type | Method and Description |
---|---|
Publisher |
DomainParticipant.createPublisher(PublisherQos qos,
PublisherListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Publisher.
|
Modifier and Type | Class and Description |
---|---|
class |
PublisherAdapter |
Copyright © 2014. All rights reserved.