Package | Description |
---|---|
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.sub |
The Subscription Module contains the
Subscriber ,
DataReader , ReadCondition ,
and QueryCondition interfaces, as well as the
SubscriberListener and
DataReaderListener interfaces, and more generally,
all that is needed on the subscription side. |
Modifier and Type | Interface and Description |
---|---|
interface |
DomainParticipantListener
This is the interface that can be implemented by an application-provided
class and then registered with the
DomainParticipant such that the
application can be notified by the DCPS Service of relevant status changes. |
Modifier and Type | Class and Description |
---|---|
class |
DomainParticipantAdapter |
Modifier and Type | Method and Description |
---|---|
Subscriber |
DomainParticipant.createSubscriber(SubscriberQos qos,
SubscriberListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Subscriber.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriberAdapter |
Copyright © 2014. All rights reserved.