| Package | Description |
|---|---|
| org.omg.dds.core.event |
The Core (Infrastructure) Module defines the abstract classes and the
interfaces that are refined by the other modules.
|
| 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. |
| Constructor and Description |
|---|
DataOnReadersEvent(Subscriber source) |
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
DomainParticipant.createSubscriber()
This operation creates a Subscriber with default QoS policies and
no SubscriberListener.
|
Subscriber |
DomainParticipant.createSubscriber(SubscriberQos qos)
This operation creates a Subscriber.
|
Subscriber |
DomainParticipant.createSubscriber(SubscriberQos qos,
SubscriberListener listener,
Collection<Class<? extends Status>> statuses)
This operation creates a Subscriber.
|
Subscriber |
DomainParticipant.getBuiltinSubscriber()
This operation allows access to the built-in Subscriber.
|
| Modifier and Type | Method and Description |
|---|---|
Subscriber |
DataReader.getParent() |
| Modifier and Type | Method and Description |
|---|---|
StatusCondition<Subscriber> |
Subscriber.getStatusCondition() |
Copyright © 2014. All rights reserved.