|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
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 | ||
|---|---|---|
|
DomainParticipant.createTopic(java.lang.String topicName,
TypeSupport<TYPE> 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. |
|
|
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
|
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type,
Bootstrap bootstrap)
Create a new TypeSupport object for the given physical type. |
|
static
|
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type,
java.lang.String registeredName,
Bootstrap bootstrap)
Create a new TypeSupport object for the given physical type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.