org.jacorb.dds |
|
Java Source File Name | Type | Comment |
DomainParticipantFactoryImpl.java | Class | The sole purpose of this class is to allow the creation and destruction of
DomainParticipant objects. |
DomainParticipantImpl.java | Class | 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.java | Class | This class is the abstract base class for all the DCPS objects that support QoS
policies, a listener and a status condition. |
PublisherImpl.java | Class | A Publisher is the object responsible for the actual dissemination of publications.
The Publisher acts on the behalf of one or several DataWriter objects that belong to
it. |
SubscriberImpl.java | Class | A Subscriber is the object responsible for the actual reception of the data resulting
from its subscriptions. |
Supplier.java | Class | |
ThreadSubscriber.java | Class | |
TopicImpl.java | Class | Topic is the most basic description of the data to be published and subscribed.
A Topic is identified by its name, which must be unique in the whole Domain. |