21 package org.opensplice.dds.pub;
41 private static final long serialVersionUID = 3160319098450969471L;
110 DDS.PublisherQos oldQos) {
111 if (oldQos == null) {
113 "oldQos parameter is null.");
130 DDS.PublisherQos old =
new DDS.PublisherQos();
static PublisherQosImpl convert(OsplServiceEnvironment env, DDS.PublisherQos oldQos)
void setupMissingPolicies()
PublisherQos withPolicy(ForPublisher policy)
PublisherQosImpl(OsplServiceEnvironment environment)
This policy allows the introduction of a logical partition concept inside the "physical" partition in...
void setupPolicies(Collection< T > policies)
T put(Class<? extends T > arg0, T arg1)
PublisherQos withPolicies(ForPublisher... policy)
PublisherQosImpl(OsplServiceEnvironment environment, ForPublisher... policies)
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)
boolean containsKey(Object arg0)
A QosPolicy interface that implements this marker interface applies to org.omg.dds.pub.Publisher Entities.
This class is the abstract root for all the QoS policies.
final OsplServiceEnvironment environment
Presentation getPresentation()
DDS.PublisherQos 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...
EntityFactory getEntityFactory()