![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
DomainParticipantQosImpl (OsplServiceEnvironment environment) | |
DomainParticipantQosImpl (OsplServiceEnvironment environment, ForDomainParticipant... domainParticipants) | |
void | clear () |
boolean | containsKey (Object arg0) |
boolean | containsValue (Object arg0) |
DDS.DomainParticipantQos | convert () |
Set< java.util.Map.Entry< Class<? extends T >, T > > | entrySet () |
T | get (Object arg0) |
EntityFactory | getEntityFactory () |
ServiceEnvironment | getEnvironment () |
ListenerScheduling | getListenerScheduling () |
PolicyFactory | getPolicyFactory () |
Provides an instance of org.omg.dds.core.policy.PolicyFactory. More... | |
UserData | getUserData () |
WatchdogScheduling | getWatchdogScheduling () |
boolean | isEmpty () |
Set< Class<? extends T > > | keySet () |
T | put (Class<? extends T > arg0, T arg1) |
void | putAll (Map<? extends Class<? extends T >, ? extends T > arg0) |
T | remove (Object arg0) |
int | size () |
Collection< T > | values () |
DomainParticipantQos | withPolicies (QosPolicy.ForDomainParticipant... policy) |
EntityQos< P > | withPolicies (P... policy) |
Copy this object and override the values of the given policies. More... | |
DomainParticipantQos | withPolicies (QosPolicy.ForDomainParticipant... policy) |
DomainParticipantQos | withPolicy (QosPolicy.ForDomainParticipant policy) |
EntityQos< P > | withPolicy (P policy) |
Copy this object and override the value of the given policy. More... | |
DomainParticipantQos | withPolicy (QosPolicy.ForDomainParticipant policy) |
Static Public Member Functions | |
static DomainParticipantQosImpl | convert (OsplServiceEnvironment env, DDS.DomainParticipantQos oldQos) |
Protected Member Functions | |
Class<? extends T > | getClassIdForPolicy (T policy) |
void | setupMissingPolicies () |
void | setupPolicies (Collection< T > policies) |
void | setupPolicies (T... policies) |
Protected Attributes | |
final OsplServiceEnvironment | environment |
HashMap< Class<? extends T >, T > | policies |
Definition at line 38 of file DomainParticipantQosImpl.java.
org.opensplice.dds.domain.DomainParticipantQosImpl.DomainParticipantQosImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 42 of file DomainParticipantQosImpl.java.
org.opensplice.dds.domain.DomainParticipantQosImpl.DomainParticipantQosImpl | ( | OsplServiceEnvironment | environment, |
ForDomainParticipant... | domainParticipants | ||
) |
Definition at line 46 of file DomainParticipantQosImpl.java.
|
inherited |
Definition at line 103 of file EntityQosImpl.java.
|
inherited |
Definition at line 111 of file EntityQosImpl.java.
|
inherited |
Definition at line 118 of file EntityQosImpl.java.
|
static |
Definition at line 121 of file DomainParticipantQosImpl.java.
DDS.DomainParticipantQos org.opensplice.dds.domain.DomainParticipantQosImpl.convert | ( | ) |
Definition at line 142 of file DomainParticipantQosImpl.java.
|
inherited |
Definition at line 125 of file EntityQosImpl.java.
|
inherited |
Definition at line 132 of file EntityQosImpl.java.
|
protectedinherited |
Definition at line 71 of file EntityQosImpl.java.
EntityFactory org.opensplice.dds.domain.DomainParticipantQosImpl.getEntityFactory | ( | ) |
Implements org.omg.dds.domain.DomainParticipantQos.
Definition at line 88 of file DomainParticipantQosImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 98 of file EntityQosImpl.java.
ListenerScheduling org.opensplice.dds.domain.DomainParticipantQosImpl.getListenerScheduling | ( | ) |
Definition at line 95 of file DomainParticipantQosImpl.java.
|
inherited |
Provides an instance of org.omg.dds.core.policy.PolicyFactory.
Implements org.omg.dds.core.EntityQos< P extends QosPolicy >.
Definition at line 197 of file EntityQosImpl.java.
UserData org.opensplice.dds.domain.DomainParticipantQosImpl.getUserData | ( | ) |
Implements org.omg.dds.domain.DomainParticipantQos.
Definition at line 81 of file DomainParticipantQosImpl.java.
WatchdogScheduling org.opensplice.dds.domain.DomainParticipantQosImpl.getWatchdogScheduling | ( | ) |
Definition at line 102 of file DomainParticipantQosImpl.java.
|
inherited |
Definition at line 139 of file EntityQosImpl.java.
|
inherited |
Definition at line 144 of file EntityQosImpl.java.
|
inherited |
Definition at line 151 of file EntityQosImpl.java.
|
inherited |
Definition at line 158 of file EntityQosImpl.java.
|
inherited |
Definition at line 165 of file EntityQosImpl.java.
|
protected |
Definition at line 59 of file DomainParticipantQosImpl.java.
|
protectedinherited |
Definition at line 54 of file EntityQosImpl.java.
|
protectedinherited |
Definition at line 62 of file EntityQosImpl.java.
|
inherited |
Definition at line 176 of file EntityQosImpl.java.
|
inherited |
Definition at line 183 of file EntityQosImpl.java.
|
inherited |
|
inherited |
Copy this object and override the values of the given policies.
IllegalArgumentException | if any given policy is not applicable to the concrete type of this EntityQos. |
DomainParticipantQos org.opensplice.dds.domain.DomainParticipantQosImpl.withPolicies | ( | QosPolicy.ForDomainParticipant... | policy | ) |
Definition at line 114 of file DomainParticipantQosImpl.java.
|
inherited |
|
inherited |
Copy this object and override the value of the given policy.
IllegalArgumentException | if the given policy is not applicable to the concrete type of this EntityQos. |
DomainParticipantQos org.opensplice.dds.domain.DomainParticipantQosImpl.withPolicy | ( | QosPolicy.ForDomainParticipant | policy | ) |
Definition at line 109 of file DomainParticipantQosImpl.java.
|
protectedinherited |
Definition at line 36 of file EntityQosImpl.java.
|
protectedinherited |
Definition at line 37 of file EntityQosImpl.java.