Package | Description |
---|---|
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.topic |
The Topic-Definition Module contains the
Topic ,
ContentFilteredTopic , and
MultiTopic interfaces, the
TopicListener interface, and more generally, all
that is needed by the application to define Topic objects and attach QoS
policies to them. |
org.omg.dds.type |
Modifier and Type | Method and Description |
---|---|
<TYPE> TypeSupport<TYPE> |
ServiceEnvironment.ServiceProviderInterface.newTypeSupport(java.lang.Class<TYPE> type,
java.lang.String registeredName)
Create a new
TypeSupport object for the given physical
type. |
Modifier and Type | Method and Description |
---|---|
<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.
|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type,
TypeSupport<DynamicType> typeSupport)
This operation creates a Topic with default QoS policies and no
TopicListener.
|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type,
TypeSupport<DynamicType> typeSupport,
TopicQos qos,
TopicListener<DynamicType> listener,
java.util.Collection<java.lang.Class<? extends Status>> statuses)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
<TYPE> Topic<TYPE> |
DomainParticipant.createTopic(java.lang.String topicName,
TypeSupport<TYPE> type)
This operation creates a Topic with default QoS policies and no
TopicListener.
|
<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)
This operation creates a Topic with the desired QoS policies and
attaches to it the specified TopicListener.
|
Modifier and Type | Method and Description |
---|---|
TypeSupport<TYPE> |
TopicDescription.getTypeSupport() |
Modifier and Type | Method and Description |
---|---|
static <TYPE> TypeSupport<TYPE> |
TypeSupport.newTypeSupport(java.lang.Class<TYPE> type,
ServiceEnvironment env)
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,
ServiceEnvironment env)
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.