org.omg.dds
Interface DataReaderListenerOperations

All Superinterfaces:
ListenerOperations
All Known Subinterfaces:
DataReaderListener, DomainParticipantListener, DomainParticipantListenerOperations, SubscriberListener, SubscriberListenerOperations
All Known Implementing Classes:
_DataReaderListenerStub, _DomainParticipantListenerStub, _SubscriberListenerStub, DataReaderListenerPOA, DomainParticipantListenerPOA, SubscriberListenerPOA

public interface DataReaderListenerOperations
extends ListenerOperations

Generated from IDL interface "DataReaderListener"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 void on_data_available(DataReader reader)
           
 void on_liveliness_changed(DataReader reader, LivelinessChangedStatus status)
           
 void on_requested_deadline_missed(DataReader reader, RequestedDeadlineMissedStatus status)
           
 void on_requested_incompatible_qos(DataReader reader, RequestedIncompatibleQosStatus status)
           
 void on_sample_lost(DataReader reader, SampleLostStatus status)
           
 void on_sample_rejected(DataReader reader, SampleRejectedStatus status)
           
 void on_subscription_match(DataReader reader, SubscriptionMatchStatus status)
           
 

Method Detail

on_requested_deadline_missed

public void on_requested_deadline_missed(DataReader reader,
                                         RequestedDeadlineMissedStatus status)

on_requested_incompatible_qos

public void on_requested_incompatible_qos(DataReader reader,
                                          RequestedIncompatibleQosStatus status)

on_sample_rejected

public void on_sample_rejected(DataReader reader,
                               SampleRejectedStatus status)

on_liveliness_changed

public void on_liveliness_changed(DataReader reader,
                                  LivelinessChangedStatus status)

on_data_available

public void on_data_available(DataReader reader)

on_subscription_match

public void on_subscription_match(DataReader reader,
                                  SubscriptionMatchStatus status)

on_sample_lost

public void on_sample_lost(DataReader reader,
                           SampleLostStatus status)