RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
DomainParticipantAdapter Class Reference

<<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 DomainParticipantAdapter:
SubscriberAdapter DomainParticipantListener DataReaderAdapter SubscriberListener TopicListener PublisherListener SubscriberListener DataReaderListener DataReaderListener Listener DataWriterListener DataReaderListener Listener Listener Listener Listener

Additional Inherited Members

- Public Member Functions inherited from DataReaderListener
void on_requested_deadline_missed (DataReader reader, RequestedDeadlineMissedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status.
 
void on_requested_incompatible_qos (DataReader reader, RequestedIncompatibleQosStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status.
 
void on_sample_rejected (DataReader reader, SampleRejectedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS communication status.
 
void on_liveliness_changed (DataReader reader, LivelinessChangedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS communication status.
 
void on_data_available (DataReader reader)
 Handle the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_AVAILABLE_STATUS communication status.
 
void on_sample_lost (DataReader reader, SampleLostStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS communication status.
 
void on_subscription_matched (DataReader reader, SubscriptionMatchedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status.
 
- Public Member Functions inherited from SubscriberListener
void on_data_on_readers (Subscriber subs)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_ON_READERS_STATUS communication status.
 
- Public Member Functions inherited from TopicListener
void on_inconsistent_topic (Topic topic, InconsistentTopicStatus status)
 Handle the com.rti.dds.infrastructure.StatusKind.StatusKind.INCONSISTENT_TOPIC_STATUS status.
 
- Public Member Functions inherited from DataWriterListener
void on_offered_deadline_missed (DataWriter writer, OfferedDeadlineMissedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_DEADLINE_MISSED_STATUS status.
 
void on_offered_incompatible_qos (DataWriter writer, OfferedIncompatibleQosStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_INCOMPATIBLE_QOS_STATUS status.
 
void on_liveliness_lost (DataWriter writer, LivelinessLostStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS status.
 
void on_publication_matched (DataWriter writer, PublicationMatchedStatus status)
 Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.PUBLICATION_MATCHED_STATUS status.
 
void on_reliable_writer_cache_changed (DataWriter writer, ReliableWriterCacheChangedStatus status)
 <<extension>> A change has occurred in the writer's cache of unacknowledged samples.
 
void on_reliable_reader_activity_changed (DataWriter writer, ReliableReaderActivityChangedStatus status)
 <<extension>> A matched reliable reader has become active or become inactive.
 
void on_instance_replaced (DataWriter writer, InstanceHandle_t handle)
 Notifies when an instance is replaced in DataWriter queue.
 
void on_application_acknowledgment (DataWriter writer, AcknowledgmentInfo info)
 Called when a sample is application-acknowledged.
 

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.


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc