CoreDX DDS Java Reference Manual
Public Member Functions | List of all members
TopicDescription Interface Reference

TopicDescription is an abstract that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic. More...

Inheritance diagram for TopicDescription:
ContentFilteredTopic MultiTopic Topic

Public Member Functions

DomainParticipant get_participant ()
 
String get_type_name ()
 
String get_name ()
 

Detailed Description

TopicDescription is an abstract that provides the foundation for Topic, ContentFilteredTopic, and MultiTopic.

Member Function Documentation

String get_name ( )

This operation returns topic name of the provided TopicDescription.

Implemented in Topic, ContentFilteredTopic, and MultiTopic.

DomainParticipant get_participant ( )

This operation returns DomainParticipant that owns the TopicDescription.

Implemented in Topic, ContentFilteredTopic, and MultiTopic.

String get_type_name ( )

Gets the type_name of the provided TopicDescription.

Implemented in Topic, ContentFilteredTopic, and MultiTopic.


© 2009-2017 Twin Oaks Computing, Inc
Castle Rock, CO 80108
All rights reserved.