![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|


Public Member Functions | |
| PublisherListenerImpl (OsplServiceEnvironment environment, PublisherImpl publisher, PublisherListener listener) | |
| PublisherListenerImpl (OsplServiceEnvironment environment, PublisherImpl publisher, PublisherListener listener, boolean waitUntilInitialised) | |
| ServiceEnvironment | getEnvironment () |
| T | getRealListener () |
| void | on_liveliness_lost (DataWriter writer, LivelinessLostStatus status) |
| void | on_offered_deadline_missed (DataWriter writer, OfferedDeadlineMissedStatus status) |
| void | on_offered_incompatible_qos (DataWriter writer, OfferedIncompatibleQosStatus status) |
| void | on_publication_matched (DataWriter writer, PublicationMatchedStatus status) |
| void | setInitialised () |
| void | waitUntilInitialised () |
Protected Attributes | |
| OsplServiceEnvironment | environment |
| T | listener |
Definition at line 40 of file PublisherListenerImpl.java.
| org.opensplice.dds.pub.PublisherListenerImpl.PublisherListenerImpl | ( | OsplServiceEnvironment | environment, |
| PublisherImpl | publisher, | ||
| PublisherListener | listener | ||
| ) |
Definition at line 45 of file PublisherListenerImpl.java.
| org.opensplice.dds.pub.PublisherListenerImpl.PublisherListenerImpl | ( | OsplServiceEnvironment | environment, |
| PublisherImpl | publisher, | ||
| PublisherListener | listener, | ||
| boolean | waitUntilInitialised | ||
| ) |
Definition at line 50 of file PublisherListenerImpl.java.
|
inherited |
Definition at line 48 of file Listener.java.
|
inherited |
Definition at line 52 of file Listener.java.
| void org.opensplice.dds.pub.PublisherListenerImpl.on_liveliness_lost | ( | DataWriter | writer, |
| LivelinessLostStatus | status | ||
| ) |
Definition at line 73 of file PublisherListenerImpl.java.
| void org.opensplice.dds.pub.PublisherListenerImpl.on_offered_deadline_missed | ( | DataWriter | writer, |
| OfferedDeadlineMissedStatus | status | ||
| ) |
Definition at line 58 of file PublisherListenerImpl.java.
| void org.opensplice.dds.pub.PublisherListenerImpl.on_offered_incompatible_qos | ( | DataWriter | writer, |
| OfferedIncompatibleQosStatus | status | ||
| ) |
Definition at line 87 of file PublisherListenerImpl.java.
| void org.opensplice.dds.pub.PublisherListenerImpl.on_publication_matched | ( | DataWriter | writer, |
| PublicationMatchedStatus | status | ||
| ) |
Definition at line 102 of file PublisherListenerImpl.java.
|
inherited |
Definition at line 56 of file Listener.java.
|
inherited |
Definition at line 60 of file Listener.java.
|
protectedinherited |
Definition at line 33 of file Listener.java.
|
protectedinherited |
Definition at line 34 of file Listener.java.