RTI Connext Java API  Version 5.0.0
ContentFilterProperty_t Class Reference

<<eXtension>> Type used to provide all the required information to enable content filtering. More...

Inherits Struct.

Public Member Functions

 ContentFilterProperty_t ()
 Constructor.
 
- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 

Public Attributes

String content_filter_topic_name
 Name of the Content-filtered Topic associated with the Reader.
 
String related_topic_name
 Name of the Topic related to the Content-filtered Topic.
 
String filter_class_name
 Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc).
 
String filter_expression
 The actual filter expression. Must be a valid expression for the filter class specified using filterClassName.
 
final StringSeq expression_parameters
 Defines the value for each parameter in the filter expression.
 

Additional Inherited Members

- 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

<<eXtension>> Type used to provide all the required information to enable content filtering.

Constructor & Destructor Documentation

Constructor.

Member Data Documentation

String content_filter_topic_name

Name of the Content-filtered Topic associated with the Reader.

String related_topic_name

Name of the Topic related to the Content-filtered Topic.

String filter_class_name

Identifies the filter class this filter belongs to. RTPS can support multiple filter classes (SQL, regular expressions, custom filters, etc).

String filter_expression

The actual filter expression. Must be a valid expression for the filter class specified using filterClassName.

final StringSeq expression_parameters

Defines the value for each parameter in the filter expression.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc