19 package org.omg.dds.domain;
21 import java.util.Collection;
166 Collection<Class<? extends Status>> statuses);
224 Class<? extends Status>... statuses);
static DomainParticipantFactory getInstance(ServiceEnvironment env)
This operation returns the per-ServiceEnvironment DomainParticipantFactory singleton.
The DomainParticipant object plays several roles:
abstract DomainParticipantFactoryQos getQos()
This operation returns the value of the DomainParticipantFactory QoS policies.
abstract ServiceProviderInterface getSPI()
This method is not intended for use by applications.
abstract DomainParticipant lookupParticipant(int domainId)
This operation retrieves a previously created DomainParticipant belonging to specified domain ID...
abstract DomainParticipant createParticipant()
Create a new participant in the domain with ID 0 having default QoS and no listener.
abstract void setQos(DomainParticipantFactoryQos qos)
This operation sets the value of the DomainParticipantFactory QoS policies.
abstract void setDefaultParticipantQos(DomainParticipantQos qos)
This operation sets a default value of the DomainParticipant QoS policies which will be used for newl...
abstract DomainParticipantQos getDefaultParticipantQos()
This operation retrieves the default value of the DomainParticipant QoS, that is, the QoS policies wh...
A supertype of all DDS classes and interfaces.
The sole purpose of this class is to allow the creation and destruction of org.omg.dds.domain.DomainParticipant objects.
This is the interface that can be implemented by an application-provided class and then registered wi...
DDS implementations are rooted in this class, a concrete subclass of which can be instantiated based ...
DomainParticipantFactory getParticipantFactory()
Status is the abstract root class for all communication status objects.