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

The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through the org.omg.dds.sub.DataReader has changed. More...

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

Public Member Functions

abstract LivelinessChangedEvent< TYPE > clone ()
 
abstract SOURCE getSource ()
 
abstract LivelinessChangedStatus getStatus ()
 

Protected Member Functions

 LivelinessChangedEvent (DataReader< TYPE > source)
 
void setSource (SOURCE source)
 

Detailed Description

The liveliness of one or more org.omg.dds.pub.DataWriters that were writing instances read through the org.omg.dds.sub.DataReader has changed.

Some DataWriter(s) have become "active" or "inactive."

Parameters
<TYPE>The data type of the source org.omg.dds.sub.DataReader.
See also
LivelinessChangedStatus
LivelinessLostEvent

Definition at line 34 of file LivelinessChangedEvent.java.

Constructor & Destructor Documentation

◆ LivelinessChangedEvent()

Definition at line 54 of file LivelinessChangedEvent.java.

Member Function Documentation

◆ clone()

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

◆ getSource()

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

◆ getStatus()

◆ 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: