Uses of Interface
org.omg.dds.TopicDescription

Packages that use TopicDescription
org.omg.dds   
 

Uses of TopicDescription in org.omg.dds
 

Subinterfaces of TopicDescription in org.omg.dds
 interface ContentFilteredTopic
          Generated from IDL interface "ContentFilteredTopic"
 interface MultiTopic
          Generated from IDL interface "MultiTopic"
 interface Topic
          Generated from IDL interface "Topic"
 

Classes in org.omg.dds that implement TopicDescription
 class _ContentFilteredTopicStub
          Generated from IDL interface "ContentFilteredTopic"
 class _MultiTopicStub
          Generated from IDL interface "MultiTopic"
 class _TopicDescriptionStub
          Generated from IDL interface "TopicDescription"
 class _TopicStub
          Generated from IDL interface "Topic"
 

Fields in org.omg.dds declared as TopicDescription
 TopicDescription TopicDescriptionHolder.value
           
 

Methods in org.omg.dds that return TopicDescription
 TopicDescription DomainParticipantOperations.lookup_topicdescription(java.lang.String name)
           
 TopicDescription DataReaderOperations.get_topicdescription()
           
 TopicDescription DataReaderPOATie.get_topicdescription()
           
 TopicDescription DomainParticipantPOATie.lookup_topicdescription(java.lang.String name)
           
static TopicDescription TopicDescriptionHelper.extract(Any any)
           
static TopicDescription TopicDescriptionHelper.read(InputStream in)
           
static TopicDescription TopicDescriptionHelper.narrow(java.lang.Object obj)
           
static TopicDescription TopicDescriptionHelper.narrow(Object obj)
           
static TopicDescription TopicDescriptionHelper.unchecked_narrow(Object obj)
           
 TopicDescription TopicDescriptionPOA._this()
           
 TopicDescription TopicDescriptionPOA._this(ORB orb)
           
 TopicDescription TopicDescriptionPOATie._this()
           
 TopicDescription TopicDescriptionPOATie._this(ORB orb)
           
 TopicDescription _DataReaderStub.get_topicdescription()
           
 TopicDescription _DomainParticipantStub.lookup_topicdescription(java.lang.String name)
           
 

Methods in org.omg.dds with parameters of type TopicDescription
 DataReader SubscriberOperations.create_datareader(TopicDescription a_topic, DataReaderQos qos, DataReaderListener a_listener)
           
 DataReader SubscriberPOATie.create_datareader(TopicDescription a_topic, DataReaderQos qos, DataReaderListener a_listener)
           
static void TopicDescriptionHelper.insert(Any any, TopicDescription s)
           
static void TopicDescriptionHelper.write(OutputStream _out, TopicDescription s)
           
 DataReader _SubscriberStub.create_datareader(TopicDescription a_topic, DataReaderQos qos, DataReaderListener a_listener)
           
 

Constructors in org.omg.dds with parameters of type TopicDescription
TopicDescriptionHolder(TopicDescription initial)