| Package | Description |
|---|---|
| org.omg.dds.core.policy | |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityFactory |
PolicyFactory.EntityFactory() |
EntityFactory |
EntityFactory.withAutoEnableCreatedEntities(boolean autoEnableCreatedEntities)
Copy this policy and override the value of the property.
|
| Modifier and Type | Method and Description |
|---|---|
EntityFactory |
DomainParticipantQos.getEntityFactory() |
EntityFactory |
DomainParticipantFactoryQos.getEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
EntityFactory |
PublisherQos.getEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
EntityFactory |
SubscriberQos.getEntityFactory() |
Copyright © 2014. All rights reserved.