org.omg.dds.pub.modifiable
Interface ModifiablePublisherQos

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

public interface ModifiablePublisherQos
extends PublisherQos, ModifiableEntityQos<PublisherQos,ModifiablePublisherQos>


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 ModifiableEntityFactoryQosPolicy getEntityFactory()
           
 ModifiableGroupDataQosPolicy getGroupData()
           
 ModifiablePartitionQosPolicy getPartition()
           
 ModifiablePresentationQosPolicy getPresentation()
           
 ModifiablePublisherQos setEntityFactory(EntityFactoryQosPolicy entityFactory)
           
 ModifiablePublisherQos setGroupData(GroupDataQosPolicy groupData)
           
 ModifiablePublisherQos setPartition(PartitionQosPolicy partition)
           
 ModifiablePublisherQos setPresentation(PresentationQosPolicy presentation)
           
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableEntityQos
put
 
Methods inherited from interface org.omg.dds.core.EntityQos
clear, get, put, remove
 
Methods inherited from interface java.util.Map
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, putAll, size, values
 
Methods inherited from interface org.omg.dds.core.modifiable.ModifiableValue
clone, copyFrom, finishModification
 
Methods inherited from interface org.omg.dds.core.Value
equals, hashCode, modify
 
Methods inherited from interface org.omg.dds.core.DDSObject
getBootstrap
 

Method Detail

setPresentation

ModifiablePublisherQos setPresentation(PresentationQosPolicy presentation)
Parameters:
presentation - the presentation to set
Returns:
this

getPresentation

ModifiablePresentationQosPolicy getPresentation()
Specified by:
getPresentation in interface PublisherQos
Returns:
the presentation

setPartition

ModifiablePublisherQos setPartition(PartitionQosPolicy partition)
Parameters:
partition - the partition to set
Returns:
this

getPartition

ModifiablePartitionQosPolicy getPartition()
Specified by:
getPartition in interface PublisherQos
Returns:
the partition

setGroupData

ModifiablePublisherQos setGroupData(GroupDataQosPolicy groupData)
Parameters:
groupData - the groupData to set
Returns:
this

getGroupData

ModifiableGroupDataQosPolicy getGroupData()
Specified by:
getGroupData in interface PublisherQos
Returns:
the groupData

setEntityFactory

ModifiablePublisherQos setEntityFactory(EntityFactoryQosPolicy entityFactory)
Parameters:
entityFactory - the entityFactory to set
Returns:
this

getEntityFactory

ModifiableEntityFactoryQosPolicy getEntityFactory()
Specified by:
getEntityFactory in interface PublisherQos
Returns:
the entityFactory


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