OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.opensplice.dds.pub.DataWriterQosImpl Class Reference
Inheritance diagram for org.opensplice.dds.pub.DataWriterQosImpl:
Inheritance graph
Collaboration diagram for org.opensplice.dds.pub.DataWriterQosImpl:
Collaboration graph

Public Member Functions

 DataWriterQosImpl (OsplServiceEnvironment environment, TypeConsistencyEnforcement typeConsistencyEnforcement, ForDataWriter... policies)
 
 DataWriterQosImpl (OsplServiceEnvironment environment)
 
void clear ()
 
boolean containsKey (Object arg0)
 
boolean containsValue (Object arg0)
 
DDS.DataWriterQos convert ()
 
Set< java.util.Map.Entry< Class<? extends T >, T > > entrySet ()
 
get (Object arg0)
 
Deadline getDeadline ()
 
DestinationOrder getDestinationOrder ()
 
Durability getDurability ()
 
DurabilityService getDurabilityService ()
 
ServiceEnvironment getEnvironment ()
 
History getHistory ()
 
LatencyBudget getLatencyBudget ()
 
Lifespan getLifespan ()
 
Liveliness getLiveliness ()
 
Ownership getOwnership ()
 
OwnershipStrength getOwnershipStrength ()
 
PolicyFactory getPolicyFactory ()
 Provides an instance of org.omg.dds.core.policy.PolicyFactory. More...
 
Reliability getReliability ()
 
DataRepresentation getRepresentation ()
 
ResourceLimits getResourceLimits ()
 
TransportPriority getTransportPriority ()
 
TypeConsistencyEnforcement getTypeConsistency ()
 
UserData getUserData ()
 
WriterDataLifecycle getWriterDataLifecycle ()
 
boolean isEmpty ()
 
Set< Class<? extends T > > keySet ()
 
void mergeTopicQos (TopicQos topicQos)
 
put (Class<? extends T > arg0, T arg1)
 
void putAll (Map<? extends Class<? extends T >, ? extends T > arg0)
 
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...
 
DataWriterQos withPolicies (ForDataWriter... policy)
 
EntityQos< P > withPolicy (P policy)
 Copy this object and override the value of the given policy. More...
 
DataWriterQos withPolicy (ForDataWriter policy)
 

Static Public Member Functions

static DataWriterQosImpl convert (OsplServiceEnvironment env, DDS.DataWriterQos 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
 

Detailed Description

Definition at line 66 of file DataWriterQosImpl.java.

Constructor & Destructor Documentation

◆ DataWriterQosImpl() [1/2]

org.opensplice.dds.pub.DataWriterQosImpl.DataWriterQosImpl ( OsplServiceEnvironment  environment,
TypeConsistencyEnforcement  typeConsistencyEnforcement,
ForDataWriter...  policies 
)

Definition at line 71 of file DataWriterQosImpl.java.

◆ DataWriterQosImpl() [2/2]

org.opensplice.dds.pub.DataWriterQosImpl.DataWriterQosImpl ( OsplServiceEnvironment  environment)

Definition at line 79 of file DataWriterQosImpl.java.

Member Function Documentation

◆ clear()

void org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.clear ( )
inherited

Definition at line 103 of file EntityQosImpl.java.

◆ containsKey()

boolean org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.containsKey ( Object  arg0)
inherited

Definition at line 111 of file EntityQosImpl.java.

◆ containsValue()

boolean org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.containsValue ( Object  arg0)
inherited

Definition at line 118 of file EntityQosImpl.java.

◆ convert() [1/2]

static DataWriterQosImpl org.opensplice.dds.pub.DataWriterQosImpl.convert ( OsplServiceEnvironment  env,
DDS.DataWriterQos  oldQos 
)
static

Definition at line 307 of file DataWriterQosImpl.java.

◆ convert() [2/2]

DDS.DataWriterQos org.opensplice.dds.pub.DataWriterQosImpl.convert ( )

Definition at line 344 of file DataWriterQosImpl.java.

◆ entrySet()

Set<java.util.Map.Entry<Class<? extends T>, T> > org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.entrySet ( )
inherited

Definition at line 125 of file EntityQosImpl.java.

◆ get()

T org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.get ( Object  arg0)
inherited

Definition at line 132 of file EntityQosImpl.java.

◆ getClassIdForPolicy()

Class<? extends T> org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.getClassIdForPolicy ( policy)
protectedinherited

Definition at line 71 of file EntityQosImpl.java.

◆ getDeadline()

Deadline org.opensplice.dds.pub.DataWriterQosImpl.getDeadline ( )
Returns
the deadline QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 106 of file DataWriterQosImpl.java.

◆ getDestinationOrder()

DestinationOrder org.opensplice.dds.pub.DataWriterQosImpl.getDestinationOrder ( )
Returns
the destinationOrder QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 134 of file DataWriterQosImpl.java.

◆ getDurability()

Durability org.opensplice.dds.pub.DataWriterQosImpl.getDurability ( )
Returns
the durability QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 92 of file DataWriterQosImpl.java.

◆ getDurabilityService()

DurabilityService org.opensplice.dds.pub.DataWriterQosImpl.getDurabilityService ( )
Returns
the durabilityService QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 99 of file DataWriterQosImpl.java.

◆ getEnvironment()

ServiceEnvironment org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.getEnvironment ( )
inherited
Returns
the org.omg.dds.core.ServiceEnvironment object that directly or indirectly was used to create this object.

Implements org.omg.dds.core.DDSObject.

Definition at line 98 of file EntityQosImpl.java.

◆ getHistory()

History org.opensplice.dds.pub.DataWriterQosImpl.getHistory ( )
Returns
the history QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 141 of file DataWriterQosImpl.java.

◆ getLatencyBudget()

LatencyBudget org.opensplice.dds.pub.DataWriterQosImpl.getLatencyBudget ( )
Returns
the latencyBudget QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 113 of file DataWriterQosImpl.java.

◆ getLifespan()

Lifespan org.opensplice.dds.pub.DataWriterQosImpl.getLifespan ( )
Returns
the lifespan QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 162 of file DataWriterQosImpl.java.

◆ getLiveliness()

Liveliness org.opensplice.dds.pub.DataWriterQosImpl.getLiveliness ( )
Returns
the liveliness QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 120 of file DataWriterQosImpl.java.

◆ getOwnership()

Ownership org.opensplice.dds.pub.DataWriterQosImpl.getOwnership ( )
Returns
the ownership QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 176 of file DataWriterQosImpl.java.

◆ getOwnershipStrength()

OwnershipStrength org.opensplice.dds.pub.DataWriterQosImpl.getOwnershipStrength ( )
Returns
the ownershipStrength QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 183 of file DataWriterQosImpl.java.

◆ getPolicyFactory()

PolicyFactory org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.getPolicyFactory ( )
inherited

◆ getReliability()

Reliability org.opensplice.dds.pub.DataWriterQosImpl.getReliability ( )
Returns
the reliability QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 127 of file DataWriterQosImpl.java.

◆ getRepresentation()

DataRepresentation org.opensplice.dds.pub.DataWriterQosImpl.getRepresentation ( )
Returns
the dataRepresentation QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 198 of file DataWriterQosImpl.java.

◆ getResourceLimits()

ResourceLimits org.opensplice.dds.pub.DataWriterQosImpl.getResourceLimits ( )
Returns
the resourceLimits QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 148 of file DataWriterQosImpl.java.

◆ getTransportPriority()

TransportPriority org.opensplice.dds.pub.DataWriterQosImpl.getTransportPriority ( )
Returns
the transportPriority QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 155 of file DataWriterQosImpl.java.

◆ getTypeConsistency()

TypeConsistencyEnforcement org.opensplice.dds.pub.DataWriterQosImpl.getTypeConsistency ( )
Returns
the typeConsistencyEnforcement QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 205 of file DataWriterQosImpl.java.

◆ getUserData()

UserData org.opensplice.dds.pub.DataWriterQosImpl.getUserData ( )
Returns
the userData QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 169 of file DataWriterQosImpl.java.

◆ getWriterDataLifecycle()

WriterDataLifecycle org.opensplice.dds.pub.DataWriterQosImpl.getWriterDataLifecycle ( )
Returns
the writerDataLifecycle QosPolicy

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 190 of file DataWriterQosImpl.java.

◆ isEmpty()

boolean org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.isEmpty ( )
inherited

Definition at line 139 of file EntityQosImpl.java.

◆ keySet()

Set<Class<? extends T> > org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.keySet ( )
inherited

Definition at line 144 of file EntityQosImpl.java.

◆ mergeTopicQos()

void org.opensplice.dds.pub.DataWriterQosImpl.mergeTopicQos ( TopicQos  topicQos)

Definition at line 221 of file DataWriterQosImpl.java.

◆ put()

T org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.put ( Class<? extends T >  arg0,
arg1 
)
inherited

Definition at line 151 of file EntityQosImpl.java.

◆ putAll()

void org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.putAll ( Map<? extends Class<? extends T >, ? extends T >  arg0)
inherited

Definition at line 158 of file EntityQosImpl.java.

◆ remove()

T org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.remove ( Object  arg0)
inherited

Definition at line 165 of file EntityQosImpl.java.

◆ setupMissingPolicies()

void org.opensplice.dds.pub.DataWriterQosImpl.setupMissingPolicies ( )
protected

Definition at line 243 of file DataWriterQosImpl.java.

◆ setupPolicies() [1/2]

void org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.setupPolicies ( Collection< T >  policies)
protectedinherited

Definition at line 54 of file EntityQosImpl.java.

◆ setupPolicies() [2/2]

void org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.setupPolicies ( T...  policies)
protectedinherited

Definition at line 62 of file EntityQosImpl.java.

◆ size()

int org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.size ( )
inherited

Definition at line 176 of file EntityQosImpl.java.

◆ values()

Collection<T> org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.values ( )
inherited

Definition at line 183 of file EntityQosImpl.java.

◆ withPolicies() [1/2]

EntityQos<P> org.omg.dds.core.EntityQos< P extends QosPolicy >.withPolicies ( P...  policy)
inherited

Copy this object and override the values of the given policies.

Returns
a new object
Exceptions
IllegalArgumentExceptionif any given policy is not applicable to the concrete type of this EntityQos.
See also
#withPolicy(QosPolicy)

◆ withPolicies() [2/2]

DataWriterQos org.opensplice.dds.pub.DataWriterQosImpl.withPolicies ( ForDataWriter...  policy)

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 215 of file DataWriterQosImpl.java.

◆ withPolicy() [1/2]

EntityQos<P> org.omg.dds.core.EntityQos< P extends QosPolicy >.withPolicy ( policy)
inherited

Copy this object and override the value of the given policy.

Returns
a new object
Exceptions
IllegalArgumentExceptionif the given policy is not applicable to the concrete type of this EntityQos.
See also
withPolicies(QosPolicy...)

◆ withPolicy() [2/2]

DataWriterQos org.opensplice.dds.pub.DataWriterQosImpl.withPolicy ( ForDataWriter  policy)

Implements org.omg.dds.pub.DataWriterQos.

Definition at line 210 of file DataWriterQosImpl.java.

Member Data Documentation

◆ environment

final OsplServiceEnvironment org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.environment
protectedinherited

Definition at line 36 of file EntityQosImpl.java.

◆ policies

HashMap<Class<? extends T>, T> org.opensplice.dds.core.EntityQosImpl< T extends QosPolicy >.policies
protectedinherited

Definition at line 37 of file EntityQosImpl.java.


The documentation for this class was generated from the following file: