19 package org.omg.dds.topic;
21 import java.io.Closeable;
void close()
Dispose the resources held by this object.
The DomainParticipant object plays several roles:
public< OTHER > TopicDescription< OTHER > cast()
Cast this topic description to the given type, or throw an exception if the cast fails.
String getTypeName()
Returns the type name used to create the TopicDescription.
TypeSupport< TYPE > getTypeSupport()
Returns the org.omg.dds.type.TypeSupport used to create this TopicDescription.
A supertype of all DDS classes and interfaces.
String getName()
Returns the name used to create the TopicDescription.
TypeSupport is an abstract interface that has to be specialized for each concrete type that will be u...
DomainParticipant getParent()
Returns the org.omg.dds.domain.DomainParticipant to which the TopicDescription belongs.
This interface is the base for org.omg.dds.topic.Topic, org.omg.dds.topic.ContentFilteredTopic, and org.omg.dds.topic.MultiTopic.