public class _DataReaderListenerStub extends ObjectImpl implements DataReaderListener
Constructor and Description |
---|
_DataReaderListenerStub() |
Modifier and Type | Method and Description |
---|---|
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) |
_create_request, _create_request, _duplicate, _get_component, _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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public void on_liveliness_changed(DataReader reader, LivelinessChangedStatus status)
on_liveliness_changed
in interface DataReaderListenerOperations
public void on_subscription_match(DataReader reader, SubscriptionMatchStatus status)
on_subscription_match
in interface DataReaderListenerOperations
public void on_sample_lost(DataReader reader, SampleLostStatus status)
on_sample_lost
in interface DataReaderListenerOperations
public void on_sample_rejected(DataReader reader, SampleRejectedStatus status)
on_sample_rejected
in interface DataReaderListenerOperations
public void on_requested_incompatible_qos(DataReader reader, RequestedIncompatibleQosStatus status)
on_requested_incompatible_qos
in interface DataReaderListenerOperations
public void on_data_available(DataReader reader)
on_data_available
in interface DataReaderListenerOperations
public void on_requested_deadline_missed(DataReader reader, RequestedDeadlineMissedStatus status)
on_requested_deadline_missed
in interface DataReaderListenerOperations
Copyright © 2017 JacORB. All rights reserved.