Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
<TYPE> MultiTopic<TYPE> |
DomainParticipant.createMultiTopic(java.lang.String name,
java.lang.Class<TYPE> type,
java.lang.String subscriptionExpression,
java.util.List<java.lang.String> expressionParameters)
This operation creates a MultiTopic.
|
<TYPE> MultiTopic<TYPE> |
DomainParticipant.createMultiTopic(java.lang.String name,
TypeSupport<TYPE> type,
java.lang.String subscriptionExpression,
java.util.List<java.lang.String> expressionParameters)
This operation creates a MultiTopic.
|
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.