19 package org.omg.dds.sub;
21 import java.io.Serializable;
22 import java.util.ListIterator;
420 extends java.io.Closeable, ListIterator<Sample<IT_DATA>> {
449 public abstract void close()
throws java.io.IOException;
456 public void remove();
A Sample represents an atom of data information (i.e., one value for one instance) as returned by a o...
For each instance the Data Distribution Service internally maintains an InstanceState.
void add(Sample< IT_DATA > o)
For each sample, the Data Distribution Service internally maintains a SampleState specific to each Da...
abstract void close()
This operation indicates to that the application is done accessing the list of Samples obtained by so...
InstanceState getInstanceState()
For each instance the middleware internally maintains an instanceState.
int getAbsoluteGenerationRank()
The sampleRank and generationRank available in the Sample are computed based solely on the actual sam...
InstanceHandle getInstanceHandle()
Gets the InstanceHandle of the associated data Sample.
int getSampleRank()
The sampleRank and generationRank available in the Sample are computed based solely on the actual sam...
int getDisposedGenerationCount()
For each instance the middleware internally maintains two counts: the disposedGenerationCount and noW...
int getGenerationRank()
The sampleRank and generationRank available in the Sample are computed based solely on the actual sam...
Time getSourceTimestamp()
Gets the timestamp of the sample.
An opaque handle that can be used to refer to a local or remote entity.
TYPE getData()
Get the data associated with this Sample, if any.
A supertype of all DDS classes and interfaces.
ViewState getViewState()
For each instance (identified by the key), the middleware internally maintains a viewState relative t...
For each instance (identified by the key), the Data Distribution Service internally maintains a ViewS...
InstanceHandle getPublicationHandle()
Gets the InstanceHandle of the associated publication.
SampleState getSampleState()
For each sample received, the middleware internally maintains a sampleState relative to each org...
A moment in time expressed with nanosecond precision (though not necessarily nanosecond accuracy)...
int getNoWritersGenerationCount()
For each instance the middleware internally maintains two counts: the disposedGenerationCount and noW...