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 | Method and Description |
---|---|
Subscriber.DataState |
Subscriber.DataState.clone() |
Subscriber.DataState |
Subscriber.createDataState()
Create and return a new modifiable
Subscriber.DataState object. |
Subscriber.DataState |
DataReader.Selector.getDataState() |
Subscriber.DataState |
Subscriber.DataState.with(InstanceState state)
Add the given
InstanceState to this DataState. |
Subscriber.DataState |
Subscriber.DataState.with(SampleState state)
Add the given
SampleState to this DataState. |
Subscriber.DataState |
Subscriber.DataState.with(ViewState state)
Add the given
ViewState to this DataState. |
Subscriber.DataState |
Subscriber.DataState.withAnyInstanceState()
Add all
InstanceState values to this DataState. |
Subscriber.DataState |
Subscriber.DataState.withAnySampleState()
Add all
SampleState values to this DataState. |
Subscriber.DataState |
Subscriber.DataState.withAnyViewState()
Add all
ViewState values to this DataState. |
Subscriber.DataState |
Subscriber.DataState.withNotAliveInstanceStates()
Add
InstanceState.NOT_ALIVE_DISPOSED and
InstanceState.NOT_ALIVE_NO_WRITERS to this DataState. |
Modifier and Type | Method and Description |
---|---|
QueryCondition<TYPE> |
DataReader.createQueryCondition(Subscriber.DataState states,
String queryExpression,
List<String> queryParameters)
This operation creates a QueryCondition.
|
ReadCondition<TYPE> |
DataReader.createReadCondition(Subscriber.DataState states)
This operation creates a ReadCondition.
|
DataReader.Selector<T> |
DataReader.Selector.dataState(Subscriber.DataState state) |
Collection<DataReader<?>> |
Subscriber.getDataReaders(Collection<DataReader<?>> readers,
Subscriber.DataState dataState)
This operation allows the application to access the
DataReader
objects that contain samples with the specified sample states,
view states, and instance states. |
Copyright © 2014. All rights reserved.