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_delegate, _get_domain_managers, _get_interface_def, _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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic void on_liveliness_changed(DataReader reader, LivelinessChangedStatus status)
on_liveliness_changed in interface DataReaderListenerOperationspublic void on_subscription_match(DataReader reader, SubscriptionMatchStatus status)
on_subscription_match in interface DataReaderListenerOperationspublic void on_sample_lost(DataReader reader, SampleLostStatus status)
on_sample_lost in interface DataReaderListenerOperationspublic void on_sample_rejected(DataReader reader, SampleRejectedStatus status)
on_sample_rejected in interface DataReaderListenerOperationspublic void on_requested_incompatible_qos(DataReader reader, RequestedIncompatibleQosStatus status)
on_requested_incompatible_qos in interface DataReaderListenerOperationspublic void on_data_available(DataReader reader)
on_data_available in interface DataReaderListenerOperationspublic void on_requested_deadline_missed(DataReader reader, RequestedDeadlineMissedStatus status)
on_requested_deadline_missed in interface DataReaderListenerOperationsCopyright © 2015 JacORB. All rights reserved.