| 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.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 | Method and Description |
|---|---|
ParticipantBuiltinTopicData |
DomainParticipant.getDiscoveredParticipantData(InstanceHandle participantHandle)
This operation retrieves information on a DomainParticipant that has
been discovered on the network.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantBuiltinTopicData |
ParticipantBuiltinTopicData.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParticipantBuiltinTopicData.copyFrom(ParticipantBuiltinTopicData src)
Overwrite the state of this object with that of the given object.
|
Copyright © 2014. All rights reserved.