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