org.omg.dds
Class _DomainParticipantFactoryStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.dds._DomainParticipantFactoryStub
- All Implemented Interfaces:
- Serializable, Object, IDLEntity, DomainParticipantFactory, DomainParticipantFactoryOperations
public class _DomainParticipantFactoryStub
- extends ObjectImpl
- implements DomainParticipantFactory
Generated from IDL interface "DomainParticipantFactory".
- Version:
- generated at 03-Nov-2015 12:23:59
- Author:
- JacORB IDL compiler V 3.7
- See Also:
- Serialized Form
| Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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 interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final Class _opsClass
_DomainParticipantFactoryStub
public _DomainParticipantFactoryStub()
_ids
public 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
Copyright © 2015 JacORB. All rights reserved.