| 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.
|
| org.omg.dds.domain |
The Domain Module contains the
DomainParticipant
class that acts as an entry-point of the Service and acts as a factory for
many of the classes. |
| org.omg.dds.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
| org.omg.dds.sub |
The Subscription Module contains the
Subscriber,
DataReader, ReadCondition,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
| org.omg.dds.topic |
The Topic-Definition Module contains the
Topic,
ContentFilteredTopic, and
MultiTopic interfaces, the
TopicListener interface, and more generally, all
that is needed by the application to define Topic objects and attach QoS
policies to them. |
| Class and Description |
|---|
| DataAvailableEvent
New information is available.
|
| DataOnReadersEvent
New information is available.
|
| InconsistentTopicEvent
Another topic exists with the same name but different characteristics.
|
| LivelinessChangedEvent
The liveliness of one or more
DataWriters that were writing
instances read through the DataReader has changed. |
| LivelinessLostEvent
The liveliness that the
DataWriter has committed through its
Liveliness was not respected; thus DataReader
entities will consider the DataWriter as no longer "active." |
| OfferedDeadlineMissedEvent
The deadline that the
DataWriter has committed through its
Deadline was not respected for a specific instance. |
| OfferedIncompatibleQosEvent
A
QosPolicy value was incompatible with what was requested. |
| PublicationMatchedEvent
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. |
| RequestedDeadlineMissedEvent
The deadline that the
DataReader was expecting through its
Deadline was not respected for a specific instance. |
| RequestedIncompatibleQosEvent
A
QosPolicy value was incompatible with what is offered. |
| SampleLostEvent
A sample has been lost (never received).
|
| SampleRejectedEvent
A (received) sample has been rejected.
|
| StatusChangedEvent
The status of an Entity changed.
|
| SubscriptionMatchedEvent
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. |
| Class and Description |
|---|
| DataAvailableEvent
New information is available.
|
| DataOnReadersEvent
New information is available.
|
| InconsistentTopicEvent
Another topic exists with the same name but different characteristics.
|
| LivelinessChangedEvent
The liveliness of one or more
DataWriters that were writing
instances read through the DataReader has changed. |
| LivelinessLostEvent
The liveliness that the
DataWriter has committed through its
Liveliness was not respected; thus DataReader
entities will consider the DataWriter as no longer "active." |
| OfferedDeadlineMissedEvent
The deadline that the
DataWriter has committed through its
Deadline was not respected for a specific instance. |
| OfferedIncompatibleQosEvent
A
QosPolicy value was incompatible with what was requested. |
| PublicationMatchedEvent
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. |
| RequestedDeadlineMissedEvent
The deadline that the
DataReader was expecting through its
Deadline was not respected for a specific instance. |
| RequestedIncompatibleQosEvent
A
QosPolicy value was incompatible with what is offered. |
| SampleLostEvent
A sample has been lost (never received).
|
| SampleRejectedEvent
A (received) sample has been rejected.
|
| SubscriptionMatchedEvent
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. |
| Class and Description |
|---|
| LivelinessLostEvent
The liveliness that the
DataWriter has committed through its
Liveliness was not respected; thus DataReader
entities will consider the DataWriter as no longer "active." |
| OfferedDeadlineMissedEvent
The deadline that the
DataWriter has committed through its
Deadline was not respected for a specific instance. |
| OfferedIncompatibleQosEvent
A
QosPolicy value was incompatible with what was requested. |
| PublicationMatchedEvent
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 and Description |
|---|
| DataAvailableEvent
New information is available.
|
| DataOnReadersEvent
New information is available.
|
| LivelinessChangedEvent
The liveliness of one or more
DataWriters that were writing
instances read through the DataReader has changed. |
| RequestedDeadlineMissedEvent
The deadline that the
DataReader was expecting through its
Deadline was not respected for a specific instance. |
| RequestedIncompatibleQosEvent
A
QosPolicy value was incompatible with what is offered. |
| SampleLostEvent
A sample has been lost (never received).
|
| SampleRejectedEvent
A (received) sample has been rejected.
|
| SubscriptionMatchedEvent
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. |
| Class and Description |
|---|
| InconsistentTopicEvent
Another topic exists with the same name but different characteristics.
|
Copyright © 2014. All rights reserved.