21 package org.opensplice.dds.domain;
40 private static final long serialVersionUID = -1811553017861487660L;
48 super(environment, domainParticipants);
122 DDS.DomainParticipantQos oldQos) {
124 if (oldQos == null) {
126 "oldQos parameter is null.");
143 DDS.DomainParticipantQos old =
new DDS.DomainParticipantQos();
DDS.DomainParticipantQos convert()
User data not known by the middleware, but distributed by means of built-in topics.
WatchdogScheduling getWatchdogScheduling()
void setupPolicies(Collection< T > policies)
static DomainParticipantQosImpl convert(OsplServiceEnvironment env, DDS.DomainParticipantQos oldQos)
T put(Class<? extends T > arg0, T arg1)
DomainParticipantQos withPolicies(QosPolicy.ForDomainParticipant... policy)
DomainParticipantQos withPolicy(QosPolicy.ForDomainParticipant policy)
Scheduling for the Watchdog thread of a org.omg.dds.domain.DomainParticipant.
static DDS.UserDataQosPolicy convert(OsplServiceEnvironment env, UserData p)
OpenSplice-specific extension to org.omg.dds.domain.DomainParticipantQos with support to control sche...
This QosPolicy specifies the scheduling parameters that will be used for a thread that is spawned by ...
DomainParticipantQosImpl(OsplServiceEnvironment environment, ForDomainParticipant... domainParticipants)
void setupMissingPolicies()
This class is the abstract root for all the QoS policies.
final OsplServiceEnvironment environment
DomainParticipantQosImpl(OsplServiceEnvironment environment)
A QosPolicy interface that implements this marker interface applies to org.omg.dds.domain.DomainParticipant Entities.
ListenerScheduling getListenerScheduling()
Scheduling for the Listener thread of a org.omg.dds.domain.DomainParticipant.
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()