RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
LocatorFilterQosPolicy Class Reference

The QoS policy used to report the configuration of a MultiChannel DataWriter as part of builtin.PublicationBuiltinTopicData. More...

Inheritance diagram for LocatorFilterQosPolicy:
QosPolicy

Public Attributes

final LocatorFilterSeq locator_filters
 A sequence of com.rti.dds.infrastructure.LocatorFilter_t. Each com.rti.dds.infrastructure.LocatorFilter_t reports the configuration of a single channel of a MultiChannel DataWriter.
 
String filter_name
 Name of the filter class used to describe the filter expressions of a MultiChannel DataWriter.
 
- Public Attributes inherited from QosPolicy
final QosPolicyId_t id
 The ID of this QoS policy.
 
final String policy_name
 The name of this QoS policy.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

Detailed Description

The QoS policy used to report the configuration of a MultiChannel DataWriter as part of builtin.PublicationBuiltinTopicData.

Entity:
builtin.PublicationBuiltinTopicData
Properties:
RxO = N/A
Changeable = NO

Member Data Documentation

final LocatorFilterSeq locator_filters

A sequence of com.rti.dds.infrastructure.LocatorFilter_t. Each com.rti.dds.infrastructure.LocatorFilter_t reports the configuration of a single channel of a MultiChannel DataWriter.

A sequence length of zero indicates the com.rti.dds.infrastructure.MultiChannelQosPolicy is not in use.

[default] Empty sequence.

String filter_name

Name of the filter class used to describe the filter expressions of a MultiChannel DataWriter.

The following builtin filters are supported: com.rti.dds.domain.DomainParticipant.SQLFILTER_NAME and com.rti.dds.domain.DomainParticipant.STRINGMATCHFILTER_NAME.

[default] com.rti.dds.domain.DomainParticipant.STRINGMATCHFILTER_NAME


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc