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.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 |
StatusCondition<ENTITY extends Entity<?,?>>
A StatusCondition object is a specific Condition that is associated with
each
Entity . |
Modifier and Type | Class and Description |
---|---|
class |
GuardCondition
A GuardCondition object is a specific Condition whose triggerValue is
completely under the control of the application.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<Condition> |
WaitSet.getConditions()
This operation retrieves the list of attached conditions.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
WaitSet.attachCondition(Condition cond)
Attaches a Condition to the WaitSet.
|
abstract void |
WaitSet.detachCondition(Condition cond)
Detaches a Condition from the WaitSet.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
WaitSet.waitForConditions(Collection<Condition> activeConditions)
This operation allows an application thread to wait for the occurrence
of certain conditions.
|
abstract void |
WaitSet.waitForConditions(Collection<Condition> activeConditions,
Duration timeout)
This operation allows an application thread to wait for the occurrence
of certain conditions.
|
abstract void |
WaitSet.waitForConditions(Collection<Condition> activeConditions,
long timeout,
TimeUnit unit)
This operation allows an application thread to wait for the occurrence
of certain conditions.
|
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. |
interface |
ReadCondition<TYPE>
ReadCondition objects are conditions specifically dedicated to read
operations and attached to one
DataReader . |
Copyright © 2014. All rights reserved.