RTI Connext Java API  Version 6.1.1
DataReaderAdapter Class Referenceabstract

<<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) More...

Inheritance diagram for DataReaderAdapter:
DataReaderListener Listener SubscriberAdapter DomainParticipantAdapter

Public Member Functions

void on_requested_deadline_missed (DataReader reader, RequestedDeadlineMissedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status. More...
 
void on_requested_incompatible_qos (DataReader reader, RequestedIncompatibleQosStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status. More...
 
void on_sample_rejected (DataReader reader, SampleRejectedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS communication status. More...
 
void on_liveliness_changed (DataReader reader, LivelinessChangedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS communication status. More...
 
void on_data_available (DataReader reader)
 Handle the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_AVAILABLE_STATUS communication status. More...
 
void on_sample_lost (DataReader reader, SampleLostStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS communication status. More...
 
void on_subscription_matched (DataReader reader, SubscriptionMatchedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status. More...
 

Detailed Description

<<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods)

Clients who do not wish to implement all listener methods can subclass this class and override only the methods of interest.

Member Function Documentation

◆ on_requested_deadline_missed()

void on_requested_deadline_missed ( DataReader  reader,
RequestedDeadlineMissedStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status.

Implements DataReaderListener.

◆ on_requested_incompatible_qos()

void on_requested_incompatible_qos ( DataReader  reader,
RequestedIncompatibleQosStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status.

Implements DataReaderListener.

◆ on_sample_rejected()

void on_sample_rejected ( DataReader  reader,
SampleRejectedStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS communication status.

Implements DataReaderListener.

◆ on_liveliness_changed()

void on_liveliness_changed ( DataReader  reader,
LivelinessChangedStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS communication status.

Implements DataReaderListener.

◆ on_data_available()

void on_data_available ( DataReader  reader)

Handle the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_AVAILABLE_STATUS communication status.

Implements DataReaderListener.

◆ on_sample_lost()

void on_sample_lost ( DataReader  reader,
SampleLostStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS communication status.

Implements DataReaderListener.

◆ on_subscription_matched()

void on_subscription_matched ( DataReader  reader,
SubscriptionMatchedStatus  status 
)

Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status.

Implements DataReaderListener.