DataReaderAdapter Class Reference
[DataReaders]

<<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

List of all members.

Public Member Functions

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


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

void on_requested_deadline_missed ( DataReader  reader,
RequestedDeadlineMissedStatus  status 
)

Handles the StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status.

Implements DataReaderListener.

void on_requested_incompatible_qos ( DataReader  reader,
RequestedIncompatibleQosStatus  status 
)

Handles the StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status.

Implements DataReaderListener.

void on_sample_rejected ( DataReader  reader,
SampleRejectedStatus  status 
)

Handles the StatusKind.SAMPLE_REJECTED_STATUS communication status.

Implements DataReaderListener.

void on_liveliness_changed ( DataReader  reader,
LivelinessChangedStatus  status 
)

Handles the StatusKind.LIVELINESS_CHANGED_STATUS communication status.

Implements DataReaderListener.

void on_data_available ( DataReader  reader  ) 

Handle the StatusKind.DATA_AVAILABLE_STATUS communication status.

Implements DataReaderListener.

void on_sample_lost ( DataReader  reader,
SampleLostStatus  status 
)

Handles the StatusKind.SAMPLE_LOST_STATUS_STATUS communication status.

Implements DataReaderListener.

void on_subscription_matched ( DataReader  reader,
SubscriptionMatchedStatus  status 
)

Handles the StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status.

Implements DataReaderListener.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc