org.omg.dds
Class _DataReaderListenerStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.dds._DataReaderListenerStub
All Implemented Interfaces:
DataReaderListener, DataReaderListenerOperations, IDLEntity, Listener, ListenerOperations, Object, java.io.Serializable

public class _DataReaderListenerStub
extends ObjectImpl
implements DataReaderListener

Generated from IDL interface "DataReaderListener"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_DataReaderListenerStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_DataReaderListenerStub

public _DataReaderListenerStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

on_liveliness_changed

public void on_liveliness_changed(DataReader reader,
                                  LivelinessChangedStatus status)
Specified by:
on_liveliness_changed in interface DataReaderListenerOperations

on_subscription_match

public void on_subscription_match(DataReader reader,
                                  SubscriptionMatchStatus status)
Specified by:
on_subscription_match in interface DataReaderListenerOperations

on_sample_lost

public void on_sample_lost(DataReader reader,
                           SampleLostStatus status)
Specified by:
on_sample_lost in interface DataReaderListenerOperations

on_sample_rejected

public void on_sample_rejected(DataReader reader,
                               SampleRejectedStatus status)
Specified by:
on_sample_rejected in interface DataReaderListenerOperations

on_requested_incompatible_qos

public void on_requested_incompatible_qos(DataReader reader,
                                          RequestedIncompatibleQosStatus status)
Specified by:
on_requested_incompatible_qos in interface DataReaderListenerOperations

on_data_available

public void on_data_available(DataReader reader)
Specified by:
on_data_available in interface DataReaderListenerOperations

on_requested_deadline_missed

public void on_requested_deadline_missed(DataReader reader,
                                         RequestedDeadlineMissedStatus status)
Specified by:
on_requested_deadline_missed in interface DataReaderListenerOperations