|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.dds.DomainParticipantFactoryPOA
org.jacorb.dds.DomainParticipantFactoryImpl
public class DomainParticipantFactoryImpl
The sole purpose of this class is to allow the creation and destruction of DomainParticipant objects. DomainParticipantFactory itself has no factory. It is either a pre-existing singleton object that can be accessed by means of the get_instance class operation on the DomainParticipantFactory.
| Constructor Summary | |
|---|---|
DomainParticipantFactoryImpl(ORB orb,
POA poa)
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.omg.dds.DomainParticipantFactoryPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_default_POA, _get_delegate, _get_interface_def, _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 |
|---|
public DomainParticipantFactoryImpl(ORB orb,
POA poa)
| Method Detail |
|---|
public void setPOA(POA poa)
poa - The new pOA valuepublic void setORB(ORB orb)
orb - The new oRB value
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||