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.domain |
The Domain Module contains the
DomainParticipant
class that acts as an entry-point of the Service and acts as a factory for
many of the classes. |
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. |
Modifier and Type | Method and Description |
---|---|
abstract LivelinessLostEvent<TYPE> |
LivelinessLostEvent.clone() |
Modifier and Type | Method and Description |
---|---|
void |
DomainParticipantAdapter.onLivelinessLost(LivelinessLostEvent<?> status) |
Modifier and Type | Method and Description |
---|---|
void |
PublisherListener.onLivelinessLost(LivelinessLostEvent<?> status) |
void |
PublisherAdapter.onLivelinessLost(LivelinessLostEvent<?> status) |
void |
DataWriterListener.onLivelinessLost(LivelinessLostEvent<TYPE> status) |
void |
DataWriterAdapter.onLivelinessLost(LivelinessLostEvent<TYPE> status) |
Copyright © 2014. All rights reserved.