public class DomainParticipantFactoryImpl extends DomainParticipantFactoryPOA
Constructor and Description |
---|
DomainParticipantFactoryImpl(ORB orb,
POA poa) |
Modifier and Type | Method and Description |
---|---|
DomainParticipant |
create_participant(int domainId,
DomainParticipantQos qos,
DomainParticipantListener a_listener)
This operation creates a new DomainParticipant object.
|
int |
delete_participant(DomainParticipant a_participant)
This operation deletes an existing DomainParticipant.
|
void |
get_default_participant_qos(DomainParticipantQosHolder qos) |
ORB |
getOrb() |
POA |
getPoa() |
DomainParticipant |
has_domainId(int domainId) |
DomainParticipant |
lookup_participant(int domainId) |
int |
set_default_participant_qos(DomainParticipantQos qos) |
void |
setORB(ORB orb)
Sets the oRB attribute of this object
|
void |
setPOA(POA poa)
Sets the pOA attribute of this object
|
_all_interfaces, _invoke, _this, _this
_default_POA, _get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public void setPOA(POA poa)
poa
- The new pOA valuepublic void setORB(ORB orb)
orb
- The new oRB valuepublic DomainParticipant create_participant(int domainId, DomainParticipantQos qos, DomainParticipantListener a_listener)
public int delete_participant(DomainParticipant a_participant)
a_participant
- public DomainParticipant has_domainId(int domainId)
domainId
- public DomainParticipant lookup_participant(int domainId)
domainId
- public int set_default_participant_qos(DomainParticipantQos qos)
qos
- public void get_default_participant_qos(DomainParticipantQosHolder qos)
public ORB getOrb()
public POA getPoa()
Copyright © 2017 JacORB. All rights reserved.