Uses of Interface
org.omg.dds.topic.TopicQos

Packages that use TopicQos
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.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.pub.modifiable   
org.omg.dds.sub The Subscription Module contains the Subscriber, DataReader, ReadCondition, and QueryCondition interfaces, as well as the SubscriberListener and DataReaderListener interfaces, and more generally, all that is needed on the subscription side. 
org.omg.dds.sub.modifiable   
org.omg.dds.topic.modifiable   
 

Uses of TopicQos in org.omg.dds.domain
 

Methods in org.omg.dds.domain that return TopicQos
 TopicQos DomainParticipant.getDefaultTopicQos()
           
 

Methods in org.omg.dds.domain with parameters of type TopicQos
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, java.lang.Class<TYPE> type, TopicQos qos, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type, TopicQos qos, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
 void DomainParticipant.setDefaultTopicQos(TopicQos qos)
           
 

Uses of TopicQos in org.omg.dds.pub
 

Methods in org.omg.dds.pub with parameters of type TopicQos
 void Publisher.copyFromTopicQos(DataWriterQos dst, TopicQos src)
           
 

Uses of TopicQos in org.omg.dds.pub.modifiable
 

Methods in org.omg.dds.pub.modifiable with parameters of type TopicQos
 ModifiableDataWriterQos ModifiableDataWriterQos.copyFrom(TopicQos src)
           
 

Uses of TopicQos in org.omg.dds.sub
 

Methods in org.omg.dds.sub with parameters of type TopicQos
 void Subscriber.copyFromTopicQos(DataReaderQos dst, TopicQos src)
           
 

Uses of TopicQos in org.omg.dds.sub.modifiable
 

Methods in org.omg.dds.sub.modifiable with parameters of type TopicQos
 ModifiableDataReaderQos ModifiableDataReaderQos.copyFrom(TopicQos src)
           
 

Uses of TopicQos in org.omg.dds.topic.modifiable
 

Subinterfaces of TopicQos in org.omg.dds.topic.modifiable
 interface ModifiableTopicQos
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.