19 package org.omg.dds.sub;
21 import java.io.Closeable;
A DataReader allows the application (1) to declare the data it wishes to receive (i.e., make a subscription) and (2) to access the data received by the attached org.omg.dds.sub.Subscriber.
void close()
Reclaim any resources associated with this condition.
Set< InstanceState > getInstanceStates()
This operation returns the set of instance states that are taken into account to determine the trigge...
DataReader< TYPE > getParent()
A Condition is a root interface for all the conditions that may be attached to a org.omg.dds.core.WaitSet.
ReadCondition objects are conditions specifically dedicated to read operations and attached to one or...
Set< ViewState > getViewStates()
This operation returns the set of view states that are taken into account to determine the triggerVal...
Set< SampleState > getSampleStates()
This operation returns the set of sample states that are taken into account to determine the triggerV...