Package | Description |
---|---|
org.omg.dds.core.event |
The Core (Infrastructure) Module defines the abstract classes and the
interfaces that are refined by the other modules.
|
Modifier and Type | Class and Description |
---|---|
class |
DataAvailableEvent<TYPE>
New information is available.
|
class |
DataOnReadersEvent
New information is available.
|
class |
InconsistentTopicEvent<TYPE>
Another topic exists with the same name but different characteristics.
|
class |
LivelinessChangedEvent<TYPE>
The liveliness of one or more
DataWriter s that were writing
instances read through the DataReader has changed. |
class |
LivelinessLostEvent<TYPE>
The liveliness that the
DataWriter has committed through its
Liveliness was not respected; thus DataReader
entities will consider the DataWriter as no longer "active." |
class |
OfferedDeadlineMissedEvent<TYPE>
The deadline that the
DataWriter has committed through its
Deadline was not respected for a specific instance. |
class |
OfferedIncompatibleQosEvent<TYPE>
A
QosPolicy value was incompatible with what was requested. |
class |
PublicationMatchedEvent<TYPE>
The
DataWriter has found a DataReader that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataReader that was previously considered to be matched. |
class |
RequestedDeadlineMissedEvent<TYPE>
The deadline that the
DataReader was expecting through its
Deadline was not respected for a specific instance. |
class |
RequestedIncompatibleQosEvent<TYPE>
A
QosPolicy value was incompatible with what is offered. |
class |
SampleLostEvent<TYPE>
A sample has been lost (never received).
|
class |
SampleRejectedEvent<TYPE>
A (received) sample has been rejected.
|
class |
SubscriptionMatchedEvent<TYPE>
The
DataReader has found a DataWriter that matches the
Topic and has compatible QoS, or has ceased to be matched with a
DataWriter that was previously considered to be matched. |
Modifier and Type | Method and Description |
---|---|
abstract StatusChangedEvent<SOURCE> |
StatusChangedEvent.clone() |
Copyright © 2014. All rights reserved.