Uses of Interface
org.omg.dds.domain.DomainParticipant

Packages that use DomainParticipant
org.omg.dds.domain The Domain Module contains the DomainParticipant class that acts as an entry-point of the Service and acts as a factory for many of the classes. 
org.omg.dds.topic The Topic-Definition Module contains the Topic, ContentFilteredTopic, and MultiTopic interfaces, the TopicListener interface, and more generally, all that is needed by the application to define Topic objects and attach QoS policies to them. 
 

Uses of DomainParticipant in org.omg.dds.domain
 

Methods in org.omg.dds.domain that return DomainParticipant
abstract  DomainParticipant DomainParticipantFactory.createParticipant()
          Create a new participant in the domain with ID 0 having default QoS and no listener.
abstract  DomainParticipant DomainParticipantFactory.createParticipant(int domainId)
           
abstract  DomainParticipant DomainParticipantFactory.createParticipant(int domainId, DomainParticipantQos qos, DomainParticipantListener listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new domain participant.
abstract  DomainParticipant DomainParticipantFactory.createParticipant(int domainId, java.lang.String qosLibraryName, java.lang.String qosProfileName, DomainParticipantListener listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new domain participant.
abstract  DomainParticipant DomainParticipantFactory.lookupParticipant(int domainId)
           
 

Uses of DomainParticipant in org.omg.dds.topic
 

Methods in org.omg.dds.topic that return DomainParticipant
 DomainParticipant TopicDescription.getParent()
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.