RTI Connext Java API Version 7.1.0
|
<<interface>> com.rti.dds.infrastructure.Listener for com.rti.dds.publication.Publisher status. More...
Additional Inherited Members | |
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. More... | |
void | on_offered_incompatible_qos (DataWriter writer, OfferedIncompatibleQosStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.OFFERED_INCOMPATIBLE_QOS_STATUS status. More... | |
void | on_liveliness_lost (DataWriter writer, LivelinessLostStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_LOST_STATUS status. More... | |
void | on_publication_matched (DataWriter writer, PublicationMatchedStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.PUBLICATION_MATCHED_STATUS status. More... | |
void | on_reliable_writer_cache_changed (DataWriter writer, ReliableWriterCacheChangedStatus status) |
<<extension>> A change has occurred in the writer's cache of unacknowledged samples. More... | |
void | on_reliable_reader_activity_changed (DataWriter writer, ReliableReaderActivityChangedStatus status) |
<<extension>> A matched reliable reader has become active or become inactive. More... | |
void | on_sample_removed (DataWriter writer, Cookie_t cookie) |
<<extension>> Called when a sample is removed from the DataWriter queue. More... | |
void | on_instance_replaced (DataWriter writer, InstanceHandle_t handle) |
<<extension>> Notifies when an instance is replaced in DataWriter queue. More... | |
void | on_application_acknowledgment (DataWriter writer, AcknowledgmentInfo info) |
<<extension>> Called when a sample is application-acknowledged More... | |
void | on_service_request_accepted (DataWriter writer, ServiceRequestAcceptedStatus status) |
<<extension>> Called when a com.rti.dds.topic.builtin.ServiceRequest for the com.rti.dds.subscription.TopicQuery service is dispatched to this com.rti.dds.publication.DataWriter for processing. More... | |
<<interface>> com.rti.dds.infrastructure.Listener for com.rti.dds.publication.Publisher status.