20 package org.opensplice.dds.sub;
22 import java.util.List;
23 import java.util.concurrent.TimeUnit;
24 import java.util.concurrent.TimeoutException;
90 List<String> filterParameters,
Time minSourceTimestamp,
92 Duration maxWait)
throws TimeoutException;
150 List<String> filterParameters,
Time minSourceTimestamp,
151 Time maxSourceTimestamp,
Duration maxWait)
throws TimeoutException;
205 Duration maxWait)
throws TimeoutException;
255 List<String> filterParameters,
Duration maxWait)
256 throws TimeoutException;
307 Duration maxWait)
throws TimeoutException;
354 Time maxSourceTimestamp,
Duration maxWait)
throws TimeoutException;
397 throws TimeoutException;
461 List<String> filterParameters,
Time minSourceTimestamp,
463 long maxWait, TimeUnit unit)
throws TimeoutException;
524 List<String> filterParameters,
Time minSourceTimestamp,
525 Time maxSourceTimestamp,
long maxWait, TimeUnit unit)
526 throws TimeoutException;
583 long maxWait, TimeUnit unit)
throws TimeoutException;
636 List<String> filterParameters,
long maxWait, TimeUnit unit)
637 throws TimeoutException;
691 long maxWait, TimeUnit unit)
throws TimeoutException;
741 Time maxSourceTimestamp,
long maxWait, TimeUnit unit)
742 throws TimeoutException;
788 throws TimeoutException;
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.
A span of elapsed time expressed with nanosecond precision.
Specifies the resources that the Service can consume in order to meet the requested QoS...
void waitForHistoricalData(Duration maxWait)
This operation is intended only for DataReader entities for which org.omg.dds.core.policy.Durability#getKind() is not org.omg.dds.core.policy.Durability.Kind#VOLATILE.
A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy)...