org.omg.dds
Interface DataReaderListenerOperations

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

public interface DataReaderListenerOperations
extends ListenerOperations

Generated from IDL interface "DataReaderListener".

Version:
generated at Dec 2, 2008 2:43:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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

void on_requested_deadline_missed(DataReader reader,
                                  RequestedDeadlineMissedStatus status)

on_requested_incompatible_qos

void on_requested_incompatible_qos(DataReader reader,
                                   RequestedIncompatibleQosStatus status)

on_sample_rejected

void on_sample_rejected(DataReader reader,
                        SampleRejectedStatus status)

on_liveliness_changed

void on_liveliness_changed(DataReader reader,
                           LivelinessChangedStatus status)

on_data_available

void on_data_available(DataReader reader)

on_subscription_match

void on_subscription_match(DataReader reader,
                           SubscriptionMatchStatus status)

on_sample_lost

void on_sample_lost(DataReader reader,
                    SampleLostStatus status)