RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
ReliabilityQosPolicyAcknowledgmentModeKind Class Reference

<<extension>> Kinds of acknowledgment. More...

Inheritance diagram for ReliabilityQosPolicyAcknowledgmentModeKind:
Enum Copyable

Static Public Attributes

static final
ReliabilityQosPolicyAcknowledgmentModeKind 
PROTOCOL_ACKNOWLEDGMENT_MODE
 Samples are acknowledged by RTPS protocol.
 
static final
ReliabilityQosPolicyAcknowledgmentModeKind 
APPLICATION_AUTO_ACKNOWLEDGMENT_MODE
 Samples are acknowleged automatically after a subscribing application has accessed them.
 
static final
ReliabilityQosPolicyAcknowledgmentModeKind 
APPLICATION_EXPLICIT_ACKNOWLEDGMENT_MODE
 Samples are acknowledged after the subscribing application explicitly calls acknowledge on the samples.
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant.
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration.
 
final String toString ()
 The string value of this enum constant.
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor.
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Member Data Documentation

final ReliabilityQosPolicyAcknowledgmentModeKind PROTOCOL_ACKNOWLEDGMENT_MODE
static

Samples are acknowledged by RTPS protocol.

Samples are acknowledged according to the Real-Time Publish-Subscribe (RTPS) interoperability protocol.

final ReliabilityQosPolicyAcknowledgmentModeKind APPLICATION_AUTO_ACKNOWLEDGMENT_MODE
static

Samples are acknowleged automatically after a subscribing application has accessed them.

A sample received by a com.rti.ndds.example.FooDataReader is acknowledged after it has been taken and then returned. Specifically, all samples taken by a call to com.rti.ndds.example.FooDataReader.take are acknowledged after com.rti.ndds.example.FooDataReader.return_loan is called.

final ReliabilityQosPolicyAcknowledgmentModeKind APPLICATION_EXPLICIT_ACKNOWLEDGMENT_MODE
static

Samples are acknowledged after the subscribing application explicitly calls acknowledge on the samples.

Samples received by a com.rti.dds.subscription.DataReader are explicitly acknowledged by the subscribing application, after it calls either com.rti.dds.subscription.DataReader.acknowledge_all or com.rti.dds.subscription.DataReader.acknowledge_sample.


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc