21 package org.opensplice.dds.sub;
41 private static final long serialVersionUID = 5350093533137522289L;
127 DDS.SubscriberQos oldQos) {
128 if (oldQos == null) {
130 "oldQos parameter is null.");
153 DDS.SubscriberQos old =
new DDS.SubscriberQos();
SubscriberQos withPolicy(ForSubscriber policy)
void setupMissingPolicies()
static SubscriberQosImpl convert(OsplServiceEnvironment env, DDS.SubscriberQos oldQos)
SubscriberQos withPolicies(ForSubscriber... policy)
SubscriberQosImpl(OsplServiceEnvironment environment, ForSubscriber... policies)
This policy allows the introduction of a logical partition concept inside the "physical" partition in...
void setupPolicies(Collection< T > policies)
SubscriberQosImpl(OsplServiceEnvironment environment)
This QosPolicy allows sharing of entities by multiple processes or threads.
T put(Class<? extends T > arg0, T arg1)
EntityFactory getEntityFactory()
Presentation getPresentation()
Specifies how the samples representing changes to data instances are presented to the subscribing app...
User data not known by the middleware, but distributed by means of built-in topics.
static DDS.UserDataQosPolicy convert(OsplServiceEnvironment env, UserData p)
This class is the abstract root for all the QoS policies.
final OsplServiceEnvironment environment
DDS.SubscriberQos convert()
HashMap< Class<? extends T >, T > policies
Controls the behavior of the org.omg.dds.core.Entity when acting as a factory for other entities...
A QosPolicy interface that implements this marker interface applies to org.omg.dds.sub.Subscriber Entities.