Uses of Interface
org.omg.dds.pub.DataWriter

Packages that use DataWriter
org.omg.dds.core.status   
org.omg.dds.pub The Publication Module contains the Publisher and DataWriter interfaces as well as the PublisherListener and DataWriterListener interfaces, and more generally, all that is needed on the publication side. 
org.omg.dds.type.builtin   
 

Uses of DataWriter in org.omg.dds.core.status
 

Constructors in org.omg.dds.core.status with parameters of type DataWriter
LivelinessLostStatus(DataWriter<TYPE> source)
           
OfferedDeadlineMissedStatus(DataWriter<TYPE> source)
           
OfferedIncompatibleQosStatus(DataWriter<TYPE> source)
           
PublicationMatchedStatus(DataWriter<TYPE> source)
           
 

Uses of DataWriter in org.omg.dds.pub
 

Methods in org.omg.dds.pub that return DataWriter
<OTHER> DataWriter<OTHER>
DataWriter.cast()
          Cast this data writer to the given type, or throw an exception if the cast fails.
<TYPE> DataWriter<TYPE>
Publisher.createDataWriter(Topic<TYPE> topic)
           
<TYPE> DataWriter<TYPE>
Publisher.createDataWriter(Topic<TYPE> topic, DataWriterQos qos, DataWriterListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
<TYPE> DataWriter<TYPE>
Publisher.createDataWriter(Topic<TYPE> topic, java.lang.String qosLibraryName, java.lang.String qosProfileName, DataWriterListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new data writer.
<TYPE> DataWriter<TYPE>
Publisher.lookupDataWriter(java.lang.String topicName)
           
<TYPE> DataWriter<TYPE>
Publisher.lookupDataWriter(Topic<TYPE> topicName)
           
 

Uses of DataWriter in org.omg.dds.type.builtin
 

Subinterfaces of DataWriter in org.omg.dds.type.builtin
 interface BytesDataWriter
           
 interface KeyedBytesDataWriter
           
 interface KeyedStringDataWriter
           
 interface StringDataWriter
           
 



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