| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryCondition<TYPE>
QueryCondition objects are specialized
ReadCondition objects that
allow the application to also specify a filter on the locally available
data. |
| Modifier and Type | Method and Description |
|---|---|
ReadCondition<TYPE> |
DataReader.createReadCondition(Subscriber.DataState states)
This operation creates a ReadCondition.
|
ReadCondition<T> |
DataReader.Selector.getCondition() |
Copyright © 2014. All rights reserved.