CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Interface TopicDescription

All Known Implementing Classes:
ContentFilteredTopic, MultiTopic, Topic

public interface TopicDescription

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


Method Summary
 SWIGTYPE_p__TopicDescription get_cptr()
           
 java.lang.String get_name()
          This operation returns topic name of the provided TopicDescription.
 DomainParticipant get_participant()
          This operation returns DomainParticipant that owns the TopicDescription.
 java.lang.String get_type_name()
          Gets the type_name of the provided TopicDescription.
 

Method Detail

get_participant

DomainParticipant get_participant()
This operation returns DomainParticipant that owns the TopicDescription.


get_type_name

java.lang.String get_type_name()
Gets the type_name of the provided TopicDescription.


get_name

java.lang.String get_name()
This operation returns topic name of the provided TopicDescription.


get_cptr

SWIGTYPE_p__TopicDescription get_cptr()

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved