19 package org.omg.dds.core.event;
40 private static final long serialVersionUID = -5542383130001845897L;
A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber.
abstract RequestedDeadlineMissedEvent< TYPE > clone()
The status of an Entity changed.
The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.
The deadline that the org.omg.dds.sub.DataReader was expecting through its org.omg.dds.core.policy.Deadline was not respected for a specific instance.
RequestedDeadlineMissedEvent(DataReader< TYPE > source)
abstract RequestedDeadlineMissedStatus getStatus()