Uses of Interface
org.omg.dds.core.EntityQos

Packages that use EntityQos
org.omg.dds.core The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. 
org.omg.dds.core.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. 
org.omg.dds.topic.modifiable   
 

Uses of EntityQos in org.omg.dds.core
 

Classes in org.omg.dds.core with type parameters of type EntityQos
 interface DomainEntity<SELF extends DomainEntity<SELF,PARENT,LISTENER,QOS>,PARENT extends Entity<?,?,?>,LISTENER extends EventListener,QOS extends EntityQos<?,?>>
          DomainEntity is the abstract base class for all DCPS entities, except for the DomainParticipant.
 interface Entity<SELF extends Entity<SELF,LISTENER,QOS>,LISTENER extends EventListener,QOS extends EntityQos<?,?>>
          This class is the abstract base class for all the DCPS objects that support QoS policies, a listener and a status condition.
 interface EntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
          A base interface for all entity QoS types.
 

Uses of EntityQos in org.omg.dds.core.modifiable
 

Classes in org.omg.dds.core.modifiable with type parameters of type EntityQos
 interface ModifiableEntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
           
 

Subinterfaces of EntityQos in org.omg.dds.core.modifiable
 interface ModifiableEntityQos<UNMOD_SELF extends EntityQos<UNMOD_SELF,MOD_SELF>,MOD_SELF extends UNMOD_SELF>
           
 

Uses of EntityQos in org.omg.dds.domain
 

Subinterfaces of EntityQos in org.omg.dds.domain
 interface DomainParticipantFactoryQos
           
 interface DomainParticipantQos
           
 

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

Subinterfaces of EntityQos in org.omg.dds.domain.modifiable
 interface ModifiableDomainParticipantFactoryQos
           
 interface ModifiableDomainParticipantQos
           
 

Uses of EntityQos in org.omg.dds.pub
 

Subinterfaces of EntityQos in org.omg.dds.pub
 interface DataWriterQos
           
 interface PublisherQos
           
 

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

Subinterfaces of EntityQos in org.omg.dds.pub.modifiable
 interface ModifiableDataWriterQos
           
 interface ModifiablePublisherQos
           
 

Uses of EntityQos in org.omg.dds.sub
 

Subinterfaces of EntityQos in org.omg.dds.sub
 interface DataReaderQos
           
 interface SubscriberQos
           
 

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

Subinterfaces of EntityQos in org.omg.dds.sub.modifiable
 interface ModifiableDataReaderQos
           
 interface ModifiableSubscriberQos
           
 

Uses of EntityQos in org.omg.dds.topic
 

Subinterfaces of EntityQos in org.omg.dds.topic
 interface TopicQos
           
 

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

Subinterfaces of EntityQos 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.