| Class | Description |
|---|---|
| DomainParticipantFactoryImpl |
The sole purpose of this class is to allow the creation and destruction of
DomainParticipant objects.
|
| DomainParticipantImpl |
The DomainParticipant object plays several roles:
- It acts as a container for all other Entity objects
- It acts as factory for the Publisher, Subscriber, Topic and MultiTopic Entity objects.
|
| EntityImpl |
This class is the abstract base class for all the DCPS objects that support QoS
policies, a listener and a status condition.
|
| PublisherImpl |
A Publisher is the object responsible for the actual dissemination of publications.
|
| SubscriberImpl |
A Subscriber is the object responsible for the actual reception of the data resulting
from its subscriptions.
|
| Supplier | |
| ThreadSubscriber | |
| TopicImpl |
Topic is the most basic description of the data to be published and subscribed.
|
Copyright © 2015 JacORB. All rights reserved.