org.omg.dds.pub
Interface PublisherQos

All Superinterfaces:
java.lang.Cloneable, DDSObject, EntityQos<PublisherQos,ModifiablePublisherQos>, java.util.Map<QosPolicy.Id,QosPolicy<?,?>>, java.io.Serializable, Value<PublisherQos,ModifiablePublisherQos>
All Known Subinterfaces:
ModifiablePublisherQos

public interface PublisherQos
extends EntityQos<PublisherQos,ModifiablePublisherQos>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 EntityFactoryQosPolicy getEntityFactory()
           
 GroupDataQosPolicy getGroupData()
           
 PartitionQosPolicy getPartition()
           
 PresentationQosPolicy getPresentation()
           
 
Methods inherited from interface org.omg.dds.core.EntityQos
clear, get, put, remove
 
Methods inherited from interface org.omg.dds.core.Value
clone, equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 
Methods inherited from interface java.util.Map
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, size, values
 

Method Detail

getPresentation

PresentationQosPolicy getPresentation()
Returns:
the presentation

getPartition

PartitionQosPolicy getPartition()
Returns:
the partition

getGroupData

GroupDataQosPolicy getGroupData()
Returns:
the groupData

getEntityFactory

EntityFactoryQosPolicy getEntityFactory()
Returns:
the entityFactory


Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.