21 package org.opensplice.dds.pub;
23 import java.io.Serializable;
35 import DDS.LivelinessLostStatus;
36 import DDS.OfferedDeadlineMissedStatus;
37 import DDS.OfferedIncompatibleQosStatus;
38 import DDS.PublicationMatchedStatus;
43 private static final long serialVersionUID = 8422072066415569795L;
54 super(environment, listener, waitUntilInitialised);
64 this.environment, arg1)));
74 this.environment, arg1)));
84 this.environment, arg1)));
94 this.environment, arg1)));
This class contains the statistics about the discovered number of org.omg.dds.sub.DataReaders that are compatible with the org.omg.dds.pub.DataWriter to which the Status is attached.
void on_offered_deadline_missed(DDS.DataWriter arg0, OfferedDeadlineMissedStatus arg1)
void on_liveliness_lost(DDS.DataWriter arg0, LivelinessLostStatus arg1)
void on_publication_matched(DDS.DataWriter arg0, PublicationMatchedStatus arg1)
static QosPolicyCount [] convert(OsplServiceEnvironment env, DDS.QosPolicyCount[] old)
DataWriterListenerImpl(OsplServiceEnvironment environment, DataWriter< TYPE > writer, DataWriterListener< TYPE > listener)
DataWriter allows the application to set the value of the data to be published under a given org...
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 on_offered_incompatible_qos(DDS.DataWriter arg0, OfferedIncompatibleQosStatus arg1)
OsplServiceEnvironment environment
void waitUntilInitialised()
Since a org.omg.dds.pub.DataWriter is a kind of org.omg.dds.core.Entity, it has the ability to have a...
A org.omg.dds.core.policy.QosPolicy value was incompatible with what was requested.
DataWriterListenerImpl(OsplServiceEnvironment environment, DataWriter< TYPE > writer, DataWriterListener< TYPE > listener, boolean waitUntilInitialised)
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.