| 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 |
|---|---|
<TYPE> Topic<TYPE> |
DomainParticipant.createTopic(String topicName,
Class<TYPE> type,
TopicQos qos,
TopicListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
Topic<DynamicType> |
DomainParticipant.createTopic(String topicName,
DynamicType type,
TopicQos qos,
TopicListener<DynamicType> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
Topic<DynamicType> |
DomainParticipant.createTopic(String topicName,
DynamicType type,
TypeSupport<DynamicType> typeSupport,
TopicQos qos,
TopicListener<DynamicType> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
<TYPE> Topic<TYPE> |
DomainParticipant.createTopic(String topicName,
TypeSupport<TYPE> type,
TopicQos qos,
TopicListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TopicAdapter<TYPE> |
Copyright © 2014. All rights reserved.