![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
TopicQosImpl (OsplServiceEnvironment environment, TypeConsistencyEnforcement typeConsistencyEnforcement, ForTopic... policies) | |
TopicQosImpl (OsplServiceEnvironment environment) | |
void | clear () |
boolean | containsKey (Object arg0) |
boolean | containsValue (Object arg0) |
DDS.TopicQos | convert () |
Set< java.util.Map.Entry< Class<? extends T >, T > > | entrySet () |
T | get (Object arg0) |
Deadline | getDeadline () |
DestinationOrder | getDestinationOrder () |
Durability | getDurability () |
DurabilityService | getDurabilityService () |
ServiceEnvironment | getEnvironment () |
History | getHistory () |
LatencyBudget | getLatencyBudget () |
Lifespan | getLifespan () |
Liveliness | getLiveliness () |
Ownership | getOwnership () |
PolicyFactory | getPolicyFactory () |
Provides an instance of org.omg.dds.core.policy.PolicyFactory. More... | |
Reliability | getReliability () |
DataRepresentation | getRepresentation () |
ResourceLimits | getResourceLimits () |
TopicData | getTopicData () |
TransportPriority | getTransportPriority () |
TypeConsistencyEnforcement | getTypeConsistency () |
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 () |
EntityQos< P > | withPolicies (P... policy) |
Copy this object and override the values of the given policies. More... | |
TopicQos | withPolicies (QosPolicy.ForTopic... policy) |
TopicQos | withPolicies (QosPolicy.ForTopic... policy) |
EntityQos< P > | withPolicy (P policy) |
Copy this object and override the value of the given policy. More... | |
TopicQos | withPolicy (QosPolicy.ForTopic policy) |
TopicQos | withPolicy (QosPolicy.ForTopic policy) |
Static Public Member Functions | |
static TopicQosImpl | convert (OsplServiceEnvironment env, DDS.TopicQos 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 76 of file TopicQosImpl.java.
org.opensplice.dds.topic.TopicQosImpl.TopicQosImpl | ( | OsplServiceEnvironment | environment, |
TypeConsistencyEnforcement | typeConsistencyEnforcement, | ||
ForTopic... | policies | ||
) |
Definition at line 80 of file TopicQosImpl.java.
org.opensplice.dds.topic.TopicQosImpl.TopicQosImpl | ( | OsplServiceEnvironment | environment | ) |
Definition at line 87 of file TopicQosImpl.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 275 of file TopicQosImpl.java.
DDS.TopicQos org.opensplice.dds.topic.TopicQosImpl.convert | ( | ) |
Definition at line 311 of file TopicQosImpl.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.
Deadline org.opensplice.dds.topic.TopicQosImpl.getDeadline | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 121 of file TopicQosImpl.java.
DestinationOrder org.opensplice.dds.topic.TopicQosImpl.getDestinationOrder | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 149 of file TopicQosImpl.java.
Durability org.opensplice.dds.topic.TopicQosImpl.getDurability | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 107 of file TopicQosImpl.java.
DurabilityService org.opensplice.dds.topic.TopicQosImpl.getDurabilityService | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 114 of file TopicQosImpl.java.
|
inherited |
Implements org.omg.dds.core.DDSObject.
Definition at line 98 of file EntityQosImpl.java.
History org.opensplice.dds.topic.TopicQosImpl.getHistory | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 156 of file TopicQosImpl.java.
LatencyBudget org.opensplice.dds.topic.TopicQosImpl.getLatencyBudget | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 128 of file TopicQosImpl.java.
Lifespan org.opensplice.dds.topic.TopicQosImpl.getLifespan | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 177 of file TopicQosImpl.java.
Liveliness org.opensplice.dds.topic.TopicQosImpl.getLiveliness | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 135 of file TopicQosImpl.java.
Ownership org.opensplice.dds.topic.TopicQosImpl.getOwnership | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 184 of file TopicQosImpl.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.
Reliability org.opensplice.dds.topic.TopicQosImpl.getReliability | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 142 of file TopicQosImpl.java.
DataRepresentation org.opensplice.dds.topic.TopicQosImpl.getRepresentation | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 191 of file TopicQosImpl.java.
ResourceLimits org.opensplice.dds.topic.TopicQosImpl.getResourceLimits | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 163 of file TopicQosImpl.java.
TopicData org.opensplice.dds.topic.TopicQosImpl.getTopicData | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 100 of file TopicQosImpl.java.
TransportPriority org.opensplice.dds.topic.TopicQosImpl.getTransportPriority | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 170 of file TopicQosImpl.java.
TypeConsistencyEnforcement org.opensplice.dds.topic.TopicQosImpl.getTypeConsistency | ( | ) |
Implements org.omg.dds.topic.TopicQos.
Definition at line 198 of file TopicQosImpl.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 203 of file TopicQosImpl.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 |
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. |
|
inherited |
TopicQos org.opensplice.dds.topic.TopicQosImpl.withPolicies | ( | QosPolicy.ForTopic... | policy | ) |
Definition at line 269 of file TopicQosImpl.java.
|
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. |
|
inherited |
TopicQos org.opensplice.dds.topic.TopicQosImpl.withPolicy | ( | QosPolicy.ForTopic | policy | ) |
Definition at line 264 of file TopicQosImpl.java.
|
protectedinherited |
Definition at line 36 of file EntityQosImpl.java.
|
protectedinherited |
Definition at line 37 of file EntityQosImpl.java.