RTI Connext Java API
Version 5.0.0
|
Kinds of presentation "access scope". More...
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. | |
Kinds of presentation "access scope".
Access scope determines the largest scope spanning the entities for which the order and coherency of changes can be preserved.
|
static |
[default] Scope spans only a single instance.
Indicates that changes to one instance need not be coherent nor ordered with respect to changes to any other instance. In other words, order and coherent changes apply to each instance separately.
|
static |
Scope spans to all instances within the same com.rti.dds.publication.DataWriter (or com.rti.dds.subscription.DataReader), but not across instances in different com.rti.dds.publication.DataWriter (or com.rti.dds.subscription.DataReader).
|
static |
Scope spans to all instances belonging to com.rti.dds.publication.DataWriter (or com.rti.dds.subscription.DataReader) entities within the same com.rti.dds.publication.Publisher (or com.rti.dds.subscription.Subscriber).
|
static |
This value only applies to a com.rti.dds.subscription.Subscriber. The com.rti.dds.subscription.Subscriber will use the access scope specified by each remote com.rti.dds.publication.Publisher.