org.omg.dds
Class _DomainParticipantFactoryStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.dds._DomainParticipantFactoryStub
All Implemented Interfaces:
DomainParticipantFactory, DomainParticipantFactoryOperations, IDLEntity, Object, java.io.Serializable

public class _DomainParticipantFactoryStub
extends ObjectImpl
implements DomainParticipantFactory

Generated from IDL interface "DomainParticipantFactory"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_DomainParticipantFactoryStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 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.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_DomainParticipantFactoryStub

public _DomainParticipantFactoryStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

lookup_participant

public DomainParticipant lookup_participant(int domainId)
Specified by:
lookup_participant in interface DomainParticipantFactoryOperations

create_participant

public DomainParticipant create_participant(int domainId,
                                            DomainParticipantQos qos,
                                            DomainParticipantListener a_listener)
Specified by:
create_participant in interface DomainParticipantFactoryOperations

get_default_participant_qos

public void get_default_participant_qos(DomainParticipantQosHolder qos)
Specified by:
get_default_participant_qos in interface DomainParticipantFactoryOperations

delete_participant

public int delete_participant(DomainParticipant a_participant)
Specified by:
delete_participant in interface DomainParticipantFactoryOperations

set_default_participant_qos

public int set_default_participant_qos(DomainParticipantQos qos)
Specified by:
set_default_participant_qos in interface DomainParticipantFactoryOperations