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. |
org.omg.dds.type.dynamic |
Modifier and Type | Method and Description |
---|---|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type)
This operation creates a Topic with default QoS policies and no
TopicListener.
|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type,
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type)
This operation creates a Topic with default QoS policies and no
TopicListener.
|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type,
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Topic<DynamicType> |
DomainParticipant.createTopic(java.lang.String topicName,
DynamicType type,
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DynamicType |
DynamicType.clone() |
abstract DynamicType |
DynamicTypeFactory.createArrayType(DynamicType elementType,
int... bound) |
abstract DynamicType |
DynamicTypeFactory.createBitSetType(int bound) |
abstract DynamicType |
DynamicTypeFactory.createMapType(DynamicType keyElementType,
DynamicType elementType,
int bound) |
abstract DynamicType |
DynamicTypeFactory.createSequenceType(DynamicType elementType)
Create unbounded sequence
|
abstract DynamicType |
DynamicTypeFactory.createSequenceType(DynamicType elementType,
int bound)
Create bounded sequence
|
abstract DynamicType |
DynamicTypeFactory.createStringType(int bound) |
abstract DynamicType |
DynamicTypeFactory.createType(TypeDescriptor descriptor) |
abstract DynamicType |
DynamicTypeFactory.createWStringType(int bound) |
DynamicType |
TypeDescriptor.getBaseType() |
DynamicType |
TypeDescriptor.getDiscriminatorType() |
DynamicType |
TypeDescriptor.getElementType() |
DynamicType |
TypeDescriptor.getKeyElementType() |
abstract DynamicType |
DynamicTypeFactory.getPrimitiveType(TypeKind kind) |
DynamicType |
MemberDescriptor.getType() |
DynamicType |
DynamicData.getType() |
DynamicType |
AnnotationDescriptor.getType() |
abstract DynamicType |
DynamicTypeFactory.loadType(java.lang.String documentUrl)
Load a type from the specified URI.
|
abstract DynamicType |
DynamicTypeFactory.loadType(java.lang.String documentUrl,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<DynamicType> |
DynamicTypeFactory.loadTypes(java.lang.String documentUrl) |
abstract java.util.Collection<DynamicType> |
DynamicTypeFactory.loadTypes(java.lang.String documentUrl,
java.lang.String... names) |
Modifier and Type | Method and Description |
---|---|
abstract DynamicType |
DynamicTypeFactory.createArrayType(DynamicType elementType,
int... bound) |
abstract DynamicType |
DynamicTypeFactory.createMapType(DynamicType keyElementType,
DynamicType elementType,
int bound) |
abstract DynamicType |
DynamicTypeFactory.createSequenceType(DynamicType elementType)
Create unbounded sequence
|
abstract DynamicType |
DynamicTypeFactory.createSequenceType(DynamicType elementType,
int bound)
Create bounded sequence
|
abstract DynamicData |
DynamicDataFactory.newDynamicData(DynamicType type) |
TypeDescriptor |
TypeDescriptor.withBaseType(DynamicType baseType)
Copy this descriptor and apply the given base type.
|
TypeDescriptor |
TypeDescriptor.withDiscriminatorType(DynamicType discriminatorType)
Copy this descriptor and apply the given discriminator type.
|
TypeDescriptor |
TypeDescriptor.withElementType(DynamicType elementType)
Copy this descriptor and apply the given element type.
|
TypeDescriptor |
TypeDescriptor.withKeyElementType(DynamicType keyElementType)
Copy this descriptor and apply the given key element type.
|
MemberDescriptor |
MemberDescriptor.withType(DynamicType type)
Copy this descriptor and apply the given type.
|
AnnotationDescriptor |
AnnotationDescriptor.withType(DynamicType type)
Copy this descriptor and apply the given type.
|
Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.