Uses of Interface
org.omg.dds.core.policy.UserDataQosPolicy

Packages that use UserDataQosPolicy
org.omg.dds.core.policy.modifiable   
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.domain.modifiable   
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 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. 
 

Uses of UserDataQosPolicy in org.omg.dds.core.policy.modifiable
 

Subinterfaces of UserDataQosPolicy in org.omg.dds.core.policy.modifiable
 interface ModifiableUserDataQosPolicy
           
 

Uses of UserDataQosPolicy in org.omg.dds.domain
 

Methods in org.omg.dds.domain that return UserDataQosPolicy
 UserDataQosPolicy DomainParticipantQos.getUserData()
           
 

Uses of UserDataQosPolicy in org.omg.dds.domain.modifiable
 

Methods in org.omg.dds.domain.modifiable with parameters of type UserDataQosPolicy
 ModifiableDomainParticipantQos ModifiableDomainParticipantQos.setUserData(UserDataQosPolicy userData)
           
 

Uses of UserDataQosPolicy in org.omg.dds.pub
 

Methods in org.omg.dds.pub that return UserDataQosPolicy
 UserDataQosPolicy DataWriterQos.getUserData()
           
 

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

Methods in org.omg.dds.pub.modifiable with parameters of type UserDataQosPolicy
 ModifiableDataWriterQos ModifiableDataWriterQos.setUserData(UserDataQosPolicy userData)
           
 

Uses of UserDataQosPolicy in org.omg.dds.sub
 

Methods in org.omg.dds.sub that return UserDataQosPolicy
 UserDataQosPolicy DataReaderQos.getUserData()
           
 

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

Methods in org.omg.dds.sub.modifiable with parameters of type UserDataQosPolicy
 ModifiableDataReaderQos ModifiableDataReaderQos.setUserData(UserDataQosPolicy userData)
           
 

Uses of UserDataQosPolicy in org.omg.dds.topic
 

Methods in org.omg.dds.topic that return UserDataQosPolicy
abstract  UserDataQosPolicy SubscriptionBuiltinTopicData.getUserData()
           
abstract  UserDataQosPolicy PublicationBuiltinTopicData.getUserData()
           
abstract  UserDataQosPolicy ParticipantBuiltinTopicData.getUserData()
           
 



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