Package | Description |
---|---|
org.omg.dds.core.policy | |
org.omg.dds.pub |
The Publication Module contains the
Publisher and
DataWriter interfaces as well as the
PublisherListener and
DataWriterListener interfaces, and more generally,
all that is needed on the publication side. |
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. |
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. |
Modifier and Type | Method and Description |
---|---|
abstract Liveliness |
PolicyFactory.Liveliness() |
Liveliness |
Liveliness.withAutomatic() |
Liveliness |
Liveliness.withKind(Liveliness.Kind kind)
Copy this policy and override the value of the property.
|
Liveliness |
Liveliness.withLeaseDuration(Duration leaseDuration)
Copy this policy and override the value of the property.
|
Liveliness |
Liveliness.withLeaseDuration(long leaseDuration,
TimeUnit unit)
Copy this policy and override the value of the property.
|
Liveliness |
Liveliness.withManualByParticipant() |
Liveliness |
Liveliness.withManualByTopic() |
Modifier and Type | Method and Description |
---|---|
Liveliness |
DataWriterQos.getLiveliness() |
Modifier and Type | Method and Description |
---|---|
Liveliness |
DataReaderQos.getLiveliness() |
Modifier and Type | Method and Description |
---|---|
Liveliness |
TopicQos.getLiveliness() |
Liveliness |
TopicBuiltinTopicData.getLiveliness() |
Liveliness |
SubscriptionBuiltinTopicData.getLiveliness() |
Liveliness |
PublicationBuiltinTopicData.getLiveliness() |
Copyright © 2014. All rights reserved.