OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
Package org.omg.dds.pub

Classes

interface  DataWriter
 DataWriter allows the application to set the value of the data to be published under a given org.omg.dds.topic.Topic. More...
 
class  DataWriterAdapter
 A convenience class DataWriterAdapter is offered which has an empty implementation of all org.omg.dds.pub.DataWriterListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented. More...
 
interface  DataWriterListener
 Since a org.omg.dds.pub.DataWriter is a kind of org.omg.dds.core.Entity, it has the ability to have a listener associated with it. More...
 
interface  DataWriterQos
 
interface  Publisher
 A Publisher is the object responsible for the actual dissemination of publications. More...
 
class  PublisherAdapter
 A convenience class PublisherAdapter is offered which has an empty implementation of all org.omg.dds.pub.PublisherListener callback functions when the application extends from this class only the used callback functions that the user wants to use need to be implemented. More...
 
interface  PublisherListener
 Since a org.omg.dds.pub.Publisher is a kind of org.omg.dds.core.Entity, it has the ability to have a listener associated with it. More...
 
interface  PublisherQos