| Package | Description |
|---|---|
| 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.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 |
|---|---|
SubscriptionBuiltinTopicData |
DataWriter.getMatchedSubscriptionData(InstanceHandle subscriptionHandle)
This operation retrieves information on a subscription that is
currently "associated" with the DataWriter; that is, a subscription
with a matching
Topic and compatible QoS that the application
has not indicated should be "ignored" by means of
DomainParticipant.ignoreSubscription(InstanceHandle). |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBuiltinTopicData |
SubscriptionBuiltinTopicData.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionBuiltinTopicData.copyFrom(SubscriptionBuiltinTopicData src)
Overwrite the state of this object with that of the given object.
|
Copyright © 2014. All rights reserved.