CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class PublisherQos

java.lang.Object
  extended by com.toc.coredx.DDS.PublisherQos

public class PublisherQos
extends java.lang.Object

Structure that holds DDS_Publisher Quality of Service policies.

See Also:
set_qos(), get_qos(), create_publisher(), set_default_publisher_qos(), get_default_publisher_qos()

Field Summary
 EntityFactoryQosPolicy entity_factory
          Controls the behavior of the Publisher_create_datawriter() operation.
 EntityNameQosPolicy entity_name
           
 GroupDataQosPolicy group_data
          A sequence of octets associated with the Publisher.
 LoggingQosPolicy logging
           
 PartitionQosPolicy partition
          Establishes a logical data partition.
 PresentationQosPolicy presentation
          Controls the presentation of groups of changes.
 
Constructor Summary
PublisherQos()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

presentation

public PresentationQosPolicy presentation
Controls the presentation of groups of changes.

See Also:
begin_coherent_changes(), end_coherent_changes(), begin_access(), end_access()

partition

public PartitionQosPolicy partition
Establishes a logical data partition. DataWriters and DataReaders that are 'in' the same partition (ie, the partition of the containing Publisher and Subscriber match) can communicate. If the partitions do not match, then they cannot communicate.


group_data

public GroupDataQosPolicy group_data
A sequence of octets associated with the Publisher.


entity_factory

public EntityFactoryQosPolicy entity_factory
Controls the behavior of the Publisher_create_datawriter() operation.


entity_name

public EntityNameQosPolicy entity_name

logging

public LoggingQosPolicy logging
Constructor Detail

PublisherQos

public PublisherQos()

Copyright © 2010 Twin Oaks Computing, Inc,
All Rights Reserved