CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class MultiTopic

java.lang.Object
  extended by com.toc.coredx.DDS.MultiTopic
All Implemented Interfaces:
TopicDescription

public class MultiTopic
extends java.lang.Object
implements TopicDescription

MultiTopic is not currently implemented.


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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get_participant

public DomainParticipant get_participant()
Description copied from interface: TopicDescription
This operation returns DomainParticipant that owns the TopicDescription.

Specified by:
get_participant in interface TopicDescription

get_type_name

public java.lang.String get_type_name()
Description copied from interface: TopicDescription
Gets the type_name of the provided TopicDescription.

Specified by:
get_type_name in interface TopicDescription

get_name

public java.lang.String get_name()
Description copied from interface: TopicDescription
This operation returns topic name of the provided TopicDescription.

Specified by:
get_name in interface TopicDescription

get_cptr

public SWIGTYPE_p__TopicDescription get_cptr()
Specified by:
get_cptr in interface TopicDescription

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