![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|
Public Member Functions | |
PublicationMatchedEventImpl (OsplServiceEnvironment environment, DataWriter< TYPE > source, PublicationMatchedStatus status) | |
PublicationMatchedEvent< TYPE > | clone () |
ServiceEnvironment | getEnvironment () |
DataWriter< TYPE > | getSource () |
PublicationMatchedStatus | getStatus () |
Protected Member Functions | |
void | setSource (SOURCE source) |
Definition at line 29 of file PublicationMatchedEventImpl.java.
org.opensplice.dds.core.event.PublicationMatchedEventImpl< TYPE >.PublicationMatchedEventImpl | ( | OsplServiceEnvironment | environment, |
DataWriter< TYPE > | source, | ||
PublicationMatchedStatus | status | ||
) |
Definition at line 34 of file PublicationMatchedEventImpl.java.
PublicationMatchedEvent<TYPE> org.opensplice.dds.core.event.PublicationMatchedEventImpl< TYPE >.clone | ( | ) |
Definition at line 52 of file PublicationMatchedEventImpl.java.
ServiceEnvironment org.opensplice.dds.core.event.PublicationMatchedEventImpl< TYPE >.getEnvironment | ( | ) |
Definition at line 42 of file PublicationMatchedEventImpl.java.
DataWriter<TYPE> org.opensplice.dds.core.event.PublicationMatchedEventImpl< TYPE >.getSource | ( | ) |
Definition at line 58 of file PublicationMatchedEventImpl.java.
PublicationMatchedStatus org.opensplice.dds.core.event.PublicationMatchedEventImpl< TYPE >.getStatus | ( | ) |
Definition at line 47 of file PublicationMatchedEventImpl.java.
|
protectedinherited |
Definition at line 68 of file StatusChangedEvent.java.