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

Classes

interface  DataReader
 A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber. More...
 
class  DataReaderAdapter
 A convenience class DataReaderAdapter is offered which has an empty implementation of all org.omg.dds.sub.DataReaderListener 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  DataReaderListener
 Since a org.omg.dds.sub.DataReader is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener. More...
 
interface  DataReaderQos
 
enum  InstanceState
 For each instance the Data Distribution Service internally maintains an InstanceState. More...
 
interface  QueryCondition
 QueryCondition objects are specialized org.omg.dds.sub.ReadCondition objects that allow the application to also specify a filter on the locally available data. More...
 
interface  ReadCondition
 ReadCondition objects are conditions specifically dedicated to read operations and attached to one org.omg.dds.sub.DataReader. More...
 
interface  Sample
 A Sample represents an atom of data information (i.e., one value for one instance) as returned by a org.omg.dds.sub.DataReader's read or take operations. More...
 
enum  SampleState
 For each sample, the Data Distribution Service internally maintains a SampleState specific to each DataReader. More...
 
interface  Subscriber
 A Subscriber is the object responsible for the actual reception of the data resulting from its subscriptions. More...
 
class  SubscriberAdapter
 A convenience class SubscriberAdapter is offered which has an empty implementation of all org.omg.dds.sub.SubscriberListener 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  SubscriberListener
 Since a org.omg.dds.sub.Subscriber is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener. More...
 
interface  SubscriberQos
 
enum  ViewState
 For each instance (identified by the key), the Data Distribution Service internally maintains a ViewState relative to each DataReader. More...