Uses of Interface
org.omg.dds.EntityOperations

Packages that use EntityOperations
org.omg.dds   
 

Uses of EntityOperations in org.omg.dds
 

Subinterfaces of EntityOperations in org.omg.dds
 interface DataReader
          Generated from IDL interface "DataReader"
 interface DataReaderOperations
          Generated from IDL interface "DataReader"
 interface DataWriter
          Generated from IDL interface "DataWriter"
 interface DataWriterOperations
          Generated from IDL interface "DataWriter"
 interface DomainParticipant
          Generated from IDL interface "DomainParticipant"
 interface DomainParticipantOperations
          Generated from IDL interface "DomainParticipant"
 interface Entity
          Generated from IDL interface "Entity"
 interface Publisher
          Generated from IDL interface "Publisher"
 interface PublisherOperations
          Generated from IDL interface "Publisher"
 interface Subscriber
          Generated from IDL interface "Subscriber"
 interface SubscriberOperations
          Generated from IDL interface "Subscriber"
 interface Topic
          Generated from IDL interface "Topic"
 interface TopicOperations
          Generated from IDL interface "Topic"
 

Classes in org.omg.dds that implement EntityOperations
 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"
 class DataReaderPOA
          Generated from IDL interface "DataReader"
 class DataReaderPOATie
          Generated from IDL interface "DataReader"
 class DataWriterPOA
          Generated from IDL interface "DataWriter"
 class DataWriterPOATie
          Generated from IDL interface "DataWriter"
 class DomainParticipantPOA
          Generated from IDL interface "DomainParticipant"
 class DomainParticipantPOATie
          Generated from IDL interface "DomainParticipant"
 class EntityPOA
          Generated from IDL interface "Entity"
 class EntityPOATie
          Generated from IDL interface "Entity"
 class PublisherPOA
          Generated from IDL interface "Publisher"
 class PublisherPOATie
          Generated from IDL interface "Publisher"
 class SubscriberPOA
          Generated from IDL interface "Subscriber"
 class SubscriberPOATie
          Generated from IDL interface "Subscriber"
 class TopicPOA
          Generated from IDL interface "Topic"
 class TopicPOATie
          Generated from IDL interface "Topic"
 

Methods in org.omg.dds that return EntityOperations
 EntityOperations EntityPOATie._delegate()
           
 

Methods in org.omg.dds with parameters of type EntityOperations
 void EntityPOATie._delegate(EntityOperations delegate)
           
 

Constructors in org.omg.dds with parameters of type EntityOperations
EntityPOATie(EntityOperations delegate)
           
EntityPOATie(EntityOperations delegate, POA poa)