| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainEntity<LISTENER extends EventListener,QOS extends EntityQos<?>>
DomainEntity is the abstract base class for all DCPS entities, except for
the
DomainParticipant. |
interface |
Entity<LISTENER extends EventListener,QOS extends EntityQos<?>>
This class is the abstract base class for all the DCPS objects that
support QoS policies, a listener and a status condition.
|
| Modifier and Type | Method and Description |
|---|---|
EntityQos<P> |
EntityQos.withPolicies(P... policy)
Copy this object and override the values of the given policies.
|
EntityQos<P> |
EntityQos.withPolicy(P policy)
Copy this object and override the value of the given policy.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainParticipantFactoryQos |
interface |
DomainParticipantQos |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataWriterQos |
interface |
PublisherQos |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataReaderQos |
interface |
SubscriberQos |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicQos |
Copyright © 2014. All rights reserved.