OwnershipQosPolicyKind Class Reference
[OWNERSHIP]

Kinds of ownership. More...

Inheritance diagram for OwnershipQosPolicyKind:

Enum Copyable

List of all members.

Static Public Attributes

static final OwnershipQosPolicyKind SHARED_OWNERSHIP_QOS
 [default] Indicates shared ownership for each instance.
static final OwnershipQosPolicyKind EXCLUSIVE_OWNERSHIP_QOS
 Indicates each instance can only be owned by one com.rti.dds.publication.DataWriter, but the owner of an instance can change dynamically.


Detailed Description

Kinds of ownership.

QoS:
com.rti.dds.infrastructure.OwnershipQosPolicy

Member Data Documentation

[default] Indicates shared ownership for each instance.

Multiple writers are allowed to update the same instance and all the updates are made available to the readers. In other words there is no concept of an owner for the instances.

This is the default behavior if the OWNERSHIP policy is not specified or supported.

Indicates each instance can only be owned by one com.rti.dds.publication.DataWriter, but the owner of an instance can change dynamically.

The selection of the owner is controlled by the setting of the OWNERSHIP_STRENGTH policy. The owner is always set to be the highest-strength com.rti.dds.publication.DataWriter object among the ones currently active (as determined by the LIVELINESS).


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc