com.toc.coredx.DDS
Class TopicDataQosPolicy
java.lang.Object
com.toc.coredx.DDS.TopicDataQosPolicy
public class TopicDataQosPolicy
- extends java.lang.Object
Allows the application to attach arbitrary information to a
Topic. The value of the TOPIC_DATA is propagated
and made available to applications through the built-in topics.
The topic 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
TopicListener to implement conditional matching policies.
|
Field Summary |
java.util.Vector<java.lang.Byte> |
value
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public java.util.Vector<java.lang.Byte> value
TopicDataQosPolicy
public TopicDataQosPolicy()