OpenSplice Java 5 DCPS  v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
org.omg.dds.core.event.LivelinessLostEvent< TYPE > Class Template Referenceabstract

The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active.". More...

Inheritance diagram for org.omg.dds.core.event.LivelinessLostEvent< TYPE >:
Inheritance graph
Collaboration diagram for org.omg.dds.core.event.LivelinessLostEvent< TYPE >:
Collaboration graph

Public Member Functions

abstract LivelinessLostEvent< TYPE > clone ()
 
abstract SOURCE getSource ()
 
abstract LivelinessLostStatus getStatus ()
 

Protected Member Functions

 LivelinessLostEvent (DataWriter< TYPE > source)
 
void setSource (SOURCE source)
 

Detailed Description

The liveliness that the org.omg.dds.pub.DataWriter has committed through its org.omg.dds.core.policy.Liveliness was not respected; thus org.omg.dds.sub.DataReader entities will consider the DataWriter as no longer "active.".

Parameters
<TYPE>The data type of the source org.omg.dds.pub.DataWriter.
See also
LivelinessLostStatus
LivelinessChangedEvent
SubscriptionMatchedEvent

Definition at line 35 of file LivelinessLostEvent.java.

Constructor & Destructor Documentation

◆ LivelinessLostEvent()

Definition at line 55 of file LivelinessLostEvent.java.

Member Function Documentation

◆ clone()

abstract LivelinessLostEvent<TYPE> org.omg.dds.core.event.LivelinessLostEvent< TYPE >.clone ( )
abstract

◆ getSource()

abstract SOURCE org.omg.dds.core.event.StatusChangedEvent< SOURCE extends Entity<?, ?>.getSource ( )
abstractinherited

◆ getStatus()

abstract LivelinessLostStatus org.omg.dds.core.event.LivelinessLostEvent< TYPE >.getStatus ( )
abstract

◆ setSource()

void org.omg.dds.core.event.StatusChangedEvent< SOURCE extends Entity<?, ?>.setSource ( SOURCE  source)
protectedinherited

Definition at line 68 of file StatusChangedEvent.java.


The documentation for this class was generated from the following file: