CoreDX DDS for Java
from Twin Oaks Computing, Inc.

com.toc.coredx.DDS
Class GroupDataQosPolicy

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

public class GroupDataQosPolicy
extends java.lang.Object

Allows the application to attach arbitrary information to a Publisher or Subscriber. The value of the GROUP_DATA is propagated and made available to applications through the built-in topics.

The group data is implemented as a vector of Bytes, and can be used to store any application defined data.

This QoS can be used by an application in combination with the DataReaderListener and DataWriterListener to implement conditional matching policies.


Field Summary
 java.util.Vector<java.lang.Byte> value
           
 
Constructor Summary
GroupDataQosPolicy()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.util.Vector<java.lang.Byte> value
Constructor Detail

GroupDataQosPolicy

public GroupDataQosPolicy()

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