org.omg.dds
Class DomainParticipantFactoryPOATie

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended byorg.omg.dds.DomainParticipantFactoryPOA
          extended byorg.omg.dds.DomainParticipantFactoryPOATie
All Implemented Interfaces:
DomainParticipantFactoryOperations, InvokeHandler

public class DomainParticipantFactoryPOATie
extends DomainParticipantFactoryPOA

Generated from IDL interface "DomainParticipantFactory"

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

Constructor Summary
DomainParticipantFactoryPOATie(DomainParticipantFactoryOperations delegate)
           
DomainParticipantFactoryPOATie(DomainParticipantFactoryOperations delegate, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 DomainParticipantFactoryOperations _delegate()
           
 void _delegate(DomainParticipantFactoryOperations delegate)
           
 DomainParticipantFactory _this()
           
 DomainParticipantFactory _this(ORB orb)
           
 DomainParticipant create_participant(int domainId, DomainParticipantQos qos, DomainParticipantListener a_listener)
           
 int delete_participant(DomainParticipant a_participant)
           
 void get_default_participant_qos(DomainParticipantQosHolder qos)
           
 DomainParticipant lookup_participant(int domainId)
           
 int set_default_participant_qos(DomainParticipantQos qos)
           
 
Methods inherited from class org.omg.dds.DomainParticipantFactoryPOA
_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

DomainParticipantFactoryPOATie

public DomainParticipantFactoryPOATie(DomainParticipantFactoryOperations delegate)

DomainParticipantFactoryPOATie

public DomainParticipantFactoryPOATie(DomainParticipantFactoryOperations delegate,
                                      POA poa)
Method Detail

_this

public DomainParticipantFactory _this()
Overrides:
_this in class DomainParticipantFactoryPOA

_this

public DomainParticipantFactory _this(ORB orb)
Overrides:
_this in class DomainParticipantFactoryPOA

_delegate

public DomainParticipantFactoryOperations _delegate()

_delegate

public void _delegate(DomainParticipantFactoryOperations delegate)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

lookup_participant

public DomainParticipant lookup_participant(int domainId)

create_participant

public DomainParticipant create_participant(int domainId,
                                            DomainParticipantQos qos,
                                            DomainParticipantListener a_listener)

get_default_participant_qos

public void get_default_participant_qos(DomainParticipantQosHolder qos)

delete_participant

public int delete_participant(DomainParticipant a_participant)

set_default_participant_qos

public int set_default_participant_qos(DomainParticipantQos qos)