21 package org.opensplice.dds.topic;
23 import java.util.List;
53 private static final long serialVersionUID = 4997312302065915561L;
55 private DDS.TopicBuiltinTopicData old;
61 DDS.TopicBuiltinTopicData old) {
62 this.environment = environment;
73 return this.environment;
88 return this.old.type_name;
94 "TopicBuiltinTopicData.getEquivalentTypeName() not supported.");
100 "TopicBuiltinTopicData.getBaseTypeName() not supported.");
106 "TopicBuiltinTopicData.getType() not supported.");
117 .
convert(this.environment, old.durability_service);
143 .
convert(this.environment, old.transport_priority);
178 return this.dataRepresentation;
183 return this.typeConsistency;
190 "Invalid TopicBuiltinTopicData (null) provided.");
196 }
catch (ClassCastException e) {
199 "TopicBuiltinTopicData.copyFrom() on non-OpenSplice TopicBuiltinTopicData implementation is not supported.");
DestinationOrder getDestinationOrder()
List< String > getEquivalentTypeName()
Specifies the configuration of the durability service.
The DCPSTopic topic communicates the existence of topics by means of the TopicBuiltinTopicData dataty...
Specifies the maximum acceptable delay from the time the data is written until the data is inserted i...
LatencyBudget getLatencyBudget()
Liveliness getLiveliness()
ResourceLimits getResourceLimits()
Reliability getReliability()
DurabilityService getDurabilityService()
void copyFrom(TopicBuiltinTopicData src)
Overwrite the state of this object with that of the given object.
List< String > getBaseTypeName()
EXACT_TYPE_TYPE_CONSISTENCY
TypeConsistencyEnforcement getTypeConsistency()
static DDS.UserDataQosPolicy convert(OsplServiceEnvironment env, UserData p)
TransportPriority getTransportPriority()
TopicBuiltinTopicDataImpl(OsplServiceEnvironment environment, DDS.TopicBuiltinTopicData old)
Determines the mechanism and parameters used by the application to determine whether an org...
DataRepresentation getRepresentation()
This policy is a hint to the infrastructure as to how to set the priority of the underlying transport...
Controls the criteria used to determine the logical order among changes made by org.omg.dds.pub.Publisher entities to the same instance of data (i.e., matching Topic and key).
Durability getDurability()
TopicBuiltinTopicData clone()
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
Objects of this type are immutable.
Specifies the resources that the Service can consume in order to meet the requested QoS...
This policy indicates the level of reliability requested by a org.omg.dds.sub.DataReader or offered b...
This policy expresses if the data should "outlive" their writing time.
org.omg.dds.sub.DataReader expects a new sample updating the value of each instance at least once eve...
ServiceEnvironment getEnvironment()
static final short XCDR_DATA_REPRESENTATION
This QosPolicy specifies whether a DataWriter exclusively may own an instance.
Specifies the maximum duration of validity of the data written by the org.omg.dds.pub.DataWriter.
User data not known by the middleware, but distributed by means of built-in topics.
Specifies the behavior of the Service in the case where the value of a sample changes (one or more ti...