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

Classes

interface  BuiltinTopicKey
 
interface  ContentFilteredTopic
 ContentFilteredTopic is a specialization of TopicDescription that allows for content-based subscriptions. More...
 
interface  MultiTopic
 MultiTopic is a specialization of TopicDescription that allows subscriptions to combine/filter/rearrange data coming from several org.omg.dds.topic.Topics. More...
 
interface  ParticipantBuiltinTopicData
 Class that contains information about available DomainParticipants within the system. More...
 
interface  PublicationBuiltinTopicData
 The DCPSPublication topic communicates the existence of datawriters by means of the PublicationBuiltinTopicData datatype. More...
 
interface  SubscriptionBuiltinTopicData
 The DCPSSubscription topic communicates the existence of datareaders by means of the SubscriptionBuiltinTopicData datatype. More...
 
interface  Topic
 Topic is the most basic description of the data to be published and subscribed. More...
 
class  TopicAdapter
 A convenience class TopicAdapter is offered which has an empty implementation of all org.omg.dds.topic.TopicListener 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  TopicBuiltinTopicData
 The DCPSTopic topic communicates the existence of topics by means of the TopicBuiltinTopicData datatype. More...
 
interface  TopicDescription
 This interface is the base for org.omg.dds.topic.Topic, org.omg.dds.topic.ContentFilteredTopic, and org.omg.dds.topic.MultiTopic. More...
 
interface  TopicListener
 Since org.omg.dds.topic.Topic is a kind of org.omg.dds.core.Entity, it has the ability to have an associated listener. More...
 
interface  TopicQos