| 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  DomainParticipantclass 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  PublisherandDataWriterinterfaces as well as thePublisherListenerandDataWriterListenerinterfaces, and more generally,
 all that is needed on the publication side. | 
| org.omg.dds.topic | The Topic-Definition Module contains the  Topic,ContentFilteredTopic, andMultiTopicinterfaces, theTopicListenerinterface, and more generally, all
 that is needed by the application to define Topic objects and attach QoS
 policies to them. | 
| Constructor and Description | 
|---|
| InconsistentTopicEvent(Topic<TYPE> source) | 
| Modifier and Type | Method and Description | 
|---|---|
| <TYPE> Topic<TYPE> | DomainParticipant. createTopic(String topicName,
           Class<TYPE> type)This operation creates a Topic with default QoS policies and no
 TopicListener. | 
| <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)This operation creates a Topic with default QoS policies and no
 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)This operation creates a Topic with default QoS policies and no
 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)This operation creates a Topic with default QoS policies and no
 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. | 
| <TYPE> Topic<TYPE> | DomainParticipant. findTopic(String topicName,
         Duration timeout)This operation gives access to an existing (or ready to exist) enabled
 Topic, based on its name. | 
| <TYPE> Topic<TYPE> | DomainParticipant. findTopic(String topicName,
         long timeout,
         TimeUnit unit)This operation gives access to an existing (or ready to exist) enabled
 Topic, based on its name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <TYPE> ContentFilteredTopic<TYPE> | DomainParticipant. createContentFilteredTopic(String name,
                          Topic<? extends TYPE> relatedTopic,
                          String filterExpression,
                          List<String> expressionParameters)This operation creates a ContentFilteredTopic. | 
| Modifier and Type | Method and Description | 
|---|---|
| Topic<TYPE> | DataWriter. getTopic() | 
| Modifier and Type | Method and Description | 
|---|---|
| <TYPE> DataWriter<TYPE> | Publisher. createDataWriter(Topic<TYPE> topic)This operation creates a DataWriter. | 
| <TYPE> DataWriter<TYPE> | Publisher. createDataWriter(Topic<TYPE> topic,
                DataWriterQos qos)This operation creates a  DataWriter. | 
| <TYPE> DataWriter<TYPE> | Publisher. createDataWriter(Topic<TYPE> topic,
                DataWriterQos qos,
                DataWriterListener<TYPE> listener,
                Collection<Class<? extends Status>> statuses)This operation creates a DataWriter. | 
| <TYPE> DataWriter<TYPE> | Publisher. lookupDataWriter(Topic<TYPE> topic)This operation retrieves a previously created  DataWriterbelonging to the Publisher that is attached to the givenTopic. | 
| Modifier and Type | Method and Description | 
|---|---|
| Topic<? extends TYPE> | ContentFilteredTopic. getRelatedTopic() | 
| Modifier and Type | Method and Description | 
|---|---|
| StatusCondition<Topic<TYPE>> | Topic. getStatusCondition() | 
Copyright © 2014. All rights reserved.