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

The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataReader that was previously considered to be matched. More...

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

Public Member Functions

abstract PublicationMatchedEvent< TYPE > clone ()
 
abstract SOURCE getSource ()
 
abstract PublicationMatchedStatus getStatus ()
 

Protected Member Functions

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

Detailed Description

The org.omg.dds.pub.DataWriter has found a org.omg.dds.sub.DataReader that matches the org.omg.dds.topic.Topic and has compatible QoS, or has ceased to be matched with a DataReader that was previously considered to be matched.

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

Definition at line 34 of file PublicationMatchedEvent.java.

Constructor & Destructor Documentation

◆ PublicationMatchedEvent()

Member Function Documentation

◆ clone()

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