Uses of Class
org.omg.dds.type.TypeSupport

Packages that use TypeSupport
org.omg.dds.core The Core (Infrastructure) Module defines the abstract classes and the interfaces that are refined by the other modules. 
org.omg.dds.domain The Domain Module contains the DomainParticipant class that acts as an entry-point of the Service and acts as a factory for many of the classes. 
org.omg.dds.type   
 

Uses of TypeSupport in org.omg.dds.core
 

Methods in org.omg.dds.core that return TypeSupport
<TYPE> TypeSupport<TYPE>
Bootstrap.ServiceProviderInterface.newTypeSupport(java.lang.Class<TYPE> type, java.lang.String registeredName)
          Create a new TypeSupport object for the given physical type.
 

Uses of TypeSupport in org.omg.dds.domain
 

Methods in org.omg.dds.domain with parameters of type TypeSupport
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type)
           
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type, java.lang.String qosLibraryName, java.lang.String qosProfileName, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type, TopicQos qos, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
 

Uses of TypeSupport in org.omg.dds.type
 

Methods in org.omg.dds.type that return TypeSupport
static
<TYPE> TypeSupport<TYPE>
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type, Bootstrap bootstrap)
          Create a new TypeSupport object for the given physical type.
static
<TYPE> TypeSupport<TYPE>
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type, java.lang.String registeredName, Bootstrap bootstrap)
          Create a new TypeSupport object for the given physical type.
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.