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

Packages that use DomainEntity
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.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.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.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.type.builtin   
 

Uses of DomainEntity in org.omg.dds.core
 

Classes in org.omg.dds.core with type parameters of type DomainEntity
 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.
 

Uses of DomainEntity in org.omg.dds.pub
 

Subinterfaces of DomainEntity in org.omg.dds.pub
 interface DataWriter<TYPE>
           
 interface Publisher
           
 

Uses of DomainEntity in org.omg.dds.sub
 

Subinterfaces of DomainEntity in org.omg.dds.sub
 interface DataReader<TYPE>
           
 interface Subscriber
           
 

Uses of DomainEntity in org.omg.dds.topic
 

Subinterfaces of DomainEntity in org.omg.dds.topic
 interface Topic<TYPE>
          Topic is the most basic description of the data to be published and subscribed.
 

Uses of DomainEntity in org.omg.dds.type.builtin
 

Subinterfaces of DomainEntity in org.omg.dds.type.builtin
 interface BytesDataReader
           
 interface BytesDataWriter
           
 interface KeyedBytesDataReader
           
 interface KeyedBytesDataWriter
           
 interface KeyedStringDataReader
           
 interface KeyedStringDataWriter
           
 interface StringDataReader
           
 interface StringDataWriter
           
 



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