|
CoreDX DDS for Java from Twin Oaks Computing, Inc. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface PublisherListener
The DDS_PublisherListener provides asynchronous notification of DDS_Publisher events. This listener can be installed during Publisher creation DDS_DomainParticipant_create_publisher(), as well as by calling DDS_Publisher_set_listener().
| Method Summary | |
|---|---|
long |
get_nil_mask()
get_nil_mask() returns a bitmask indicating which listener methods (if any) should be considered NIL, and therefore, should not be invoked. |
void |
on_liveliness_lost(DataWriter writer,
LivelinessLostStatus status)
Called when the CoreDX infrastructure detects that a DataWriter contained in the Publisher has not satisfied its LIVELINESS QoS setting. |
void |
on_offered_deadline_missed(DataWriter writer,
OfferedDeadlineMissedStatus status)
Called when the CoreDX infrastructure detects that a DataWriter contained in the Publisher has failed to meet its DEADLINE QoS commitment. |
void |
on_offered_incompatible_qos(DataWriter writer,
OfferedIncompatibleQosStatus status)
Called when the CoreDX infrastructure detects that a DataWriter contained in the Publisher has offered a QoS policy setting that is incompatible with that requested by a potentially matching DataReader. |
void |
on_publication_matched(DataWriter writer,
PublicationMatchedStatus status)
Called when the CoreDX infrastructure detects that a DataWriter contained in the Publisher has matched with a DataReader or has ceased to be matched with a DataReader. |
| Method Detail |
|---|
void on_offered_deadline_missed(DataWriter writer,
OfferedDeadlineMissedStatus status)
The status argument provides a snapshot of the status at the time the listener was invoked.
void on_offered_incompatible_qos(DataWriter writer,
OfferedIncompatibleQosStatus status)
The status argument provides a snapshot of the status at the time the listener was invoked.
void on_liveliness_lost(DataWriter writer,
LivelinessLostStatus status)
The status argument provides a snapshot of the status at the time the listener was invoked.
void on_publication_matched(DataWriter writer,
PublicationMatchedStatus status)
The status argument provides a snapshot of the status at the time the listener was invoked.
long get_nil_mask()
|
Copyright © 2010 Twin Oaks Computing, Inc, All Rights Reserved |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||