Package | Description |
---|---|
org.omg.dds.core.event |
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.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 |
---|---|
abstract InconsistentTopicEvent<TYPE> |
InconsistentTopicEvent.clone() |
Modifier and Type | Method and Description |
---|---|
void |
DomainParticipantListener.onInconsistentTopic(InconsistentTopicEvent<?> status) |
void |
DomainParticipantAdapter.onInconsistentTopic(InconsistentTopicEvent<?> status) |
Modifier and Type | Method and Description |
---|---|
void |
TopicListener.onInconsistentTopic(InconsistentTopicEvent<TYPE> status) |
void |
TopicAdapter.onInconsistentTopic(InconsistentTopicEvent<TYPE> status) |
Copyright © 2014. All rights reserved.