RTI Connext Java API Version 7.1.0
Package com.rti.dds.subscription

Classes

interface  DataReader
 <<interface>> Allows the application to: (1) declare the data it wishes to receive (i.e. make a subscription) and (2) access the data received by the attached com.rti.dds.subscription.Subscriber. More...
 
class  DataReaderAdapter
 <<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) More...
 
class  DataReaderCacheStatus
 <<extension>> The status of the reader's cache. More...
 
interface  DataReaderListener
 <<interface>> com.rti.dds.infrastructure.Listener for reader status. More...
 
class  DataReaderProtocolStatus
 <<extension>> The status of a reader's internal protocol related metrics, like the number of samples received, filtered, rejected; and status of wire protocol traffic. More...
 
class  DataReaderQos
 QoS policies supported by a com.rti.dds.subscription.DataReader entity. More...
 
class  DataReaderSeq
 Declares IDL sequence < com.rti.dds.subscription.DataReader > . More...
 
class  InstanceStateKind
 Indicates if the samples are from a live com.rti.dds.publication.DataWriter or not. More...
 
class  LivelinessChangedStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS More...
 
interface  QueryCondition
 <<interface>> These are specialised com.rti.dds.subscription.ReadCondition objects that allow the application to also specify a filter on the locally available data. More...
 
class  QueryConditionParams
 <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_querycondition_w_params More...
 
interface  ReadCondition
 <<interface>> Conditions specifically dedicated to read operations and attached to one com.rti.dds.subscription.DataReader. More...
 
class  ReadConditionParams
 <<extension>> Input parameters for com.rti.dds.subscription.DataReader.create_readcondition_w_params More...
 
class  RequestedDeadlineMissedStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS More...
 
class  RequestedIncompatibleQosStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS More...
 
class  SampleInfo
 Information that accompanies each sample that is read or taken. More...
 
class  SampleInfoSeq
 Declares IDL sequence < com.rti.dds.subscription.SampleInfo > . More...
 
class  SampleLostStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS More...
 
class  SampleLostStatusKind
 <<extension>> Kinds of reasons why a sample was lost. More...
 
class  SampleRejectedStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS More...
 
class  SampleRejectedStatusKind
 Kinds of reasons for rejecting a sample. More...
 
class  SampleStateKind
 Indicates whether or not a sample has ever been read. More...
 
class  StreamKind
 Indicates if the samples are TopicQuery samples or not. More...
 
interface  Subscriber
 <<interface>> A subscriber is the object responsible for actually receiving data from a subscription. More...
 
class  SubscriberAdapter
 A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) More...
 
interface  SubscriberListener
 <<interface>> com.rti.dds.infrastructure.Listener for status about a subscriber. More...
 
class  SubscriberQos
 QoS policies supported by a com.rti.dds.subscription.Subscriber entity. More...
 
class  SubscriberSeq
 Declares IDL sequence < com.rti.dds.subscription.Subscriber > . More...
 
class  SubscriptionMatchedStatus
 com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS More...
 
interface  TopicQuery
 <<extension>> Allows a com.rti.dds.subscription.DataReader to query the sample cache of its matching com.rti.dds.publication.DataWriter. More...
 
class  TopicQueryData
 <<extension>> Provides information about a com.rti.dds.subscription.TopicQuery More...
 
class  TopicQueryHelper
 Helpers to provide utility operations related to com.rti.dds.subscription.TopicQuery. More...
 
class  TopicQuerySelection
 <<extension>> Specifies the data query that defines a com.rti.dds.subscription.TopicQuery More...
 
class  TopicQuerySelectionKind
 Kinds of TopicQuerySelection. More...
 
class  ViewStateKind
 Indicates whether or not an instance is new. More...
 

Detailed Description