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

Packages that use Entity
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.status   
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.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 Entity in org.omg.dds.core
 

Classes in org.omg.dds.core with type parameters of type Entity
 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 StatusCondition<ENTITY extends Entity<ENTITY,?,?>>
          A StatusCondition object is a specific Condition that is associated with each Entity.
 

Subinterfaces of Entity in org.omg.dds.core
 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 Entity in org.omg.dds.core.status
 

Classes in org.omg.dds.core.status with type parameters of type Entity
 class Status<SELF extends Status<SELF,SOURCE>,SOURCE extends Entity<SOURCE,?,?>>
          Status is the abstract root class for all communication status objects.
 

Uses of Entity in org.omg.dds.domain
 

Subinterfaces of Entity in org.omg.dds.domain
 interface DomainParticipant
          The DomainParticipant object plays several roles: It acts as a container for all other Entity objects. It acts as factory for the Publisher, Subscriber, Topic, ContentFilteredTopic, and MultiTopic objects. It represents the participation of the application on a communication plane that isolates applications running on the same set of physical computers from each other.
 

Uses of Entity in org.omg.dds.pub
 

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

Uses of Entity in org.omg.dds.sub
 

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

Uses of Entity in org.omg.dds.topic
 

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

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

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