org.omg.dds
Class TopicPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.TopicPOA
          extended byorg.omg.dds.TopicPOATie
All Implemented Interfaces:
EntityOperations, InvokeHandler, TopicDescriptionOperations, TopicOperations

public class TopicPOATie
extends TopicPOA

Generated from IDL interface "Topic"

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

Constructor Summary
TopicPOATie(TopicOperations delegate)
           
TopicPOATie(TopicOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 TopicOperations _delegate()
           
 void _delegate(TopicOperations delegate)
           
 Topic _this()
           
 Topic _this(ORB orb)
           
 int enable()
           
 InconsistentTopicStatus get_inconsistent_topic_status()
           
 java.lang.String get_name()
           
 DomainParticipant get_participant()
           
 int get_status_changes()
           
 StatusCondition get_statuscondition()
           
 java.lang.String get_type_name()
           
 
Methods inherited from class org.omg.dds.TopicPOA
_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

TopicPOATie

public TopicPOATie(TopicOperations delegate)

TopicPOATie

public TopicPOATie(TopicOperations delegate,
                   POA poa)
Method Detail

_this

public Topic _this()
Overrides:
_this in class TopicPOA

_this

public Topic _this(ORB orb)
Overrides:
_this in class TopicPOA

_delegate

public TopicOperations _delegate()

_delegate

public void _delegate(TopicOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_inconsistent_topic_status

public InconsistentTopicStatus get_inconsistent_topic_status()

get_participant

public DomainParticipant get_participant()

get_type_name

public java.lang.String get_type_name()

enable

public int enable()

get_name

public java.lang.String get_name()

get_statuscondition

public StatusCondition get_statuscondition()

get_status_changes

public int get_status_changes()