Uses of Interface
org.omg.dds.Entity

Packages that use Entity
org.omg.dds   
 

Uses of Entity in org.omg.dds
 

Subinterfaces of Entity in org.omg.dds
 interface DataReader
          Generated from IDL interface "DataReader".
 interface DataWriter
          Generated from IDL interface "DataWriter".
 interface DomainParticipant
          Generated from IDL interface "DomainParticipant".
 interface Publisher
          Generated from IDL interface "Publisher".
 interface Subscriber
          Generated from IDL interface "Subscriber".
 interface Topic
          Generated from IDL interface "Topic".
 

Classes in org.omg.dds that implement Entity
 class _DataReaderStub
          Generated from IDL interface "DataReader".
 class _DataWriterStub
          Generated from IDL interface "DataWriter".
 class _DomainParticipantStub
          Generated from IDL interface "DomainParticipant".
 class _EntityStub
          Generated from IDL interface "Entity".
 class _PublisherStub
          Generated from IDL interface "Publisher".
 class _SubscriberStub
          Generated from IDL interface "Subscriber".
 class _TopicStub
          Generated from IDL interface "Topic".
 

Fields in org.omg.dds declared as Entity
 Entity EntityHolder.value
           
 

Methods in org.omg.dds that return Entity
 Entity EntityPOA._this()
           
 Entity EntityPOATie._this()
           
 Entity EntityPOA._this(ORB orb)
           
 Entity EntityPOATie._this(ORB orb)
           
static Entity EntityHelper.extract(Any any)
           
 Entity _StatusConditionStub.get_entity()
           
 Entity StatusConditionOperations.get_entity()
           
 Entity StatusConditionPOATie.get_entity()
           
static Entity EntityHelper.narrow(Object obj)
           
static Entity EntityHelper.read(InputStream in)
           
static Entity EntityHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.dds with parameters of type Entity
static void EntityHelper.insert(Any any, Entity s)
           
static void EntityHelper.write(OutputStream _out, Entity s)
           
 

Constructors in org.omg.dds with parameters of type Entity
EntityHolder(Entity initial)