| 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. |
| 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. |
| org.omg.dds.sub |
The Subscription Module contains the
Subscriber,
DataReader, ReadCondition,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
| org.omg.dds.topic |
The Topic-Definition Module contains the
Topic,
ContentFilteredTopic, and
MultiTopic interfaces, the
TopicListener interface, and more generally, all
that is needed by the application to define Topic objects and attach QoS
policies to them. |
| Class and Description |
|---|
| DomainParticipantFactory
The sole purpose of this class is to allow the creation and destruction of
DomainParticipant objects. |
| DomainParticipantFactoryQos |
| DomainParticipantQos |
| Class and Description |
|---|
| DomainParticipant
The DomainParticipant object plays several roles:
It acts as a container for all other
Entity objects. |
| DomainParticipantFactory
The sole purpose of this class is to allow the creation and destruction of
DomainParticipant objects. |
| DomainParticipantFactoryQos |
| 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. |
| DomainParticipantQos |
| Class and Description |
|---|
| DomainParticipant
The DomainParticipant object plays several roles:
It acts as a container for all other
Entity objects. |
| Class and Description |
|---|
| DomainParticipant
The DomainParticipant object plays several roles:
It acts as a container for all other
Entity objects. |
| Class and Description |
|---|
| DomainParticipant
The DomainParticipant object plays several roles:
It acts as a container for all other
Entity objects. |
Copyright © 2014. All rights reserved.