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.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
Constructor and Description |
---|
LivelinessLostEvent(DataWriter<TYPE> source) |
OfferedDeadlineMissedEvent(DataWriter<TYPE> source) |
OfferedIncompatibleQosEvent(DataWriter<TYPE> source) |
PublicationMatchedEvent(DataWriter<TYPE> source) |
Modifier and Type | Method and Description |
---|---|
<OTHER> DataWriter<OTHER> |
DataWriter.cast()
Cast this data writer to the given type, or throw an exception if
the cast fails.
|
<TYPE> DataWriter<TYPE> |
Publisher.createDataWriter(Topic<TYPE> topic)
This operation creates a DataWriter.
|
<TYPE> DataWriter<TYPE> |
Publisher.createDataWriter(Topic<TYPE> topic,
DataWriterQos qos)
This operation creates a
DataWriter . |
<TYPE> DataWriter<TYPE> |
Publisher.createDataWriter(Topic<TYPE> topic,
DataWriterQos qos,
DataWriterListener<TYPE> listener,
Collection<Class<? extends Status>> statuses)
This operation creates a DataWriter.
|
<TYPE> DataWriter<TYPE> |
Publisher.lookupDataWriter(String topicName)
This operation retrieves a previously created
DataWriter
belonging to the Publisher that is attached to a Topic with a
matching name. |
<TYPE> DataWriter<TYPE> |
Publisher.lookupDataWriter(Topic<TYPE> topic)
This operation retrieves a previously created
DataWriter
belonging to the Publisher that is attached to the given
Topic . |
Modifier and Type | Method and Description |
---|---|
StatusCondition<DataWriter<TYPE>> |
DataWriter.getStatusCondition() |
Copyright © 2014. All rights reserved.