Uses of Interface
org.omg.dds.TopicOperations

Packages that use TopicOperations
org.omg.dds   
 

Uses of TopicOperations in org.omg.dds
 

Subinterfaces of TopicOperations in org.omg.dds
 interface Topic
          Generated from IDL interface "Topic"
 

Classes in org.omg.dds that implement TopicOperations
 class _TopicStub
          Generated from IDL interface "Topic"
 class TopicPOA
          Generated from IDL interface "Topic"
 class TopicPOATie
          Generated from IDL interface "Topic"
 

Methods in org.omg.dds that return TopicOperations
 TopicOperations TopicPOATie._delegate()
           
 

Methods in org.omg.dds with parameters of type TopicOperations
 void TopicPOATie._delegate(TopicOperations delegate)
           
 

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