org.omg.dds
Class TopicListenerPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.TopicListenerPOA
          extended byorg.omg.dds.TopicListenerPOATie
All Implemented Interfaces:
InvokeHandler, ListenerOperations, TopicListenerOperations

public class TopicListenerPOATie
extends TopicListenerPOA

Generated from IDL interface "TopicListener"

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

Constructor Summary
TopicListenerPOATie(TopicListenerOperations delegate)
           
TopicListenerPOATie(TopicListenerOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TopicListenerOperations _delegate()
           
 void _delegate(TopicListenerOperations delegate)
           
 TopicListener _this()
           
 TopicListener _this(ORB orb)
           
 void on_inconsistent_topic(Topic the_topic, InconsistentTopicStatus status)
           
 
Methods inherited from class org.omg.dds.TopicListenerPOA
_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

TopicListenerPOATie

public TopicListenerPOATie(TopicListenerOperations delegate)

TopicListenerPOATie

public TopicListenerPOATie(TopicListenerOperations delegate,
                           POA poa)
Method Detail

_this

public TopicListener _this()
Overrides:
_this in class TopicListenerPOA

_this

public TopicListener _this(ORB orb)
Overrides:
_this in class TopicListenerPOA

_delegate

public TopicListenerOperations _delegate()

_delegate

public void _delegate(TopicListenerOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

on_inconsistent_topic

public void on_inconsistent_topic(Topic the_topic,
                                  InconsistentTopicStatus status)