RTI Connext Java API  Version 5.1.0
Property_t Class Reference

Properties are name/value pairs objects. More...

Inherits Struct.

Public Member Functions

 Property_t ()
 Constructor.
 
 Property_t (Property_t src)
 Constructor.
 
 Property_t (String name, String value, boolean propagate)
 Constructor.
 
- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 

Public Attributes

String name
 Property name.
 
String value
 Property value.
 
boolean propagate
 Indicates if the property must be propagated on discovery.
 

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

Properties are name/value pairs objects.

Constructor & Destructor Documentation

Constructor.

Constructor.

Parameters
src<<in>> Property used to initialized the new property.
Property_t ( String  name,
String  value,
boolean  propagate 
)

Constructor.

Parameters
name<<in>> Property name.
value<<in>> Property value.
propagate<<in>> Parameter used to indicates whether or not the property must be propagated.

Member Data Documentation

String name

Property name.

String value

Property value.

boolean propagate

Indicates if the property must be propagated on discovery.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc