org.omg.dds
Class DomainParticipantListenerPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.DomainParticipantListenerPOA
          extended byorg.omg.dds.DomainParticipantListenerPOATie
All Implemented Interfaces:
DataReaderListenerOperations, DataWriterListenerOperations, DomainParticipantListenerOperations, InvokeHandler, ListenerOperations, PublisherListenerOperations, SubscriberListenerOperations, TopicListenerOperations

public class DomainParticipantListenerPOATie
extends DomainParticipantListenerPOA

Generated from IDL interface "DomainParticipantListener"

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

Constructor Summary
DomainParticipantListenerPOATie(DomainParticipantListenerOperations delegate)
           
DomainParticipantListenerPOATie(DomainParticipantListenerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 DomainParticipantListenerOperations _delegate()
           
 void _delegate(DomainParticipantListenerOperations delegate)
           
 DomainParticipantListener _this()
           
 DomainParticipantListener _this(ORB orb)
           
 void on_data_available(DataReader reader)
           
 void on_data_on_readers(Subscriber subs)
           
 void on_inconsistent_topic(Topic the_topic, InconsistentTopicStatus status)
           
 void on_liveliness_changed(DataReader reader, LivelinessChangedStatus status)
           
 void on_liveliness_lost(DataWriter writer, LivelinessLostStatus status)
           
 void on_offered_deadline_missed(DataWriter writer, OfferedDeadlineMissedStatus status)
           
 void on_offered_incompatible_qos(DataWriter writer, OfferedIncompatibleQosStatus status)
           
 void on_publication_match(DataWriter writer, PublicationMatchStatus 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.dds.DomainParticipantListenerPOA
_all_interfaces, _invoke
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainParticipantListenerPOATie

public DomainParticipantListenerPOATie(DomainParticipantListenerOperations delegate)

DomainParticipantListenerPOATie

public DomainParticipantListenerPOATie(DomainParticipantListenerOperations delegate,
                                       POA poa)
Method Detail

_this

public DomainParticipantListener _this()
Overrides:
_this in class DomainParticipantListenerPOA

_this

public DomainParticipantListener _this(ORB orb)
Overrides:
_this in class DomainParticipantListenerPOA

_delegate

public DomainParticipantListenerOperations _delegate()

_delegate

public void _delegate(DomainParticipantListenerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

on_requested_incompatible_qos

public void on_requested_incompatible_qos(DataReader reader,
                                          RequestedIncompatibleQosStatus status)

on_offered_deadline_missed

public void on_offered_deadline_missed(DataWriter writer,
                                       OfferedDeadlineMissedStatus status)

on_offered_incompatible_qos

public void on_offered_incompatible_qos(DataWriter writer,
                                        OfferedIncompatibleQosStatus status)

on_data_on_readers

public void on_data_on_readers(Subscriber subs)

on_liveliness_changed

public void on_liveliness_changed(DataReader reader,
                                  LivelinessChangedStatus status)

on_sample_rejected

public void on_sample_rejected(DataReader reader,
                               SampleRejectedStatus status)

on_subscription_match

public void on_subscription_match(DataReader reader,
                                  SubscriptionMatchStatus status)

on_requested_deadline_missed

public void on_requested_deadline_missed(DataReader reader,
                                         RequestedDeadlineMissedStatus status)

on_data_available

public void on_data_available(DataReader reader)

on_sample_lost

public void on_sample_lost(DataReader reader,
                           SampleLostStatus status)

on_liveliness_lost

public void on_liveliness_lost(DataWriter writer,
                               LivelinessLostStatus status)

on_publication_match

public void on_publication_match(DataWriter writer,
                                 PublicationMatchStatus status)

on_inconsistent_topic

public void on_inconsistent_topic(Topic the_topic,
                                  InconsistentTopicStatus status)