| Package | Description |
|---|---|
| org.omg.dds.core |
The Core (Infrastructure) Module defines the abstract classes and the
interfaces that are refined by the other modules.
|
| 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.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. |
| Class and Description |
|---|
| DataReaderQos |
| SubscriberQos |
| Class and Description |
|---|
| DataReader
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
Subscriber. |
| Subscriber
A Subscriber is the object responsible for the actual reception of the
data resulting from its subscriptions.
|
| Class and Description |
|---|
| Subscriber
A Subscriber is the object responsible for the actual reception of the
data resulting from its subscriptions.
|
| SubscriberListener
Since a
Subscriber is a kind of Entity, it has the ability
to have an associated listener. |
| SubscriberQos |
| Class and Description |
|---|
| DataReader
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
Subscriber. |
| DataReader.Selector
Selector class encapsulates different ways of selecting samples from a
DataReader. |
| DataReaderListener
Since a
DataReader is a kind of Entity, it has the ability
to have an associated listener. |
| DataReaderQos |
| InstanceState |
| QueryCondition
QueryCondition objects are specialized
ReadCondition objects that
allow the application to also specify a filter on the locally available
data. |
| ReadCondition
ReadCondition objects are conditions specifically dedicated to read
operations and attached to one
DataReader. |
| Sample
A Sample represents an atom of data information (i.e., one value for one
instance) as returned by a
DataReader's read or take operations. |
| Sample.Iterator |
| SampleState |
| Subscriber
A Subscriber is the object responsible for the actual reception of the
data resulting from its subscriptions.
|
| Subscriber.DataState
A DataState encapsulates sets of sample states, view states, and
instance states as a convenience.
|
| SubscriberListener
Since a
Subscriber is a kind of Entity, it has the ability
to have an associated listener. |
| SubscriberQos |
| ViewState |
Copyright © 2014. All rights reserved.