19 package org.omg.dds.pub;
21 import java.util.EventListener;
The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active.".
void onPublicationMatched(PublicationMatchedEvent< TYPE > status)
This operation must be implemented by the application and is called by the Data Distribution Service ...
void onOfferedIncompatibleQos(OfferedIncompatibleQosEvent< TYPE > status)
This operation is the external operation (interface, which must be implemented by the application) th...
void onOfferedDeadlineMissed(OfferedDeadlineMissedEvent< TYPE > status)
This operation is the external operation (interface, which must be implemented by the application) th...
A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested.
void onLivelinessLost(LivelinessLostEvent< TYPE > status)
This operation is the external operation (interface, which must be implemented by the application) th...
Since a org.omg.dds.pub.DataWriter is a kind of org.omg.dds.core.Entity, it has the ability to have a...
The deadline that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.
The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org...