Package | Description |
---|---|
org.omg.dds.core.event |
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. |
Constructor and Description |
---|
DataAvailableEvent(DataReader<TYPE> source) |
LivelinessChangedEvent(DataReader<TYPE> source) |
RequestedDeadlineMissedEvent(DataReader<TYPE> source) |
RequestedIncompatibleQosEvent(DataReader<TYPE> source) |
SampleLostEvent(DataReader<TYPE> source) |
SampleRejectedEvent(DataReader<TYPE> source) |
SubscriptionMatchedEvent(DataReader<TYPE> source) |
Modifier and Type | Method and Description |
---|---|
<OTHER> DataReader<OTHER> |
DataReader.cast()
Cast this data reader to the given type, or throw an exception if
the cast fails.
|
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic)
This operation creates a
DataReader . |
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic,
DataReaderQos qos)
This operation creates a
DataReader . |
<TYPE> DataReader<TYPE> |
Subscriber.createDataReader(TopicDescription<TYPE> topic,
DataReaderQos qos,
DataReaderListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a
DataReader . |
DataReader<TYPE> |
ReadCondition.getParent() |
<TYPE> DataReader<TYPE> |
Subscriber.lookupDataReader(String topicName)
This operation retrieves a previously-created DataReader belonging to
the Subscriber that is attached to a
Topic with a matching
topicName. |
<TYPE> DataReader<TYPE> |
Subscriber.lookupDataReader(TopicDescription<TYPE> topicName)
This operation retrieves a previously-created DataReader belonging to
the Subscriber that is attached to the given
TopicDescription . |
Modifier and Type | Method and Description |
---|---|
Collection<DataReader<?>> |
Subscriber.getDataReaders(Collection<DataReader<?>> readers)
This operation is equivalent to calling
Subscriber.getDataReaders(Collection, DataState) with any sample state
(Subscriber.DataState.withAnySampleState() ), any view state
(Subscriber.DataState.withAnyViewState() ), and any instance
state (Subscriber.DataState.withAnyInstanceState() ). |
Collection<DataReader<?>> |
Subscriber.getDataReaders(Collection<DataReader<?>> readers,
Subscriber.DataState dataState)
This operation allows the application to access the
DataReader
objects that contain samples with the specified sample states,
view states, and instance states. |
StatusCondition<DataReader<TYPE>> |
DataReader.getStatusCondition() |
Modifier and Type | Method and Description |
---|---|
Collection<DataReader<?>> |
Subscriber.getDataReaders(Collection<DataReader<?>> readers)
This operation is equivalent to calling
Subscriber.getDataReaders(Collection, DataState) with any sample state
(Subscriber.DataState.withAnySampleState() ), any view state
(Subscriber.DataState.withAnyViewState() ), and any instance
state (Subscriber.DataState.withAnyInstanceState() ). |
Collection<DataReader<?>> |
Subscriber.getDataReaders(Collection<DataReader<?>> readers,
Subscriber.DataState dataState)
This operation allows the application to access the
DataReader
objects that contain samples with the specified sample states,
view states, and instance states. |
Copyright © 2014. All rights reserved.