RTI Connext Java API
Version 5.1.0
|
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) |
Properties are name/value pairs objects.
Property_t | ( | ) |
Constructor.
Property_t | ( | Property_t | src | ) |
Constructor.
src | <<in>> Property used to initialized the new property. |
Property_t | ( | String | name, |
String | value, | ||
boolean | propagate | ||
) |
String name |
Property name.
String value |
Property value.
boolean propagate |
Indicates if the property must be propagated on discovery.