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 |
---|---|
ViewState |
Sample.getViewState()
For each instance (identified by the key), the middleware internally
maintains a viewState relative to each
DataReader . |
static ViewState |
ViewState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewState[] |
ViewState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ViewState> |
Subscriber.DataState.getViewStates()
Get the current set of view states.
|
Set<ViewState> |
ReadCondition.getViewStates()
This operation returns the set of view states that are taken into
account to determine the triggerValue of the ReadCondition.
|
Modifier and Type | Method and Description |
---|---|
Subscriber.DataState |
Subscriber.DataState.with(ViewState state)
Add the given
ViewState to this DataState. |
Copyright © 2014. All rights reserved.