|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
TYPE - The concrete type of the data that will be published and/
or subscribed by the readers and writers that use this
topic description.public interface TopicDescription<TYPE>
This interface is the base for Topic, ContentFilteredTopic,
and MultiTopic.
TopicDescription represents the fact that both publications and
subscriptions are tied to a single data type. Its attribute typeName
defines a unique resulting type for the publication or the subscription
and therefore creates an implicit association with a TypeSupport.
TopicDescription has also a name that allows it to be retrieved locally.
| Method Summary | ||
|---|---|---|
|
cast()
Cast this topic description to the given type, or throw an exception if the cast fails. |
|
void |
close()
Dispose the resources held by this object. |
|
java.lang.String |
getName()
|
|
DomainParticipant |
getParent()
|
|
java.lang.Class<TYPE> |
getType()
|
|
java.lang.String |
getTypeName()
|
|
| Methods inherited from interface org.omg.dds.core.DDSObject |
|---|
getBootstrap |
| Method Detail |
|---|
java.lang.Class<TYPE> getType()
<OTHER> TopicDescription<OTHER> cast()
OTHER - The type of the data exchanged on this topic,
according to the caller.
java.lang.ClassCastException - if the cast failsjava.lang.String getTypeName()
java.lang.String getName()
DomainParticipant getParent()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.